# io.github.RudrenduPaul/truthroute (npm · truthroute-cli)

Sends the same prompt to multiple LLM providers in parallel and returns a divergence score via MCP.

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

## Components

- npm · `truthroute-cli`: 67/100 (this document), [markdown](https://verifymcp.io/servers/rudrendupaul-truthroute/truthroute-cli.md), [page](https://verifymcp.io/servers/rudrendupaul-truthroute/truthroute-cli)

## Channel facts

- Registry: `npm`
- Package: `truthroute-cli`
- Version: `0.1.4`
- 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-20.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects tar 6.2.1, reached via fastembed > tar. A fixed version is available.
  - Runs a script at install time (postinstall) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does.
  - 74 of 195 dependencies flagged as unhealthy (3 deprecated).
- **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 8 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 111 tokens (~111/item across 1 items; 1 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 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 rudrendupaul-truthroute -- npx -y truthroute-cli
```

### Codex

```bash
codex mcp add rudrendupaul-truthroute -- npx -y truthroute-cli
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add rudrendupaul-truthroute --command npx --arg -y --arg truthroute-cli
```

### Hermes

```yaml
mcp_servers:
  rudrendupaul-truthroute:
    command: "npx"
    args: ["-y", "truthroute-cli"]
```

### Other

```json
{
  "mcpServers": {
    "rudrendupaul-truthroute": {
      "command": "npx",
      "args": [
        "-y",
        "truthroute-cli"
      ]
    }
  }
}
```

## 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-19 (score 67, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-17 (score 63, 0)

- [functional regression] Security disclosure: unverified → fail

### 2026-08-16 (score 63, 0)

- [functional regression] Security disclosure: fail → unverified

### 2026-08-15 (score 63, 0)

- [security regression] CVE-2026-73566 affects this package: high
- [security improvement] GHSA-r292-9mhp-454m no longer affects this package

### 2026-08-12 (score 63, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-11 (score 48)

First indexed and scored.

## MCP tools (1)

### `compare` (~111 tokens)

Compare LLM responses for divergence

Sends the same prompt to multiple LLM providers in parallel and returns a divergence score (0.0 = identical meaning, 1.0 = maximally divergent) plus each provider's response. Refusals are excluded from scoring. Requires API keys set as environment variables (OPENAI_API_KEY, ANTHROPIC_API_KEY, GEMINI_API_KEY) for whichever providers are requested.

Input parameters:

- `prompt` (string, required): The prompt to send to all requested providers
- `providers` (array, required): Which providers to compare

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/rudrendupaul-truthroute/truthroute-cli#diagnostics

## Score history

- 2026-08-20: 67
- 2026-08-19: 67
- 2026-08-18: 63
- 2026-08-17: 63
- 2026-08-16: 63
- 2026-08-15: 63
- 2026-08-14: 63
- 2026-08-13: 63
- 2026-08-12: 63
- 2026-08-11: 48

## Links

- npm package: https://www.npmjs.com/package/truthroute-cli
- Socket report: https://socket.dev/npm/package/truthroute-cli
- Repository: https://github.com/RudrenduPaul/TruthRoute
- Changelog RSS feed: https://verifymcp.io/servers/rudrendupaul-truthroute/truthroute-cli.xml
- Changelog JSON feed: https://verifymcp.io/servers/rudrendupaul-truthroute/truthroute-cli.json
- HTML version of this page: https://verifymcp.io/servers/rudrendupaul-truthroute/truthroute-cli
