run-issue-plan
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an Indirect Prompt Injection surface (Category 8).\n
- Ingestion points: The skill reads external data from GitHub using
gh issue viewandgh apito fetch issue bodies, sub-issue titles, and recent comments as documented inSKILL.md(Phase 3) andreferences/subagent-dispatch.md.\n - Boundary markers: The prompt template in
references/subagent-dispatch.mduses Markdown headers to structure the output, but lacks explicit 'ignore embedded instructions' warnings for the untrusted content.\n - Capability inventory: The agent possesses the ability to execute GitHub CLI commands, run local bash scripts (
scripts/read-tree.sh), and dispatch subagents withautomode enabled.\n - Sanitization: The instructions explicitly direct the agent to extract sections from the issue body 'verbatim', with no sanitization or filtering to prevent malicious instructions embedded in the issue or its comments from influencing subagent behavior.\n- [COMMAND_EXECUTION]: The skill utilizes local shell commands and scripts to perform its logic.\n
- It uses the
ghCLI tool for all GitHub-related operations, including viewing, listing, and editing issues.\n - It executes a local bash script
scripts/read-tree.shwithin its own directory to recursively process and display the issue hierarchy.
Audit Metadata