how
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill analyzes untrusted local source code, which serves as a potential indirect prompt injection surface.
- Ingestion points: Codebase content is read using
Glob,Grep, andReadtools as part of the exploration and critique workflows defined inSKILL.mdandreferences/explorer-prompt.md. - Boundary markers: Content is passed between subagents via templates (e.g.,
{EXPLORER_FINDINGS_ALL},{FILE_PATHS}), providing structural separation from instructions. - Capability inventory: The execution environment for all spawned subagents is limited by the
readonly: truesetting inSKILL.md, preventing them from performing write operations or system modifications regardless of input instructions. - Sanitization: No specialized escaping or content sanitization is applied to the source code before it is processed by the explorer or critic models.
Audit Metadata