mobile-design
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains extensive documentation on mobile design principles, including performance optimization, navigation patterns, and platform-specific guidelines for iOS (HIG) and Android (Material Design 3).
- [COMMAND_EXECUTION]: The skill includes a local utility script,
scripts/mobile_audit.py, which is designed to scan a user's mobile project directory. Technical review of the script confirms it uses standard library regular expressions to detect common development anti-patterns such as improper list rendering, missing memoization, and insecure storage choices. The execution is local, transparent, and directly supports the skill's stated purpose. - [DATA_EXPOSURE]: The skill provides best-practice advice on security, such as recommending the use of SecureStore or Keychain instead of AsyncStorage for sensitive tokens, which promotes secure data handling by the user.
- [NO_CODE]: The skill does not download external dependencies, use remote code execution, or contain any obfuscated instructions. All logic is contained within the provided markdown and scripts.
Audit Metadata