bug-review
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of the
gh(GitHub CLI) andgittools through a series of shell scripts to fetch pull request data, manage local branches, and post review comments. It includes safety hooks inhooks/hooks.jsonspecifically designed to block destructive operations likegit push --forceorgit reset --hard. - [EXTERNAL_DOWNLOADS]: Fetches pull request diffs, metadata, and repository content from GitHub's official API. These network operations target a well-known service and are essential for the skill's primary function.
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because its core purpose is to ingest and analyze untrusted code from external pull requests. Maliciously crafted code or comments within a PR could attempt to subvert the review logic or influence the agent's tool execution. The risk is partially mitigated by the use of an independent 'Validator' agent (Opus) and a majority-voting system among five parallel passes.
- [COMMAND_EXECUTION]: An optional autofix feature allows the agent to generate and apply code modifications to the local filesystem using the
Edittool. The skill enforces a scope check to ensure fixes are minimal (limited to one file and 20 lines) and validates changes by running existing local test suites before committing.
Audit Metadata