explore
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute several local scripts bundled within the skill directory. These includedependency-mapper.shfor import analysis,render-spec.mjsfor dashboard validation, andpost_explore_summary.pyfor generating session summaries. - [INDIRECT_PROMPT_INJECTION]: The skill processes content from the repository being explored, which constitutes a potential surface for indirect prompt injection if analyzed files contain malicious instructions.
- Ingestion points: Codebase files are read via
Grep,Glob, andReadtools during the exploration phases defined inSKILL.mdand referenced rules likeexploration-agents.md. - Boundary markers: While the subagent prompts (e.g., in
exploration-agents.md) define technical scopes, they do not include explicit instructions to ignore instructions embedded within the codebase data. - Capability inventory: The skill has access to privileged tools including
Bash,Write, andAgent, which could be misused if a subagent were to follow instructions embedded in codebase files. - Sanitization: No specific sanitization or filtering logic is applied to the codebase content before it is processed by the AI subagents.
- [EXTERNAL_DOWNLOADS]: The
post_explore_summary.pyscript references theyg-mcp-corelibrary and mentions a private registrypypi.yonyon.ai. This is identified as a vendor-specific resource belonging to the author 'yonatangross' and is used for optional MCP-based summarization features.
Audit Metadata