explore
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: Indirect prompt injection surface detected. The skill ingests untrusted codebase content and user-provided arguments which are then interpolated into sub-agent prompts for analysis.
- Ingestion points: The skill reads repository files (
src/**,package.json) and user arguments ($ARGUMENTS) inSKILL.mdandrules/exploration-agents.md. - Boundary markers: Explicit delimiters or instructions to ignore embedded commands within the ingested content are absent in the sub-agent prompt templates.
- Capability inventory: The skill possesses significant capabilities including
Bashtool execution,TaskCreatefor spawning sub-agents, andRead/Writeaccess to the file system. - Sanitization: No explicit sanitization or filtering of codebase content is performed before passing it to sub-agents.
- [COMMAND_EXECUTION]: The skill executes local shell scripts and commands using the
Bashtool to perform static analysis. - Evidence:
SKILL.mdtriggers arepo-structure-indexerhook and runsGrep/Globtools. It also utilizes a custom bash scriptscripts/dependency-mapper.shfor extracting import data and calculating coupling metrics.
Audit Metadata