researcher
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection (Category 8) because it fetches and processes untrusted content from the web using
WebFetch. This could allow an attacker to place malicious instructions on a webpage that the agent might follow during research. - Ingestion points: The skill uses
WebFetchto read the full content of pages discovered viaWebSearch(Phase 2, Step 5). - Boundary markers: There are no instructions to wrap fetched external content in delimiters or to include 'ignore embedded instructions' warnings when the agent processes this data.
- Capability inventory: The skill utilizes powerful tools including
WebSearchandWebFetchfor network access, alongsideGrepandGlobfor searching the local codebase (Phase 2, Step 6). - Sanitization: The instructions do not specify any sanitization, validation, or filtering of the content retrieved from external URLs before it is analyzed and synthesized into the final report.
Audit Metadata