review
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute
git diffandgit logto extract repository changes for analysis. It also references a project-specific setup command/setup-matt-pocock-skillsto be used if required configuration files are missing. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8). It ingests untrusted data from repository files (such as specifications, PRDs, and style guides) and git diffs, then interpolates this content into the prompts of "general-purpose" sub-agents.
- Ingestion points: Data enters the context via
git diffoutput and various local files indocs/,specs/,.scratch/, and standard files likeCLAUDE.mdor.editorconfig. - Boundary markers: There are no explicit boundary markers or instructions to the sub-agents to ignore potentially malicious instructions embedded within the analyzed content.
- Capability inventory: The skill utilizes the
Agenttool to spawn sub-agents which process the ingested data. - Sanitization: No sanitization or validation of the external content is performed before passing it to the sub-agents.
Audit Metadata