app-store-optimization
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security risks were identified. The skill provides documentation and utility scripts that operate on local data.- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data such as user reviews and competitor app descriptions, which is a potential surface for indirect prompt injection. The impact is minimal as the skill does not use high-risk capabilities like network access, shell commands, or file system modifications.
- Ingestion points: review_analyzer.py (user reviews) and competitor_analyzer.py (competitor metadata).
- Boundary markers: No specific delimiters are used to wrap external content.
- Capability inventory: No subprocess calls, exec/eval functions, network operations, or file-write capabilities are present in any of the included scripts.
- Sanitization: Data is partially sanitized through regular expression-based text cleaning.
Audit Metadata