coding-swift
Assists with Swift 6 programming for iOS and macOS, focusing on modern features like async/await, generics, and package management.
Install this skill
or
99/100
Security score
The coding-swift skill was audited on Mar 1, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 58
External URL reference
SourceSKILL.md
| 58 | 1. **Async network request**: To fetch data from an API, use: `func fetchUser() async throws -> User { let url = URL(string: "https://api.example.com/user")!; let (data, _) = try await URLSession.shar |
Scanned on Mar 1, 2026
View Security Dashboard