learn
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses the
ghqtool to download external codebases from GitHub, a well-known service, to enable automated analysis and documentation. - [COMMAND_EXECUTION]: The skill executes several shell commands to manage its workflow, including
ghqfor repository cloning,lnfor creating symlinks,mkdirfor directory structure, and text processing tools likesed,grep, andsortfor manifest management. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process content from external, untrusted codebases, which creates an inherent surface for indirect prompt injection attacks where malicious code or comments could attempt to override the instructions of the analyzing sub-agents.
- Ingestion points: Source code files are read from the
origin/symlink directory which points to the cloned external repository as described inSKILL.md. - Boundary markers: The instructions provide distinct
READandWRITEliteral paths to separate source code from generated documentation, though the prompt templates do not explicitly include "ignore embedded instructions" warnings for the sub-agents. - Capability inventory: The skill uses file system management tools (
mkdir,ln), repository management (ghq), and basic text utilities (sed,find,sort,grep). It does not execute the target code itself. - Sanitization: There is no evidence of content sanitization or filtering applied to the source files before they are read by the Haiku agents.
Audit Metadata