code-review
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [Unverifiable Dependencies & Remote Code Execution] (MEDIUM): The skill explicitly references and utilizes an external capability
code-reviewerfrom thebushidoorganization. Asbushidois not on the list of verified trusted sources, the behavior and safety of this dependency cannot be confirmed during analysis. - [Indirect Prompt Injection] (LOW): The skill is susceptible to indirect prompt injection because it processes content that can be modified by an attacker in a pull request.
- Ingestion points: The skill reads pull request summaries, diffs, code comments, and repository-level
CLAUDE.mdfiles usinggh pr view,gh pr diff, andgit(Steps 2, 3, and 4). - Boundary markers: Absent. The instructions for the sub-agents do not include delimiters or warnings to ignore instructions embedded within the ingested code or PR data.
- Capability inventory: The skill possesses the capability to post comments to GitHub using
gh pr comment(Step 8). - Sanitization: Absent. The ingested data is used to formulate the final review output without any evident filtering or sanitization steps.
- [COMMAND_EXECUTION] (SAFE): The skill performs shell operations using the GitHub CLI (
gh) andgit. These tools are appropriately restricted to specific subcommands in theallowed-toolsconfiguration, adhering to the principle of least privilege.
Audit Metadata