pr-review
Warn
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill automates the checkout and execution of code from untrusted pull requests. Specifically, it executes
npm run buildandnpx tsxon code provided by external contributors. A malicious actor could submit a pull request with compromised scripts (e.g., inpackage.jsonor test files) that would execute arbitrary commands on the host environment when the smoke test workflow is triggered. - [COMMAND_EXECUTION]: The skill uses the
ghCLI andnpmto perform operations on local and remote code. It executes checkout, build, and test commands which are sensitive when performed on untrusted repositories. - [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes untrusted code changes from pull requests.
- Ingestion points: Data enters the agent's context through
gh pr diffandgh pr checkoutas described inSKILL.md. - Boundary markers: No explicit delimiters or safety instructions are used to distinguish untrusted pull request data from the agent's core instructions.
- Capability inventory: The skill possesses the ability to execute shell commands (
npm,gh,npx) and interact with a web browser via Playwright to upload files. - Sanitization: There is no evidence of sanitization or validation of the pull request content before it is executed or analyzed.
Audit Metadata