deep-research
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
scripts/setup_deps.pyscript installsmatplotlibandnumpyusingpip. These are well-known, standard packages from the official PyPI registry used for the skill's chart-generation features. - [COMMAND_EXECUTION]: The script
scripts/setup_deps.pyusessubprocess.check_callto manage a Python virtual environment and install dependencies. This is a standard setup procedure for skills requiring specific Python environments. - [COMMAND_EXECUTION]: The test script
tests/verify-chart-pipeline.pyusessubprocess.runto execute internal Python utility scripts for verifying diagram generation workflows. - [PROMPT_INJECTION]: The skill processes untrusted external data from the web, which constitutes an indirect prompt injection surface.
- Ingestion points: Untrusted data enters the agent context via
WebSearch,WebFetch, and Playwright browser tools as described inSKILL.md. - Boundary markers: Absent. No specific delimiters or directives to ignore instructions within the fetched web content are defined.
- Capability inventory: The skill environment includes subprocess execution (in setup and test scripts) and JavaScript execution in the browser via
playwright__browser_evaluate. - Sanitization: Absent. The skill does not explicitly describe filtering or sanitizing content retrieved from external URLs.
Audit Metadata