ワンクリックで
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