ios-security-review
Installation
SKILL.md
iOS Security Review
Expert iOS security skill focused on identifying and remediating vulnerabilities in iOS applications. Prevents security issues before they reach production and App Store review.
When to Apply
ALWAYS activate when:
- Implementing authentication or authorization logic
- Handling sensitive user data (PII, credentials, financial)
- Working with Keychain, Data Protection, or Secure Enclave
- Creating or modifying network requests
- Implementing biometric authentication
- Integrating third-party SDKs
- Handling payments (StoreKit, Apple Pay)
- Adding deep links or URL scheme handling
- Working with WebView (WKWebView)