mobile-security
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive security hardening instructions that align with established mobile security standards (OWASP Mobile Top 10). It focuses on defensive measures like SSL pinning, secure storage, and code obfuscation.
- [EXTERNAL_DOWNLOADS]: The skill recommends several third-party libraries for security features (e.g.,
expo-secure-store,jail-monkey,flutter_secure_storage). These are widely recognized, legitimate community packages used for mobile app protection and are hosted on official package registries. - [COMMAND_EXECUTION]: The instructions include standard mobile development commands for package management and build configuration (e.g.,
npx expo install,flutter build --obfuscate). These are necessary for implementing the described security features and do not contain suspicious parameters. - [DATA_EXFILTRATION]: No exfiltration patterns were identified. The skill explicitly warns against insecure practices like storing tokens in plaintext (AsyncStorage) and hardcoding API keys, promoting secure alternatives instead.
Audit Metadata