Solana Security Standard MCP server
Scan Solana/Anchor code against the Solana Security Standard and serve the ruleset to MCP clients.
38 stars38 downloads/wk
Reviews
Write oneNobody has reviewed Solana Security Standard yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Solana Security Standard tools (2)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
list_solana_security_rulesReturn the full Solana Security Standard (SOL-0XX) guidance: threat model, review checklist,
scan_solana_codeScan a snippet of Solana/Anchor Rust against the Solana Security Standard (SOL-0XX) fast
Public scan report
scanner v0.1.9 · 2026-09-26 · same rubric, same numbers if you re-run it
- Code scan7 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 10 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Solana Security Standard repository's README, as published. We do not edit it. Read it on GitHub
Solana Security Standard
The Solana Security Standard — SOL-0XX rules distilled from $514M of real exploits, firing as you code in every AI tool (Claude Code, Codex, Cursor, Windsurf…), your editor, and CI. By the auditors who find them.
-orange)
The same SOL-0XX rules flag Solana-specific bugs while you code — caller-controlled clock values, cross-market state asymmetry, wrapper handlers that drift from engine logic, missing Anchor constraints, and 52 bug classes in all, drawn from real audits.
Works in: Claude Code · Codex · Copilot · Cursor · Windsurf · Cline · Aider · any MCP client · the VS Code extension (Open VSX) · the CLI · Semgrep · GitHub Actions. Pick your surface below.
Use it in Claude Code (30 seconds)
mkdir -p .claude && \
curl -sL https://raw.githubusercontent.com/Copenhagen0x/solana-security-standard/main/plugin-guidance.md \
-o .claude/claude-security-guidance.md && \
curl -sL https://raw.githubusercontent.com/Copenhagen0x/solana-security-standard/main/security-patterns.yaml \
-o .claude/security-patterns.yamlplugin-guidance.md is the compact ≤8 KB plugin digest (every rule as a one-line cue, generated from the full claude-security-guidance.md); it lands as the plugin's .claude/claude-security-guidance.md. Full per-rule detail is one MCP call (listsolanasecurity_rules) or one click (the master on GitHub) away.
Then make sure you have Anthropic's security-guidance plugin installed:
/plugin install security-guidance@claude-plugins-official
/reload-pluginsDone. Open a Solana program file in Claude Code and the plugin will catch issues as you write.
(This pulls from main with no integrity check. For supply-chain-sensitive use, see Verified install below.)
Or install the whole standard as a Claude Code plugin (the MCP scan tool + a /scan command, auto-wired):
/plugin marketplace add Copenhagen0x/solana-security-standard
/plugin install solana-security-standard@solana-security-standardVerified install (pin + checksum)
For CI or supply-chain-sensitive setups, pin to a release tag and verify the download against the published CHECKSUMS.txt instead of pulling main:
Note: the plugin-guidance.md digest ships from v1.11.0 onward. Pin the latest release tag in the flow below.
TAG=v1.12.0 # the digest ships from v1.11.0 on; older tags use claude-security-guidance.md directly
BASE="https://raw.githubusercontent.com/Copenhagen0x/solana-security-standard/$TAG"
tmp=$(mktemp -d) && cd "$tmp" && mkdir -p semgrep
curl -fsSL "$BASE/CHECKSUMS.txt" -o CHECKSUMS.txt
curl -fsSL "$BASE/plugin-guidance.md" -o plugin-guidance.md
curl -fsSL "$BASE/security-patterns.yaml" -o security-patterns.yaml
curl -fsSL "$BASE/semgrep/solana-security-standard.yaml" -o semgrep/solana-security-standard.yaml
sha256sum -c CHECKSUMS.txt # Linux — all three must print "OK"; aborts on any mismatchShortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y @jelleo/solana-security-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add solana-security-mcp -- npx -y @jelleo/solana-security-mcp
Solana Security Standard: common questions
- Is Solana Security Standard MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Solana Security Standard safety report
- How do I install Solana Security Standard?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Solana Security Standard need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Solana Security Standard maintained?
- The last commit was 11 days ago (2026-09-16). The latest release is v1.5.0.
- What can I use instead of Solana Security Standard?
- Servers from other publishers that do the same job: Autopilot Jobhunt MCP server, pkgxray MCP server and MCP ZAP Server MCP server. Compare all Solana Security Standard alternatives.
Alternatives to Solana Security Standard
Same job from other publishers: the closest match first, then the best rated.
- Autopilot JobhuntAgentic job hunt: scan careers pages, score against your resume, draft applications. Never applies.not reviewedGrowingA
- pkgxrayPre-install security scans for npm packages, MCP servers, and AI agents with cited verdict evidence.not reviewedGrowingB
MCP ZAP ServerSafe, self-hosted OWASP ZAP operator for guided AI security scans and reports.not reviewedGrowingB- MCPSecurity tools for your AI: scan, pentest, check headers, guard code and scan repos for secrets.not reviewedGrowingA
- Cra 24 72 14 Reporting LintReads your SECURITY.md against the EU Cyber Resilience Act reporting clock that started on 11 Septemnot reviewedGrowingA