deep-research
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The instructions direct the agent to use the
Bashtool to analyze the codebase (e.g., usinggrepandfind), which involves executing shell commands in the local environment. - [EXTERNAL_DOWNLOADS]: The skill utilizes
WebSearchandWebFetchto download and ingest content from external web sources, reaching out to non-whitelisted domains during its research phase. - [PROMPT_INJECTION]: The skill possesses an inherent attack surface for indirect prompt injection as it processes and synthesizes content from external websites without boundary markers.
- Ingestion points: Untrusted data enters the agent context via
WebSearchandWebFetch(SKILL.md). - Boundary markers: The skill lacks instructions for using delimiters or explicit "ignore instructions" directives for content retrieved from external sources.
- Capability inventory: The skill enables the use of
Bash,Write, andWebFetch, which provide a significant capability set that could be targeted by instructions hidden in external data (SKILL.md). - Sanitization: No validation or sanitization steps are provided for external content before it is used in synthesis or stored in memory.
Audit Metadata