Statecli — 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": "statecli-mcp-server",
"source": {
"kind": "package",
"origin": "statecli-mcp-server"
},
"server": {
"name": "statecli-mcp-server"
}
},
"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": [
"can execute shell commands or code"
],
"tags": [
"code-exec"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (27 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 (dist/auto-tracker.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/auto-tracker.js: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": "dist/auto-tracker.js"
},
"evidence": "Tracker = void 0; const child_process_1 = require(\"child_process\"); const util_1 = require(\"util\"); const execAsync = (0",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/auto-tracker.js",
"line": 4,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/git-integration.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/git-integration.js:42`): 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/git-integration.js"
},
"evidence": "gration = void 0; const child_process_1 = require(\"child_process\"); const path = __importStar(require(\"path\")); class Gi",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/git-integration.js",
"line": 42,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (dist/test-awareness.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/test-awareness.js:42`): 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/test-awareness.js"
},
"evidence": "areness = void 0; const child_process_1 = require(\"child_process\"); const path = __importStar(require(\"path\")); class Te",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/test-awareness.js",
"line": 42,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-005",
"title": "Dynamic module load from a non-literal (dist/semantic-memory.js)",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "In the server's implementation (`dist/semantic-memory.js:71`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. 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/semantic-memory.js"
},
"evidence": "n('modulePath', 'return import(modulePath)'); const { pipeline: p } = await dynamicImport('@xenova/transform",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-005",
"file": "dist/semantic-memory.js",
"line": 71,
"nonRuntime": false
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "statecli_replay",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_undo",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_checkpoint",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_log",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_track",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_track_file",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_file_history",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_analyze_error",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_auto_recover",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_safe_execute",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_memory_query",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_recent_activity",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_session_info",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_git_status",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_git_history",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_git_checkpoint",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_run_tests",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_test_impact",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_suggest_tests",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_analyze_dependencies",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_dependency_tree",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_find_circular",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_preview_undo",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_simulate_undo",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_predict_impact",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_is_safe",
"tags": [],
"reasons": {}
},
{
"tool": "statecli_safe_change_order",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "35204668edcf3dc7f4b69e391af37f6c0335e1e214750cb9c1edb8d0b9b5e1e0",
"stats": {
"tools": 27,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 3,
"medium": 1,
"low": 0,
"info": 0
}
}
}