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.karlmehta/trustmodel-mcp

NPM · @TRUSTMODEL/MCP-SERVER · SCANNED AUG 3

Score any AI for trust across 10 dimensions; evaluate, monitor & govern LLMs and agents.

+20 this week 63 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 Security79
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects js-yaml 4.1.1, reached via @microsoft/agent-governance-sdk > js-yaml. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (108 of 112), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability60
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1170 tokens (~195/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • 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
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 · @trustmodel/mcp-server

# add to Claude Code
claude mcp add karlmehta-trustmodel-mcp -- npx -y @trustmodel/mcp-server
# add to Codex CLI
codex mcp add karlmehta-trustmodel-mcp -- npx -y @trustmodel/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "karlmehta-trustmodel-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@trustmodel/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add karlmehta-trustmodel-mcp --command npx --arg -y --arg @trustmodel/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  karlmehta-trustmodel-mcp:
    command: "npx"
    args: ["-y", "@trustmodel/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "karlmehta-trustmodel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@trustmodel/mcp-server"
      ]
    }
  }
}
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 +58
    • CVE-2026-53550 affects this package: high security
    • CVE-2026-59869 affects this package: high security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Schema quality: unverified → good functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.20 functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 1 Aug 26 −20
    • 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
  • 30 Jul 26 +17
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −17
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 43

    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 3 Aug 2026 · Analysed npm/@trustmodel/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 2 findings
ID CVE Severity Vector Fix available
GHSA-52cp-r559-cp3m CVE-2026-59869 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-h67p-54hq-rp68 CVE-2026-53550 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L yes
Dependencies 108 packages

108 packages in the resolved dependency tree · 107 deprecated · 32 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 6 exposed · ~1,170 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
trustmodel_evaluate_local ~150

Score AI output locally across the 10 TrustModel dimensions (safety, fairness, accuracy, privacy, transparency, robustness, accountability, explainability, compliance, reliability) and roll it into a 0-100 TrustScore. NO API key required — runs on this machine with a transparent heuristic judge. Returns trust_score, grade, per-dimension scores, and violations. Local scores are uncalibrated; use trustmodel_evaluate (cloud, needs a free TRUSTMODEL_API_KEY) for a calibrated, audit-ready score.

NameTypeReqDescription
contextstringOptional context the output was produced in (improves judging).
outputstringyesThe AI output text to score.

No output schema declared.

No examples provided.

trustmodel_govern ~162

Check text against a governance policy pack and decide allow/block, locally. NO API key required. `policy` is a built-in pack id — eu-ai-act (default), nist-ai-rmf, nyc-ll144, or owasp-llm. Returns allowed/blocked, the policy id, and the list of rule violations (pattern and dimension rules). Use before letting AI output reach a user or another tool.

NameTypeReqDescription
contextstringOptional context the output was produced in.
policystringPolicy pack id: eu-ai-act (default), nist-ai-rmf, nyc-ll144, owasp-llm.
textstringyesThe text/output to check against the policy.

No output schema declared.

No examples provided.

trustmodel_score ~60

Get the current trust score / detail for a previous LLM evaluation created via trustmodel_evaluate. Takes an integer evaluation_id and returns the evaluation detail including scores.

NameTypeReqDescription
evaluation_idyesInteger evaluation ID returned from a previous trustmodel_evaluate call.

No output schema declared.

No examples provided.

trustmodel_trace_finalize ~251

Close an active trace session, serialize the captured steps, upload to TrustModel cloud storage, and auto-create an agentic evaluation run. Returns both a file_path (for record-keeping / retry) and an evaluation_run_id that can be polled with trustmodel_score_agent.

NameTypeReqDescription
actual_outcomestringOptional description of what actually happened.
agent_frameworkstringOverride `agent_framework` provided at trace_start.
agent_modelstringOverride `agent_model` provided at trace_start.
expected_outcomestringOverride `expected_outcome` provided at trace_start.
final_responsestringThe final user-facing answer from the agent.
goalstringOverride `goal` if the agent learned more at runtime.
goal_achievedbooleanWhether the agent achieved its goal.
namestringOverride `name` provided at trace_start.
successbooleanWhether the run is considered successful overall.
total_duration_msintegerTotal execution time in ms. If omitted, computed from step durations.
trace_idstringyesTrace handle returned by trustmodel_trace_start.

No output schema declared.

No examples provided.

trustmodel_trace_start ~235

Open a new agent-trace capture session. Returns a trace_id that must be passed to every trustmodel_trace_step and the final trustmodel_trace_finalize. Capture steps (thoughts, tool calls, tool results, responses) as your agent executes; finalize when done to upload + auto-create an evaluation run.

NameTypeReqDescription
agent_frameworkstringyesFramework the agent is built with (e.g. 'langchain', 'crewai', 'claude-code', 'custom').
agent_modelstringUnderlying LLM the agent is using (e.g. 'gpt-4o', 'claude-sonnet-4-5').
expected_outcomestringOptional description of the expected outcome.
goalstringyesWhat the agent is trying to achieve. Required; feeds the evaluation run.
metadataobjectFree-form passthrough metadata stored inside the trace file.
namestringyesDisplay name for the evaluation run (shown in TrustModel UI).
user_querystringOriginal user prompt that triggered the run, if different from `goal`.

No output schema declared.

No examples provided.

trustmodel_trace_step ~312

Record a single step in an active trace session. Call once per reasoning step, tool call, tool result, or user-facing response. Step numbers are auto-assigned (1-based). Requires a trace_id from trustmodel_trace_start.

NameTypeReqDescription
contentstringyesHuman-readable text for this step. Empty string allowed.
duration_msintegerHow long this step took, in milliseconds.
input_tokensintegerInput token count for this step.
model_usedstringModel used for this step's reasoning.
output_tokensintegerOutput token count for this step.
step_typestringyesKind of step: 'thought'/'think' (reasoning), 'tool_call', 'tool_result', 'observation', 'decision', 'error', 'human_input', 'response'/'final_answer' (user-facing output).
timestampstringISO 8601 timestamp. Defaults to the current time if omitted.
tool_argsobjectArguments passed to the tool (use with step_type='tool_call').
tool_call_successbooleanWhether the tool call succeeded (use with step_type='tool_result').
tool_namestringName of the tool invoked (use with step_type='tool_call' or 'tool_result').
tool_resultResult returned by the tool (use with step_type='tool_result').
trace_idstringyesTrace handle returned by trustmodel_trace_start.

No output schema declared.

No examples provided.