autonomous-review
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it analyzes untrusted data from pull request diffs and issue bodies to drive its review logic.
- Ingestion points: Pull request diffs via
gh pr diffand issue descriptions viagh pr viewinSKILL.md. - Boundary markers: No explicit boundary markers or instructions to ignore embedded commands are used when processing external data.
- Capability inventory: The skill can modify the repository using
git(including force pushes), interact with GitHub issues and PRs usinggh, execute local scripts, and perform browser automation via the Chrome DevTools MCP as defined inSKILL.md,references/e2e-verification.md, andreferences/merge-conflict-resolution.md. - Sanitization: No sanitization or filtering of external content is specified before interpolation into agent prompts.
- [COMMAND_EXECUTION]: The skill performs various system command executions to automate the review process.
- Uses
gitfor branch operations and rebasing inreferences/merge-conflict-resolution.md. - Uses the GitHub CLI (
gh) for issue and pull request interactions inSKILL.md. - Executes repository-local scripts
scripts/mark-issue-checkbox.shandscripts/upload-screenshot.sh. - Utilizes browser automation tools (Chrome DevTools MCP) for E2E verification steps in
references/e2e-verification.md.
Audit Metadata