mobile-design
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides exhaustive documentation on mobile design (iOS/Android), performance optimization, and touch psychology, adhering to industry standards like Apple's HIG and Google's Material Design 3.
- [SAFE]: The included Python script (
scripts/mobile_audit.py) is a static analysis utility intended to help the agent identify common mobile development errors (e.g., usingScrollViewinstead ofFlatListfor long lists). It uses standard libraries and performs no network operations or dangerous command executions. - [SAFE]: The 'Security Sins' section in
SKILL.mdactively promotes secure development practices, such as usingSecureStoreorKeychaininstead ofAsyncStoragefor sensitive tokens, and advising against hardcoding secrets. - [SAFE]: No evidence of prompt injection, data exfiltration, obfuscation, or persistence mechanisms was found in the provided files. The skill is purely instructional and utilitarian for mobile development workflows.
Audit Metadata