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).
- Potentially malicious external URL detected (high risk: 1.00). The skill's recommended install method runs a remote shell script at runtime via "curl -fsSL https://raw.githubusercontent.com/widnyana/solana-onchain-mcp/refs/heads/main/install.sh | bash", which executes fetched code and is a required installation path.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata