mobile-security
Installation
SKILL.md
Mobile Security
Trigger
Use this skill when the user:
- Wants to secure API communication (SSL pinning, certificate transparency)
- Asks about code obfuscation or preventing reverse engineering
- Needs jailbreak or root detection
- Mentions "security", "SSL pinning", "obfuscation", "ProGuard", "jailbreak", "root detection", "tamper detection", or "secure storage"
- Wants to encrypt local data or protect signing credentials
- Is preparing for a security audit or compliance review
Required Inputs
- Framework: Expo (React Native) or Flutter
- Threat model: which assets to protect (API keys, user data, payment info, intellectual property)
- Target platforms: iOS, Android, or both