원클릭으로
ios-deps
Manage Swift Package Manager dependencies with security checks and update verification.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage Swift Package Manager dependencies with security checks and update verification.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Scaffold a pnpm + Turborepo MERN monorepo with Next.js, tooling, tests, CI, and optional GitHub repo creation.
Configure GitHub repository security with branch protection, Dependabot, security scanning, and CI workflows. Integrates with mern-scaffold, nean-scaffold, and iOS projects.
Harden a Vercel deployment with security headers, CSP, bot protection, and deployment configuration
Add authentication to an iOS app with Sign in with Apple, biometrics, and Keychain storage.
Scaffold a new feature with View, ViewModel, and tests following ios-std conventions.
Review iOS code for compliance with standards, NFRs, and security policy.
| name | ios-deps |
| description | Manage Swift Package Manager dependencies with security checks and update verification. |
| argument-hint | [--check] [--audit] [--update] [--add <package>] |
| allowed-tools | Bash, Write, Read, Glob, Grep |
Manage SPM dependencies safely: check for updates, audit for issues, and add packages with verification.
--check — Check for outdated packages (default if no args)--audit — Check for known security issues--update — Update to latest compatible versions with test verification--add <package> — Add a new package (URL or shorthand)--check)Package.swift or Package.resolved--audit)--update)swift package updatexcodebuild buildxcodebuild test--add)Package.swift or via XcodeCommon packages can be added by name:
alamofire → https://github.com/Alamofire/Alamofire.gitkingfisher → https://github.com/onevcat/Kingfisher.gitswiftyjson → https://github.com/SwiftyJSON/SwiftyJSON.gitsnapkit → https://github.com/SnapKit/SnapKit.gitFor universal safety rules and update priority order, see /shared-deps-safety. iOS addition: prefer exact versions for production.
Package dependencies:
Up to date:
- swift-argument-parser 1.2.3
Updates available:
- Alamofire: 5.8.0 → 5.9.1 (minor)
- Kingfisher: 7.10.0 → 8.0.0 (major ⚠️)
Security audit:
No known vulnerabilities found.
Recommendations:
- Kingfisher: Consider updating to 8.x for iOS 17 improvements
For SPM commands and common packages, see reference/ios-deps-reference.md