code-review
Fail
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs users to install the
gfreviewtool by downloading a shell script from a remote URL and piping it directly into the bash shell (curl -fsSL https://raw.githubusercontent.com/martinffx/gfreview/main/install.sh | bash). This is a high-risk pattern that executes unverified code on the host system. - [COMMAND_EXECUTION]: The skill frequently invokes shell commands such as
git,gh, andgfreviewto retrieve repository data, manage branches, and post review comments to external forges. - [EXTERNAL_DOWNLOADS]: The workflow relies on fetching external scripts and tools from the
martinffx/gfreviewrepository on GitHub to enable primary functionality like PR responses. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection. It ingests untrusted data from
git diffand PR discussions which are then passed to multiple subagents (clerk,general,architect,oracle). - Ingestion points: Code diffs (via
git diff mainorgfreview diff) and discussion threads (viagfreview discussions). - Boundary markers: The prompts in
reviewers.mdandrq.mdplace the untrusted diff content within markdown code blocks but do not include explicit instructions to ignore embedded agent commands or specific delimiters to separate data from instructions. - Capability inventory: The skill possesses significant capabilities, including the ability to write files (applying fixes), execute shell commands, and communicate with external GitHub/GitLab APIs.
- Sanitization: The workflow includes a 'Challenge' step using an
oracleagent to validate findings; however, this is a logical check rather than a security sanitization layer against injection.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/martinffx/gfreview/main/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata