competitor-analysis
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE]: The skill reads from a local file named
app-marketing-context.mdto gain context about the user's project. This is a legitimate practice for maintaining state and context within the agent environment. - [COMMAND_EXECUTION]: The skill references several specialized tools such as
search_apps,get_app_detail, andbatch_keyword_difficulty. These represent structured tool calls intended for the agent's execution environment to interface with market data APIs. - [PROMPT_INJECTION]: The skill is subject to indirect prompt injection risks as it processes external content (titles, descriptions, and reviews) from competitor apps. While this is an inherent risk for any skill processing web/API data, no malicious behavior was found in the skill's own instructions.
- Ingestion points: Data enters the context via
app-marketing-context.mdand competitor details fetched viaget_app_detail(SKILL.md). - Boundary markers: None present.
- Capability inventory: Uses
search_apps,get_app_detail, andbatch_keyword_difficultyfor data retrieval; no dangerous file system or shell operations detected. - Sanitization: No explicit sanitization or filtering of fetched app metadata is mentioned.
Audit Metadata