squad-review
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes dynamic context injection (the
!prefix) to execute local shell commands such asgit,find, andghto gather repository metadata at skill load time. These operations are limited to gathering development context (branch name, diff stats, PR metadata) and are consistent with the skill's purpose. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface. Ingestion points: Untrusted data from
git diff,git log, andgh pr viewenter the agent context viaSKILL.md. Boundary markers: No explicit boundary markers or 'ignore' instructions are used for the interpolated data. Capability inventory: Subagents are configured asgeneral-purposewith full tool access to read files and grep the repository as defined in the 'Dispatch Protocol'. Sanitization: No sanitization or escaping is performed on the external content before it is prepended to reviewer prompts. This could allow malicious instructions in code comments or PR descriptions to influence subagent behavior.
Audit Metadata