# Solana Security Standard (npm · @jelleo/solana-security-mcp)

Scan Solana/Anchor code against the Solana Security Standard and serve the ruleset to MCP clients.

- Trust score: 68/100 (medium)
- Change this week: −12
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@jelleo/solana-security-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/copenhagen0x-solana-security-mcp/jelleo-solana-security-mcp.md), [page](https://verifymcp.io/servers/copenhagen0x-solana-security-mcp/jelleo-solana-security-mcp)

## Channel facts

- Registry: `npm`
- Package: `@jelleo/solana-security-mcp`
- Version: `1.5.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 31 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 150 tokens (~75/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add copenhagen0x-solana-security-mcp -- npx -y @jelleo/solana-security-mcp
```

### Codex

```bash
codex mcp add copenhagen0x-solana-security-mcp -- npx -y @jelleo/solana-security-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "copenhagen0x-solana-security-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@jelleo/solana-security-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add copenhagen0x-solana-security-mcp --command npx --arg -y --arg @jelleo/solana-security-mcp
```

### Hermes

```yaml
mcp_servers:
  copenhagen0x-solana-security-mcp:
    command: "npx"
    args: ["-y", "@jelleo/solana-security-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "copenhagen0x-solana-security-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@jelleo/solana-security-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-01 (score 68, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 53, −9)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 62, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 80, +33)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: good

### 2026-07-26 (score 47)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (2)

### `scan_solana_code` (~96 tokens)

Scan Solana Code

Scan a snippet of Solana/Anchor Rust against the Solana Security Standard (SOL-0XX) fast patterns. Returns advisory findings (rule id + line:col + fix hint). A match means "look here", not a confirmed bug.

Input parameters:

- `code` (string, required): The Rust source to scan.
- `filename` (string): Optional path/name; used for off-chain exclude matching (e.g. tests/foo.rs).

### `list_solana_security_rules` (~54 tokens)

List Solana Security Rules

Return the full Solana Security Standard (SOL-0XX) guidance: threat model, review checklist, and all 52 numbered rules with fixes. Use it to write or review Solana/Anchor code safely.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/copenhagen0x-solana-security-mcp/jelleo-solana-security-mcp#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 68
- 2026-08-01: 68
- 2026-07-31: 53
- 2026-07-30: 62
- 2026-07-29: 80
- 2026-07-28: 80
- 2026-07-27: 80
- 2026-07-26: 47

## Links

- npm package: https://www.npmjs.com/package/@jelleo/solana-security-mcp
- Socket report: https://socket.dev/npm/package/@jelleo/solana-security-mcp
- Repository: https://github.com/Copenhagen0x/solana-security-standard
- Changelog RSS feed: https://verifymcp.io/servers/copenhagen0x-solana-security-mcp/jelleo-solana-security-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/copenhagen0x-solana-security-mcp/jelleo-solana-security-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/copenhagen0x-solana-security-mcp/jelleo-solana-security-mcp
