Contorium — the complete, unedited output of the deterministic mcptrustchecker engine v1.13.0, scanned . Every finding, capability tag and score component below is exactly what the engine produced — no AI, no post-processing.
{
"tool": {
"name": "mcptrustchecker",
"version": "1.13.0",
"methodologyVersion": "mcptrustchecker-1.13"
},
"target": {
"id": "@contorium/mcp",
"source": {
"kind": "package",
"origin": "@contorium/mcp"
},
"server": {
"name": "@contorium/mcp"
}
},
"grade": "A",
"score": {
"score": 93,
"threatScore": 100,
"grade": "A",
"band": "A",
"categorySubtotals": {
"injection": 0,
"exfiltration": 0,
"permissions": 0,
"supply-chain": 0,
"network": 0,
"hygiene": 0
},
"vector": [
{
"kind": "client",
"term": "capability-exposure",
"level": "high",
"label": "capability blast radius (high) — client exposure if the model is manipulated",
"appliedPenalty": 6
},
{
"kind": "client",
"term": "verification-discount",
"level": "repo",
"label": "publisher verification (public source) — no provenance, but the source is public and inspectable",
"appliedPenalty": 1
},
{
"kind": "client",
"term": "coverage-honesty",
"level": "source",
"label": "inspection depth (source) — how much of the target the scan could see",
"appliedPenalty": 0
}
],
"gatesFired": [],
"methodologyVersion": "mcptrustchecker-1.13"
},
"capability": {
"level": "high",
"reasons": [
"reads sensitive or local data",
"has a read → egress path (a data-exfiltration surface)",
"can execute shell commands or code"
],
"tags": [
"sensitive-source",
"code-exec"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (102 recovered), not enumerated from a running server. Tool-poisoning, Unicode-smuggling, capability and toxic-flow analysis ran on this inferred surface, but a mis-parsed registration could be missed or mis-attributed, so tool-derived findings are capped below “confirmed”. To grade the real runtime surface, scan the running server: --command \"npx -y <package>\"."
]
},
"findings": [
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (bin/mcp-dashboard-bootstrap.cjs)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`bin/mcp-dashboard-bootstrap.cjs:4`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "bin/mcp-dashboard-bootstrap.cjs"
},
"evidence": "spawn } = require('node:child_process'); const fs = require('node:fs'); const path = require('node:path'); const worksp",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "bin/mcp-dashboard-bootstrap.cjs",
"line": 4,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/dashboardAttach.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/dashboardAttach.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "dist/dashboardAttach.js"
},
"evidence": "rt { spawn } from 'node:child_process'; import * as fs from 'node:fs'; import * as path from 'node:path'; import { bumpW",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/dashboardAttach.js",
"line": 1,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/dashboardEnsure.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/dashboardEnsure.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "dist/dashboardEnsure.js"
},
"evidence": "rt { spawn } from 'node:child_process'; import * as fs from 'node:fs'; import * as path from 'node:path'; import { fileU",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/dashboardEnsure.js",
"line": 1,
"nonRuntime": false
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "get_ai_status",
"tags": [],
"reasons": {}
},
{
"tool": "test_ai_connection",
"tags": [],
"reasons": {}
},
{
"tool": "ask_project",
"tags": [],
"reasons": {}
},
{
"tool": "get_recent_events",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_history",
"tags": [],
"reasons": {}
},
{
"tool": "get_decisions",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_story",
"tags": [],
"reasons": {}
},
{
"tool": "get_next_actions",
"tags": [],
"reasons": {}
},
{
"tool": "get_module_history",
"tags": [],
"reasons": {}
},
{
"tool": "get_blast_radius",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_journey",
"tags": [],
"reasons": {}
},
{
"tool": "transfer_story",
"tags": [],
"reasons": {}
},
{
"tool": "get_decision_graph",
"tags": [],
"reasons": {}
},
{
"tool": "get_snapshot",
"tags": [],
"reasons": {}
},
{
"tool": "get_cognitive_health",
"tags": [],
"reasons": {}
},
{
"tool": "get_entity_knowledge",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_essence",
"tags": [],
"reasons": {}
},
{
"tool": "get_handoff_replay",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_dna",
"tags": [],
"reasons": {}
},
{
"tool": "transfer_project",
"tags": [],
"reasons": {}
},
{
"tool": "get_suggested_questions",
"tags": [],
"reasons": {}
},
{
"tool": "get_knowledge_health",
"tags": [],
"reasons": {}
},
{
"tool": "get_review_queue",
"tags": [],
"reasons": {}
},
{
"tool": "set_decision_lifecycle_meta",
"tags": [],
"reasons": {}
},
{
"tool": "get_cognitive_mode",
"tags": [],
"reasons": {}
},
{
"tool": "set_cognitive_mode",
"tags": [],
"reasons": {}
},
{
"tool": "get_cognitive_insights",
"tags": [],
"reasons": {}
},
{
"tool": "get_skill_suggestions",
"tags": [],
"reasons": {}
},
{
"tool": "get_model_preset",
"tags": [],
"reasons": {}
},
{
"tool": "update_project_intent",
"tags": [],
"reasons": {}
},
{
"tool": "record_project_intent",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_project",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"dump\""
]
}
},
{
"tool": "get_cognitive_state",
"tags": [],
"reasons": {}
},
{
"tool": "get_change_log",
"tags": [],
"reasons": {}
},
{
"tool": "resolve_scope_context",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_identity",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_decision",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_why",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_intent_graph",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_evolution_timeline",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"dump\""
]
}
},
{
"tool": "get_impact_graph",
"tags": [],
"reasons": {}
},
{
"tool": "get_confidence_index",
"tags": [],
"reasons": {}
},
{
"tool": "get_stability_index",
"tags": [],
"reasons": {}
},
{
"tool": "get_provenance_chain",
"tags": [],
"reasons": {}
},
{
"tool": "get_evolution_graph",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_intelligence_health",
"tags": [],
"reasons": {}
},
{
"tool": "get_decision_log",
"tags": [],
"reasons": {}
},
{
"tool": "get_cognitive_snapshot",
"tags": [],
"reasons": {}
},
{
"tool": "get_full_intelligence",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_state",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_intent",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_decision",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_graph",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_confidence",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_health",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_why",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_impact",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_evolution",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_provenance",
"tags": [],
"reasons": {}
},
{
"tool": "transfer_context",
"tags": [],
"reasons": {}
},
{
"tool": "transfer_intelligence",
"tags": [],
"reasons": {}
},
{
"tool": "transfer_handoff",
"tags": [],
"reasons": {}
},
{
"tool": "transfer_runtime",
"tags": [],
"reasons": {}
},
{
"tool": "capture_focus",
"tags": [],
"reasons": {}
},
{
"tool": "capture_note",
"tags": [],
"reasons": {}
},
{
"tool": "capture_decision",
"tags": [],
"reasons": {}
},
{
"tool": "run_decision_evolution",
"tags": [],
"reasons": {}
},
{
"tool": "note_change_event",
"tags": [],
"reasons": {}
},
{
"tool": "inspect_pending_decisions",
"tags": [],
"reasons": {}
},
{
"tool": "review_pending_decisions",
"tags": [],
"reasons": {}
},
{
"tool": "review_decisions",
"tags": [],
"reasons": {}
},
{
"tool": "commit_decision",
"tags": [],
"reasons": {}
},
{
"tool": "ignore_pending_decision",
"tags": [],
"reasons": {}
},
{
"tool": "get_decision_evolution",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_context",
"tags": [],
"reasons": {}
},
{
"tool": "prepare_execution_context",
"tags": [],
"reasons": {}
},
{
"tool": "explain_context",
"tags": [],
"reasons": {}
},
{
"tool": "store_memory",
"tags": [],
"reasons": {}
},
{
"tool": "search_memory",
"tags": [],
"reasons": {}
},
{
"tool": "get_memory",
"tags": [],
"reasons": {}
},
{
"tool": "get_workspace_context",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_intelligence",
"tags": [],
"reasons": {}
},
{
"tool": "get_intent_graph",
"tags": [],
"reasons": {}
},
{
"tool": "get_active_intents",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_state",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_snapshot",
"tags": [],
"reasons": {}
},
{
"tool": "get_state_conflicts",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_change",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_graph",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_knowledge_graph",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_graph_snapshot",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_impact",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_intent",
"tags": [],
"reasons": {}
},
{
"tool": "get_handoff_injection_status",
"tags": [],
"reasons": {}
},
{
"tool": "confirm_handoff_injection",
"tags": [],
"reasons": {}
},
{
"tool": "skip_handoff_injection",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_handoff",
"tags": [],
"reasons": {}
},
{
"tool": "get_project_timeline",
"tags": [],
"reasons": {}
},
{
"tool": "get_recent_changes",
"tags": [],
"reasons": {}
},
{
"tool": "get_understanding_graph",
"tags": [],
"reasons": {}
},
{
"tool": "get_runtime_state",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "2bdbc34f014a9dd9f24c6a38c4098806c8f667a2d25bb1041e2c76910b343e2a",
"stats": {
"tools": 102,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 3,
"medium": 0,
"low": 0,
"info": 0
}
}
}