second-opinion
Fail
Audited by Snyk on Jul 15, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The two github.com/gemini-cli-extensions links are third‑party GitHub repositories referenced as direct extension install targets (which can fetch and execute code) and therefore represent an untrusted download/install source that could be used to distribute malware; the developers.openai.com cookbook link is official and not flagged.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). The skill intentionally sends full repo diffs (including untracked/new files and optional project convention files) to external LLM CLIs and purposely enables Gemini's --yolo auto-approval and third‑party extension installs, which together create clear avenues for data exfiltration, remote actions/command execution via extensions, and supply‑chain abuse.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (medium risk: 0.60). The skill instructs the agent to run external CLIs immediately (including gemini with --yolo which auto-approves extension tool actions) and suggests global installs, enabling third-party extensions or CLI actions to perform arbitrary changes on the host even though it doesn't explicitly request sudo or create users.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata