review
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted code diffs and pull request metadata, which could contain malicious instructions intended to manipulate the agent's review logic.
- Ingestion points: Pull request numbers via $ARGUMENTS and code content via
gh pr diffandgit diffcommands in SKILL.md. - Boundary markers: The instructions lack specific delimiters or warnings to prevent the agent from following instructions found within the code being reviewed.
- Capability inventory: The skill executes shell commands (
gh,git) to interact with code repositories as described in SKILL.md. - Sanitization: There is no evidence of sanitization for user-provided arguments or the output of diff commands before they are evaluated by the agent.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands (
gh,git) using user-provided arguments ($ARGUMENTS), which introduces a potential command injection surface if the agent does not properly validate the pull request number.
Audit Metadata