# Inspectrum (npm · inspectrum)

Review coding-agent plans on demand with peer models, attributed findings, and a structured verdict.

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

## Components

- npm · `inspectrum`: 71/100 (this document), [markdown](https://verifymcp.io/servers/yannmenec-inspectrum/inspectrum.md), [page](https://verifymcp.io/servers/yannmenec-inspectrum/inspectrum)

## Channel facts

- Registry: `npm`
- Package: `inspectrum`
- Version: `0.2.3`
- 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 (95 of 99), 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 (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to yannmenec/inspectrum).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 1 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 42/100
  - 0% 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 144 tokens (~72/item across 2 items; 1 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add yannmenec-inspectrum -- npx -y inspectrum
```

### Codex

```bash
codex mcp add yannmenec-inspectrum -- npx -y inspectrum
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add yannmenec-inspectrum --command npx --arg -y --arg inspectrum
```

### Hermes

```yaml
mcp_servers:
  yannmenec-inspectrum:
    command: "npx"
    args: ["-y", "inspectrum"]
```

### Other

```json
{
  "mcpServers": {
    "yannmenec-inspectrum": {
      "command": "npx",
      "args": [
        "-y",
        "inspectrum"
      ]
    }
  }
}
```

## 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 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

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

- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.10
- [functional improvement] Dependency health: unverified → partial

### 2026-08-01 (score 37, +31)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security] First check of Stability: unverified
- [security] The attested source repository moved: yannmenec/inspectrum
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → 0
- [functional improvement] Maintenance: unverified → pass
- [functional] First check of Schema quality: fail
- [functional] First check of Capabilities: unverified
- [functional] First check of Schema quality: pass
- [functional] First check of Tool coverage: 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT
- [functional] Package version: 0.2.2 → 0.2.3
- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 6)

First indexed and scored.

## MCP tools (1)

### `review_plan` (~140 tokens)

Review Plan

Review a development/architecture plan with peer LLMs and return a consolidated verdict (approve | revise | reject) with prioritized findings. Runs configured reviewer CLIs and writes a local session log to ~/.inspectrum/sessions/.

Input parameters:

- `context` (string): Optional codebase excerpts for context. Max 8 000 characters.
- `focus` (string): Review focus area.
- `judge` (boolean): Run judge agent to consolidate when >= 2 reviewers.
- `plan` (string, required): The plan to review, in Markdown. Max 16 000 characters.
- `reviewers` (array): Reviewer IDs (from config). Defaults to config defaults.reviewers.

Output parameters:

- `findings` (array)
- `report_markdown` (string)
- `revised_plan` (string)
- `session_id` (string)
- `session_path` (string)
- `verdict` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/yannmenec-inspectrum/inspectrum#diagnostics

## Score history

- 2026-08-03: 71
- 2026-08-02: 70
- 2026-08-01: 37
- 2026-07-31: 6

## Links

- npm package: https://www.npmjs.com/package/inspectrum
- Socket report: https://socket.dev/npm/package/inspectrum
- Repository: https://github.com/yannmenec/inspectrum
- Website: https://github.com/yannmenec/inspectrum/blob/main/docs/claude-code-codex-plan-review.md
- Changelog RSS feed: https://verifymcp.io/servers/yannmenec-inspectrum/inspectrum/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/yannmenec-inspectrum/inspectrum/changelog.json
- HTML version of this page: https://verifymcp.io/servers/yannmenec-inspectrum/inspectrum
