From apple-skills
Routes to a privacy-manifest audit skill for Apple platforms. General security guidance (Keychain, biometrics, ATS) was removed and is now handled natively by the model.
How this skill is triggered — by the user, by Claude, or both
Slash command
/apple-skills:securityThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
General security guidance (Keychain patterns, biometric auth, certificate
General security guidance (Keychain patterns, biometric auth, certificate
pinning, ATS) was removed from this library after the 2026-07 blind-test
audit confirmed current models answer it correctly without a skill
(tools/skill-audit/, Fable-verified coverage 0.86). What remains here is
the material models get wrong or can't know.
Privacy manifest audit — PrivacyInfo.xcprivacy format, required-reason APIs, App Tracking Transparency declarations, and App Store submission requirements.
npx claudepluginhub rshankras/claude-code-apple-skills --plugin apple-skillsGuides iOS/macOS security work: Keychain Services, biometric authentication, CryptoKit, Secure Enclave, credential storage, certificate pinning, and OWASP mobile compliance.
Provides expert guidance on mobile app security: certificate pinning, Keychain/KeyStore storage, ProGuard/R8 obfuscation, root/jailbreak detection, biometrics, secure IPC, App Transport Security. Use for hardening iOS/Android apps.
Audits iOS and Android apps against OWASP MASVS/MASTG — covers insecure storage, weak crypto, certificate pinning, deeplinks, IPC, jailbreak/root detection, and reverse-engineering resistance.