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

io.github.calllint/calllint

NPM · CALLLINT-MCP · SCANNED AUG 3

Static preflight safety gate for MCP servers — scan configs before you run them. Never executes.

Available components

−14 this week 78 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 Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to calllint/calllint). View diagnostics → Pass
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 20 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 481 tokens (~80/item across 6 items; 6 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 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
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
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 · calllint-mcp

# add to Claude Code
claude mcp add calllint-calllint -- npx -y calllint-mcp
# add to Codex CLI
codex mcp add calllint-calllint -- npx -y calllint-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "calllint-calllint": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "calllint-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add calllint-calllint --command npx --arg -y --arg calllint-mcp
# ~/.hermes/config.yaml
mcp_servers:
  calllint-calllint:
    command: "npx"
    args: ["-y", "calllint-mcp"]
// mcp.json
{
  "mcpServers": {
    "calllint-calllint": {
      "command": "npx",
      "args": [
        "-y",
        "calllint-mcp"
      ]
    }
  }
}
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.

  • 2 Aug 26 +18
    • Malware scan: unverified → pass security
    • Stability: unverified → 0.20 functional
  • 1 Aug 26 −14
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 +33
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: good functional
    • First check of Tool coverage: 100 functional
  • 26 Jul 26 59

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
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 3 Aug 2026 · Analysed npm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
calllint/calllint
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/calllint/calllint/.github/workflows/publish-mcp.yml@refs/tags/mcp-v0.2.0
Rekor log index:
2158640533
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:2954ca856a32ff544d2728b03d4d0919e6df925f403cab572f62a3f3ce9df4d41a1195e96a698ae0e70a500a9141ffe8f7306e9e3136be59cbcb5ce90
Discovery method:
attestation_endpoint
Dependencies 0 packages

0 packages in the resolved dependency tree.

MCP tools — 6 exposed · ~436 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
explain_finding ~66

Return the full evidence-backed explanation for the servers in an MCP config JSON (why each verdict was reached).

NameTypeReqDescription
jsonstringyesMCP config JSON.
serverstringOptional server name to explain (default: all).
surfacestringOptional surface label.

No output schema declared.

No examples provided.

generate_agent_rule ~79

Generate the CallLint agent-safety rule text for a host (e.g. claude, cursor, copilot, agents). Paste into the host's rules file.

NameTypeReqDescription
hoststringyesTarget host. One of: claude, agents, cursor, copilot, codex, gemini, windsurf, cline, command.

No output schema declared.

No examples provided.

generate_ci_gate_snippet ~76

Generate a GitHub Actions workflow (.github/workflows/calllint.yml) that gates a repo on its agent-tool surface. mode=drift fails on approved-state drift; mode=scan-all is report-only.

NameTypeReqDescription
modestringCI gate mode. One of: drift, scan-all. Default: drift.

No output schema declared.

No examples provided.

scan_mcp_config_json ~70

Scan MCP config JSON text and return compact decisions (one per server: verdict, fingerprint hash, reason codes). Static; never executes the server.

NameTypeReqDescription
jsonstringyesRaw MCP config JSON.
surfacestringOptional surface label (e.g. .cursor/mcp.json).

No output schema declared.

No examples provided.

scan_mcp_config_path ~50

Scan an MCP config file on disk and return the full ScanReport (verdict + evidence). Static; never executes the server.

NameTypeReqDescription
pathstringyesPath to the MCP config file.

No output schema declared.

No examples provided.

verify_baseline ~95

Compare a fresh scan of MCP config JSON against a recorded baseline and report drift / rug-pull signals. Static; never executes the server.

NameTypeReqDescription
baselinestringOptional baseline JSON (calllint.baseline.v0). If omitted, a baseline is built from `json` and returned for first-time approval.
jsonstringyesCurrent MCP config JSON to verify.
surfacestringOptional surface label.

No output schema declared.

No examples provided.