# io.github.Easton-OU/rootpilot-ssh-diagnose (npm · @rootpilot/mcp-ssh-diagnose)

Read-only SSH server diagnostics via a fixed 38-command whitelist; secrets redacted, no write path.

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

## Components

- npm · `@rootpilot/mcp-ssh-diagnose`: 71/100 (this document), [markdown](https://verifymcp.io/servers/easton-ou-rootpilot-ssh-diagnose/rootpilot-mcp-ssh-diagnose.md), [page](https://verifymcp.io/servers/easton-ou-rootpilot-ssh-diagnose/rootpilot-mcp-ssh-diagnose)

## Channel facts

- Registry: `npm`
- Package: `@rootpilot/mcp-ssh-diagnose`
- Version: `0.1.2`
- 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**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (103 of 107), 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 (103 of 107), 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 20 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 292 tokens (~58/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 easton-ou-rootpilot-ssh-diagnose -- npx -y @rootpilot/mcp-ssh-diagnose
```

### Codex

```bash
codex mcp add easton-ou-rootpilot-ssh-diagnose -- npx -y @rootpilot/mcp-ssh-diagnose
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "easton-ou-rootpilot-ssh-diagnose": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@rootpilot/mcp-ssh-diagnose"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add easton-ou-rootpilot-ssh-diagnose --command npx --arg -y --arg @rootpilot/mcp-ssh-diagnose
```

### Hermes

```yaml
mcp_servers:
  easton-ou-rootpilot-ssh-diagnose:
    command: "npx"
    args: ["-y", "@rootpilot/mcp-ssh-diagnose"]
```

### Other

```json
{
  "mcpServers": {
    "easton-ou-rootpilot-ssh-diagnose": {
      "command": "npx",
      "args": [
        "-y",
        "@rootpilot/mcp-ssh-diagnose"
      ]
    }
  }
}
```

## 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 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 70, +15)

- [security regression] Known CVEs: partial → unverified
- [security improvement] Malware scan: unverified → pass
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Stability: unverified → 0.23

### 2026-08-01 (score 55, +20)

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

### 2026-07-31 (score 35, −18)

- [security regression] Malware scan: pass → unverified

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

First indexed and scored.

## MCP tools (5)

### `list_hosts` (~50 tokens)

List configured hosts

List the hosts defined in your hosts.json, with an optional reachability probe (TCP + SSH banner). Returns names to use with the other tools.

Input parameters:

- `probe` (boolean): also test SSH reachability

### `get_whitelist` (~45 tokens)

List the read-only command whitelist

Return every command this server can run: key, purpose, shell template, and whether it needs a container argument. This is the complete set — nothing outside it can be executed.

### `collect` (~84 tokens)

Collect diagnostics by key

Run up to 8 whitelisted commands on a host and return their (redacted, truncated) output. Use get_whitelist to see valid keys. Keys outside the whitelist are rejected.

Input parameters:

- `container` (string): container name, required by container-scoped keys
- `host` (string, required): host name from list_hosts
- `keys` (array, required): whitelisted command keys

### `collect_base` (~58 tokens)

Collect the base overview

Shortcut: run the base group (docker_ps, df, df_inode, free, uptime, dmesg_oom, docker_daemon) — a cheap first look at a host.

Input parameters:

- `host` (string, required): host name from list_hosts

### `container_deep_dive` (~55 tokens)

Deep dive into one container

Shortcut: for one container, run docker_logs, docker_inspect (redacted), container_state and docker_stats.

Input parameters:

- `container` (string, required): container name
- `host` (string, required): host name from list_hosts

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/easton-ou-rootpilot-ssh-diagnose/rootpilot-mcp-ssh-diagnose#diagnostics

## Score history

- 2026-08-03: 71
- 2026-08-02: 70
- 2026-08-01: 55
- 2026-07-31: 35
- 2026-07-30: 53
- 2026-07-28: 53
- 2026-07-27: 53

## Links

- npm package: https://www.npmjs.com/package/@rootpilot/mcp-ssh-diagnose
- Socket report: https://socket.dev/npm/package/@rootpilot/mcp-ssh-diagnose
- Repository: https://github.com/Easton-OU/rootpilot-mcp
- Changelog RSS feed: https://verifymcp.io/servers/easton-ou-rootpilot-ssh-diagnose/rootpilot-mcp-ssh-diagnose/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/easton-ou-rootpilot-ssh-diagnose/rootpilot-mcp-ssh-diagnose/changelog.json
- HTML version of this page: https://verifymcp.io/servers/easton-ou-rootpilot-ssh-diagnose/rootpilot-mcp-ssh-diagnose
