refactor-ship-readiness
Pass
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a diagnostic tool designed to help developers identify app store rejection risks. It does not exhibit any malicious patterns such as prompt injection, data exfiltration, or unauthorized command execution.
- [DATA_EXPOSURE]: The skill reads project configuration files like Info.plist and AndroidManifest.xml to check for required metadata. This is a functional requirement for store readiness checks and does not target sensitive user data or credentials.
- [COMMAND_EXECUTION]: The skill runs a local Node.js script, scripts/checklist.mjs, to fetch platform-specific checklists. The script is internal to the skill, has no external dependencies, and is used solely for structured data retrieval.
Audit Metadata