market-research-reports
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a utility script
scripts/generate_market_visuals.pythat uses the Pythonsubprocessmodule to programmatically execute other local scripts (generate_schematic.pyandgenerate_image.py). This is a legitimate functional requirement for batching visualization tasks. The script uses structured argument lists (notshell=True), which follows security best practices to prevent command injection. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) because it retrieves and processes external data from the internet via the
research-lookuptool. This is an inherent risk for research-focused agents. - Ingestion points: Data returned by the
research-lookuptool and stored in thesources/directory. - Boundary markers: The instructions do not define specific delimiters or warnings to treat research data as untrusted content when generating the report.
- Capability inventory: The agent is permitted to use
Bash,Write,Edit, andReadtools across its lifecycle. - Sanitization: There is no evidence of automated filtering or sanitization of the research data before it is interpolated into the report drafting prompts.
Audit Metadata