second-opinion
Warn
Audited by Snyk on Apr 29, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill sends local diffs to external LLM CLIs (Codex and Gemini) and reads/parses their outputs as part of its workflow (see SKILL.md and references/*), and Gemini is explicitly invoked with --yolo (references/gemini-invocation.md) which auto-approves extension tool calls, so untrusted remote model output can directly influence actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly directs runtime installation of Gemini extensions from GitHub (e.g. https://github.com/gemini-cli-extensions/code-review and https://github.com/gemini-cli-extensions/security), which fetches and installs remote code that can control prompts/behavior and execute actions and is required for the Gemini review/security features.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata