review-as
Fail
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: Several Node.js dependencies in
scripts/package.jsonandscripts/bun.lockspecify version numbers that do not match current stable releases on the public npm registry. Specifically,zodis pinned to4.4.3(stable is 3.x),typescriptto5.9.3(stable is 5.7.x), and@types/nodein the lockfile is at26.1.1(stable is 22.x). Pinned versions that appear to shadow or exceed current registry releases pose a significant supply chain risk through potential dependency confusion. - [EXTERNAL_DOWNLOADS]: The
Troubleshootingsection ofSKILL.mdcontains a command to install the Bun runtime:curl -fsSL https://bun.sh/install | bash. This command fetches and executes a script frombun.sh, which is the official domain for a well-known JavaScript runtime service. - [COMMAND_EXECUTION]: The skill makes extensive use of local CLI tools to perform its tasks, executing commands such as
gh api,gh pr view,gh pr diff,git diff, andbun run. These commands are used to resolve reviewers, gather repository activity, and run the bundled history-gathering script. - [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection as it ingests untrusted data from GitHub pull request descriptions and historical review comments. The instructions attempt to mitigate this by directing the agent to treat this content strictly as data rather than instructions and by providing guidelines on paraphrasing voice to avoid copying malicious identifiers or code.
Recommendations
- HIGH: Downloads and executes remote code from: https://bun.sh/install - DO NOT USE without thorough review
Audit Metadata