pr-review
Warn
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the agent to execute
pnpm installandpnpm teston code retrieved from a Pull Request. This is a vector for arbitrary code execution if the PR contains malicious lifecycle scripts or tests. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection via Pull Request data.
- Ingestion points: PR metadata and diffs fetched via
gh pr viewandgh pr diffinSKILL.md. - Boundary markers: None; instructions do not isolate untrusted PR content from the agent's logic.
- Capability inventory: The agent has the authority to approve/request changes on Pull Requests and post comments via
gh apiandgh pr review. - Sanitization: None; the agent processes raw output from the repository tools.
- [COMMAND_EXECUTION]: The skill makes extensive use of shell commands via
git,gh, andpnpmto manage the review workflow, perform builds, and interact with the GitHub API.
Audit Metadata