sprint
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to Indirect Prompt Injection. It retrieves and processes data from GitHub issues which could contain adversarial instructions designed to hijack the sub-agent's behavior.
- Ingestion points: The runner script
run-sprint.shinstructs the sub-agent to executegh issue view $NUMto read the task scope. - Boundary markers: There are no protective delimiters or explicit instructions provided to the sub-agent to ignore potential commands embedded within the issue content.
- Capability inventory: The sub-agent is executed via the
claudeCLI with the--dangerously-skip-permissionsflag, granting it full filesystem access and the ability to execute shell commands, perform git operations, and merge code. - Sanitization: No sanitization or filtering is performed on the issue content before it is consumed by the sub-agent.
- [COMMAND_EXECUTION]: The skill relies extensively on executing external system commands to manage the sprint workflow.
- Evidence: The
run-sprint.shscript executesghfor GitHub interactions andclaudefor code implementation. Thepretty.pyscript usessubprocess.runandsubprocess.Popento manage thepkillandsayutilities on macOS. - [EXTERNAL_DOWNLOADS]: The skill requires several external tools and packages to function.
- Evidence: The
doctorcommand inrun-sprint.shchecks for the presence ofgh(GitHub CLI),@anthropic-ai/claude-code,node,jq, andgit. While these are well-known developer tools, their installation and use are central to the skill's operation.
Audit Metadata