solana-setup

Fail

Audited by Snyk on May 7, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). The crates.io API link is legitimate for version checks, but the prebuilt install instruction points to a raw .sh on a personal/unknown GitHub repo (widnyana) and recommends piping a remote shell to bash, which is a high-risk pattern that could be used to distribute malware unless the script is audited first.

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

  • Third-party content exposure detected (high risk: 1.00). The skill explicitly fetches and parses live data from the public crates.io API to determine the "latest" version and offers/executes a remote install script piped from https://raw.githubusercontent.com/widnyana/solana-onchain-mcp/refs/heads/main/install.sh (and uses curl to fetch other public URLs), which are untrusted third‑party sources that the agent reads/executes as part of its workflow and can materially change subsequent actions.

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

Issues (3)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

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
May 7, 2026, 11:21 AM
Issues
3
Security Audit — snyk — solana-setup