review
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface because it processes untrusted data from the repository to inform agent decisions.
- Ingestion points: The skill reads data from Git diffs, commit messages, issue tracker documentation, and specification files located in
docs/,specs/, or.scratch/. - Boundary markers: There are no explicit markers or delimiters defined in the instructions to isolate the interpolated external content from the agent's core instructions.
- Capability inventory: The skill is capable of executing shell commands via
gitand spawning sub-agents using theAgenttool. - Sanitization: No sanitization or validation of the ingested file content or diff output is performed prior to inclusion in sub-agent prompts.
- [COMMAND_EXECUTION]: The skill uses shell commands (
git diffandgit log) to analyze code changes. These operations are restricted to read-only repository metadata and are consistent with the skill's stated purpose of performing code reviews.
Audit Metadata