code-review
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted content from source code diffs and issue trackers to perform analysis. A malicious user could embed instructions within code comments or commit messages to manipulate the agent's review results or influence its behavior.
- Ingestion points: The skill reads input from
git diffoutput,git logoutput, and external spec files or issue trackers located atdocs/agents/issue-tracker.md. - Boundary markers: The prompts generated for the parallel sub-agents do not use distinct delimiters or specific instructions to ignore embedded commands within the processed text.
- Capability inventory: The agent executes shell commands (
git diff,git log,git rev-parse) to retrieve the data for review. - Sanitization: No sanitization or filtering is applied to the retrieved content before it is processed by the sub-agents.
- [COMMAND_EXECUTION]: The skill uses shell commands to interact with the repository and resolve user-supplied git references.
- Evidence: It executes
git diff,git log, andgit rev-parsebased on user-supplied 'fixed point' arguments. If the agent does not properly validate or escape the fixed-point reference, it could be vulnerable to command injection if a user provides a value containing shell metacharacters.
Audit Metadata