Qdrant — 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": "@mhalder/qdrant-mcp-server",
"source": {
"kind": "package",
"origin": "@mhalder/qdrant-mcp-server"
},
"server": {
"name": "@mhalder/qdrant-mcp-server"
}
},
"grade": "A",
"score": {
"score": 94,
"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": "source",
"label": "publisher verification (provenance) — cryptographic build provenance ties the artifact to its source",
"appliedPenalty": 0
},
{
"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 (20 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 (build/code/indexer.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`build/code/indexer.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": "build/code/indexer.js"
},
"evidence": "{ execFile } from \"node:child_process\"; import { createHash } from \"node:crypto\"; import { promises as fs } from \"node:f",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "build/code/indexer.js",
"line": 4,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (build/git/extractor.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`build/git/extractor.js:5`): 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": "build/git/extractor.js"
},
"evidence": "{ execFile } from \"node:child_process\"; import { promisify } from \"node:util\"; import { GIT_LOG_COMMIT_DELIMITER, GIT_LO",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "build/git/extractor.js",
"line": 5,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (src/code/indexer.ts)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/code/indexer.ts:5`): 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": "src/code/indexer.ts"
},
"evidence": "{ execFile } from \"node:child_process\"; import { createHash } from \"node:crypto\"; import { promises as fs } from \"node:f",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "src/code/indexer.ts",
"line": 5,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (src/git/extractor.ts)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`src/git/extractor.ts:6`): 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": "src/git/extractor.ts"
},
"evidence": "{ execFile } from \"node:child_process\"; import { promisify } from \"node:util\"; import { GIT_LOG_COMMIT_DELIMITER, GIT_LO",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "src/git/extractor.ts",
"line": 6,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (build/git/extractor.integration.test.js)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`build/git/extractor.integration.test.js:5`): 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": "build/git/extractor.integration.test.js"
},
"evidence": "{ execFile } from \"node:child_process\"; import { promisify } from \"node:util\"; import { beforeAll, describe, expect, it",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "build/git/extractor.integration.test.js",
"line": 5,
"nonRuntime": true
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (build/git/extractor.test.js)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`build/git/extractor.test.js:5`): 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": "build/git/extractor.test.js"
},
"evidence": "execFile vi.mock(\"node:child_process\", () => ({ execFile: vi.fn(), })); vi.mock(\"node:util\", () => ({ promisify",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "build/git/extractor.test.js",
"line": 5,
"nonRuntime": true
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (src/git/extractor.integration.test.ts)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`src/git/extractor.integration.test.ts:6`): 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": "src/git/extractor.integration.test.ts"
},
"evidence": "{ execFile } from \"node:child_process\"; import { promisify } from \"node:util\"; import { beforeAll, describe, expect, it",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "src/git/extractor.integration.test.ts",
"line": 6,
"nonRuntime": true
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in packaging/dev tooling (src/git/extractor.test.ts)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`src/git/extractor.test.ts:7`): 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": "src/git/extractor.test.ts"
},
"evidence": "execFile vi.mock(\"node:child_process\", () => ({ execFile: vi.fn(), })); vi.mock(\"node:util\", () => ({ promisify: (",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "src/git/extractor.test.ts",
"line": 7,
"nonRuntime": true
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "index_codebase",
"tags": [],
"reasons": {}
},
{
"tool": "search_code",
"tags": [],
"reasons": {}
},
{
"tool": "reindex_changes",
"tags": [],
"reasons": {}
},
{
"tool": "get_index_status",
"tags": [],
"reasons": {}
},
{
"tool": "clear_index",
"tags": [],
"reasons": {}
},
{
"tool": "create_collection",
"tags": [],
"reasons": {}
},
{
"tool": "list_collections",
"tags": [],
"reasons": {}
},
{
"tool": "get_collection_info",
"tags": [],
"reasons": {}
},
{
"tool": "delete_collection",
"tags": [],
"reasons": {}
},
{
"tool": "add_documents",
"tags": [],
"reasons": {}
},
{
"tool": "delete_documents",
"tags": [],
"reasons": {}
},
{
"tool": "contextual_search",
"tags": [],
"reasons": {}
},
{
"tool": "federated_search",
"tags": [],
"reasons": {}
},
{
"tool": "index_git_history",
"tags": [],
"reasons": {}
},
{
"tool": "search_git_history",
"tags": [],
"reasons": {}
},
{
"tool": "index_new_commits",
"tags": [],
"reasons": {}
},
{
"tool": "get_git_index_status",
"tags": [],
"reasons": {}
},
{
"tool": "clear_git_index",
"tags": [],
"reasons": {}
},
{
"tool": "semantic_search",
"tags": [],
"reasons": {}
},
{
"tool": "hybrid_search",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "ac17cbdb5d1cb56a71e15d3e7423707ce075b07ad109b5a0a25890bc931b4f50",
"stats": {
"tools": 20,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 4,
"medium": 0,
"low": 4,
"info": 0
}
}
}