cx-pr-review
Warn
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill directs the agent to execute various shell commands, including
git,gh,grep, andnode, for repository analysis and diff inspection.- [REMOTE_CODE_EXECUTION]: Section §7 contains anode -eone-liner that encourages the agent to paste code segments (the Sequelizewhereclause) from the PR diff into the execution string. This dynamic code generation from untrusted diff content facilitates a potential command injection attack, as a malicious PR could break out of the JavaScript context to run arbitrary system commands.- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection due to processing untrusted data from PR titles, bodies, and logs. 1. Ingestion points:git diff,git log,gh pr view. 2. Boundary markers: Absent. 3. Capability inventory: Shell access and dynamic JavaScript execution. 4. Sanitization: Absent.- [DATA_EXPOSURE]: The skill usesgrepto identify sensitive information like secrets and PII in the codebase. Although intended for auditing, this demonstrates the ability to read and process sensitive environmental data.
Audit Metadata