reviewer-check
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute standard git commands, includinggit diffandgit log, which are necessary for analyzing code changes in the user's local repository. - [PROMPT_INJECTION]: The skill demonstrates a surface for indirect prompt injection as it processes untrusted data from external sources and interpolates it into context for analysis.
- Ingestion points: The skill ingests untrusted data from pull request descriptions, branch names, and user-provided AI review summaries in
SKILL.md(Step 1 and Step 2). - Boundary markers: There are no explicit boundary markers or instructions defined to prevent the agent from following malicious instructions potentially embedded in the ingested PR content.
- Capability inventory: The skill has access to
Bash,Read,Grep, andGlobtools, which could be leveraged if an injection is successful. - Sanitization: The skill lacks explicit sanitization or validation of external content before it is processed or passed to the
code-revieweragent.
Audit Metadata