# Eleion Scanner (npm · eleion-scanner-mcp)

Register/verify your domains, queue security scans, and read findings (CVE, severity).

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

## Components

- npm · `eleion-scanner-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/hernaninverso-eleion-scanner-mcp/eleion-scanner-mcp.md), [page](https://verifymcp.io/servers/hernaninverso-eleion-scanner-mcp/eleion-scanner-mcp)

## Channel facts

- Registry: `npm`
- Package: `eleion-scanner-mcp`
- Version: `0.1.1`
- 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**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **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 33 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 289 tokens (~57/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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.

## Install

### Claude

```bash
claude mcp add hernaninverso-eleion-scanner-mcp -- npx -y eleion-scanner-mcp
```

### Codex

```bash
codex mcp add hernaninverso-eleion-scanner-mcp -- npx -y eleion-scanner-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hernaninverso-eleion-scanner-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "eleion-scanner-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add hernaninverso-eleion-scanner-mcp --command npx --arg -y --arg eleion-scanner-mcp
```

### Hermes

```yaml
mcp_servers:
  hernaninverso-eleion-scanner-mcp:
    command: "npx"
    args: ["-y", "eleion-scanner-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "hernaninverso-eleion-scanner-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "eleion-scanner-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-03 (score 68, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 64, +43)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-07-31 (score 21, −3)

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

### 2026-07-30 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (5)

### `scanner_register_target` (~80 tokens)

Register one of YOUR OWN domains/URLs to be security-scanned. Returns a verification_token plus the DNS TXT record (or /.well-known URL) you must publish to prove ownership before scanning. You can only scan domains you own.

Input parameters:

- `target_url` (string, required): The http(s) URL/domain to register (must be a public host you control).

### `scanner_verify_target` (~51 tokens)

Verify domain ownership of a previously registered target by checking the DNS TXT / .well-known record you published. Returns whether verification succeeded.

Input parameters:

- `target_id` (integer, required): The target id returned by scanner_register_target.

### `scanner_start_scan` (~67 tokens)

Queue a security scan over a target you have already registered AND verified. Returns a scan_id and status. Poll scanner_get_scan_status until completed, then read scanner_get_findings.

Input parameters:

- `scan_profile` (string): Scan depth.
- `target_id` (integer, required): The verified target id.

### `scanner_get_scan_status` (~43 tokens)

Get the status of a scan (queued|running|completed|failed) and how many findings it has.

Input parameters:

- `scan_id` (string, required): The scan id.

### `scanner_get_findings` (~48 tokens)

List the security findings of a completed scan (severity, CVE, template, title, URL, priority_score), ordered by priority.

Input parameters:

- `scan_id` (string, required): The scan id.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/hernaninverso-eleion-scanner-mcp/eleion-scanner-mcp#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 64
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 24
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/eleion-scanner-mcp
- Socket report: https://socket.dev/npm/package/eleion-scanner-mcp
- Repository: https://github.com/hernaninverso/eleion-scanner-mcp
- Changelog RSS feed: https://verifymcp.io/servers/hernaninverso-eleion-scanner-mcp/eleion-scanner-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/hernaninverso-eleion-scanner-mcp/eleion-scanner-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/hernaninverso-eleion-scanner-mcp/eleion-scanner-mcp
