geo-brand-mentions
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions in
SKILL.mdinclude a Python script executed viaBashthat interpolates a user-supplied placeholder ([Brand_Name]) directly into a string literal. This creates a risk of Python code injection or shell command failure if the input contains single quotes or metacharacters. - [EXTERNAL_DOWNLOADS]: The analysis procedure performs network requests to retrieve data from well-known services.
- Evidence: The script queries
https://en.wikipedia.org/w/api.phpandhttps://www.wikidata.org/w/api.phpto verify brand entities. - Note: These interactions target high-authority official endpoints for verification and do not involve remote code execution.
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface due to the processing of untrusted external content.
- Ingestion points: Untrusted data enters the context from user input and platforms such as YouTube and Reddit via the
WebFetchtool. - Boundary markers: The skill lacks instructions for the agent to use delimiters or ignore instructions embedded in the fetched platform data.
- Capability inventory: The skill utilizes
Bash(for execution),WebFetch(network access), andWrite(to save reports). - Sanitization: No evidence of sanitization for platform-derived content is provided before its inclusion in generated reports.
Audit Metadata