Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.RudrenduPaul/truthroute

NPM · TRUTHROUTE-CLI · SCANNED AUG 20

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

Available components

+4 this week 67 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security83
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects tar 6.2.1, reached via fastembed > tar. A fixed version is available. View diagnostics → Fail
  • 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. View diagnostics → Partial
  • 74 of 195 dependencies flagged as unhealthy (3 deprecated). View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability69
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 111 tokens (~111/item across 1 items; 1 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · truthroute-cli

# add to Claude Code
claude mcp add rudrendupaul-truthroute -- npx -y truthroute-cli
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add rudrendupaul-truthroute --command npx --arg -y --arg truthroute-cli
# ~/.hermes/config.yaml
mcp_servers:
  rudrendupaul-truthroute:
    command: "npx"
    args: ["-y", "truthroute-cli"]
// mcp.json
{
  "mcpServers": {
    "rudrendupaul-truthroute": {
      "command": "npx",
      "args": [
        "-y",
        "truthroute-cli"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 17 Aug 26 0
    • Security disclosure: unverified → fail functional
  • 16 Aug 26 0
    • Security disclosure: fail → unverified functional
  • 15 Aug 26 0
    • CVE-2026-73566 affects this package: high security
    • GHSA-r292-9mhp-454m no longer affects this package security
  • 12 Aug 26 +15
    • Malware scan: unverified → pass security
  • 11 Aug 26 48

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Aug 2026 · Analysed npm/truthroute-cli@0.1.4

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Install scripts 1 script
Hook Tier Command
postinstall unreviewed patch-package
Vulnerabilities 12 findings
ID CVE Severity Vector Fix available
GHSA-23hp-3jrh-7fpw CVE-2026-59873 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-34x7-hfp2-rc4v CVE-2026-24842 high CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N yes
GHSA-83g3-92jg-28cx CVE-2026-26960 high CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N yes
GHSA-8qq5-rm4j-mr97 CVE-2026-23745 high yes
GHSA-8x88-c5mf-7j5w CVE-2026-59874 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-9ppj-qmqm-q256 CVE-2026-31802 high yes
GHSA-gvwx-54wh-qm9j CVE-2026-59875 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L yes
GHSA-qffp-2rhf-9h96 CVE-2026-29786 high yes
GHSA-r292-9mhp-454m CVE-2026-73566 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L yes
GHSA-r6q2-hw4h-h46w CVE-2026-23950 high CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:L yes
GHSA-vmf3-w455-68vh CVE-2026-53655 medium yes
GHSA-w8wr-v893-vjvp CVE-2026-59871 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L yes
Dependencies 195 packages
Packages resolved 195
Deprecated 3
Stale 70
No linked repository 2
Tree resolution Complete
MCP tools · 1 exposed · ~111 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
compare ~111

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.

NameTypeReqDescription
promptstringyesThe prompt to send to all requested providers
providersarrayyesWhich providers to compare

No output schema declared.

No examples provided.