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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 16 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add karlmehta-trustmodel-mcp -- npx -y @trustmodel/mcp-server
codex mcp add karlmehta-trustmodel-mcp -- npx -y @trustmodel/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"karlmehta-trustmodel-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@trustmodel/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add karlmehta-trustmodel-mcp --command npx --arg -y --arg @trustmodel/mcp-server
mcp_servers:
karlmehta-trustmodel-mcp:
command: "npx"
args: ["-y", "@trustmodel/mcp-server"] {
"mcpServers": {
"karlmehta-trustmodel-mcp": {
"command": "npx",
"args": [
"-y",
"@trustmodel/mcp-server"
]
}
}
} 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.
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.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| context | string | — | Optional context the output was produced in (improves judging). |
| output | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| context | string | — | Optional context the output was produced in. |
| policy | string | — | Policy pack id: eu-ai-act (default), nist-ai-rmf, nyc-ll144, owasp-llm. |
| text | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| evaluation_id | — | yes | Integer 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.
| Name | Type | Req | Description |
|---|---|---|---|
| actual_outcome | string | — | Optional description of what actually happened. |
| agent_framework | string | — | Override `agent_framework` provided at trace_start. |
| agent_model | string | — | Override `agent_model` provided at trace_start. |
| expected_outcome | string | — | Override `expected_outcome` provided at trace_start. |
| final_response | string | — | The final user-facing answer from the agent. |
| goal | string | — | Override `goal` if the agent learned more at runtime. |
| goal_achieved | boolean | — | Whether the agent achieved its goal. |
| name | string | — | Override `name` provided at trace_start. |
| success | boolean | — | Whether the run is considered successful overall. |
| total_duration_ms | integer | — | Total execution time in ms. If omitted, computed from step durations. |
| trace_id | string | yes | Trace 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_framework | string | yes | Framework the agent is built with (e.g. 'langchain', 'crewai', 'claude-code', 'custom'). |
| agent_model | string | — | Underlying LLM the agent is using (e.g. 'gpt-4o', 'claude-sonnet-4-5'). |
| expected_outcome | string | — | Optional description of the expected outcome. |
| goal | string | yes | What the agent is trying to achieve. Required; feeds the evaluation run. |
| metadata | object | — | Free-form passthrough metadata stored inside the trace file. |
| name | string | yes | Display name for the evaluation run (shown in TrustModel UI). |
| user_query | string | — | Original 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.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Human-readable text for this step. Empty string allowed. |
| duration_ms | integer | — | How long this step took, in milliseconds. |
| input_tokens | integer | — | Input token count for this step. |
| model_used | string | — | Model used for this step's reasoning. |
| output_tokens | integer | — | Output token count for this step. |
| step_type | string | yes | Kind of step: 'thought'/'think' (reasoning), 'tool_call', 'tool_result', 'observation', 'decision', 'error', 'human_input', 'response'/'final_answer' (user-facing output). |
| timestamp | string | — | ISO 8601 timestamp. Defaults to the current time if omitted. |
| tool_args | object | — | Arguments passed to the tool (use with step_type='tool_call'). |
| tool_call_success | boolean | — | Whether the tool call succeeded (use with step_type='tool_result'). |
| tool_name | string | — | Name of the tool invoked (use with step_type='tool_call' or 'tool_result'). |
| tool_result | — | — | Result returned by the tool (use with step_type='tool_result'). |
| trace_id | string | yes | Trace handle returned by trustmodel_trace_start. |
No output schema declared.
No examples provided.