google-search-extension

Fail

Audited by Snyk on Jun 19, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). The loopback health URL is benign, but the raw.githubusercontent.com link downloads and executes a shell script from a third‑party GitHub repo (FinpeakInc) — fetching and running .sh directly from an unvetted GitHub account is a common malware delivery vector and therefore suspicious.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). The scripts download and execute a remote setup script (curl -> bash/exec) from a live GitHub raw URL with no integrity checks, creating a clear supply-chain and remote code execution/backdoor vector that could install malware or exfiltrate data; the rest of the code is benign wiring to a local Frevana daemon but can be abused if the downloaded installer is malicious.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.75). The skill downloads and executes an outsider-authored setup script from a public GitHub URL at runtime (scripts/setup.sh fetches https://raw.githubusercontent.com/.../setup.sh), and that script can feed arbitrary free text into the agent via the subsequent frevana call frevana_ask results.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

Issues (4)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jun 19, 2026, 12:23 AM
Issues
4
Security Audit — snyk — google-search-extension