Qdrant Llamaindex — 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": "qdrant-llamaindex-mcp-server",
"source": {
"kind": "package",
"origin": "qdrant-llamaindex-mcp-server"
},
"server": {
"name": "qdrant-llamaindex-mcp-server"
}
},
"grade": "A",
"score": {
"score": 94,
"threatScore": 95,
"grade": "A",
"band": "A",
"categorySubtotals": {
"injection": 0,
"exfiltration": 5.4,
"permissions": 0,
"supply-chain": 0,
"network": 0,
"hygiene": 0
},
"vector": [
{
"kind": "threat",
"ruleId": "MTC-SRC-008",
"category": "exfiltration",
"severity": "medium",
"confidence": "heuristic",
"rawWeight": 9,
"confidenceMult": 0.4,
"diminishingFactor": 1,
"appliedPenalty": 3.6
},
{
"kind": "threat",
"ruleId": "MTC-SRC-008",
"category": "exfiltration",
"severity": "medium",
"confidence": "heuristic",
"rawWeight": 9,
"confidenceMult": 0.4,
"diminishingFactor": 0.5,
"appliedPenalty": 1.8
},
{
"kind": "client",
"term": "capability-exposure",
"level": "minimal",
"label": "capability blast radius (minimal) — client exposure if the model is manipulated",
"appliedPenalty": 0
},
{
"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": "minimal",
"reasons": [],
"tags": []
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": false,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"No tools were enumerated, so prompt-injection, capability and toxic-flow analysis had no tool surface to inspect. To grade a package’s real runtime tools, scan the running server: --command \"npx -y <package>\"."
]
},
"findings": [
{
"ruleId": "MTC-SRC-008",
"title": "Hardcoded JSON Web Token in server code (debug_dynamic_embedding.py)",
"category": "exfiltration",
"severity": "medium",
"confidence": "heuristic",
"description": "A hardcoded JSON Web Token (an embedded JSON Web Token (often an example or expired token)) appears in `debug_dynamic_embedding.py:27`. Verify whether this is a real credential; if so, remove and rotate it.",
"remediation": "Remove the secret, rotate it, and load credentials from the environment or a secret store.",
"location": {
"kind": "server",
"name": "debug_dynamic_embedding.py"
},
"evidence": "JSON Web Token: eyJh…(redacted)",
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"data": {
"secretType": "jwt",
"file": "debug_dynamic_embedding.py",
"line": 27
}
},
{
"ruleId": "MTC-SRC-008",
"title": "Hardcoded JSON Web Token in server code (test_dynamic_embedding.py)",
"category": "exfiltration",
"severity": "medium",
"confidence": "heuristic",
"description": "A hardcoded JSON Web Token (an embedded JSON Web Token (often an example or expired token)) appears in `test_dynamic_embedding.py:27`. Verify whether this is a real credential; if so, remove and rotate it.",
"remediation": "Remove the secret, rotate it, and load credentials from the environment or a secret store.",
"location": {
"kind": "server",
"name": "test_dynamic_embedding.py"
},
"evidence": "JSON Web Token: eyJh…(redacted)",
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"data": {
"secretType": "jwt",
"file": "test_dynamic_embedding.py",
"line": 27
}
},
{
"ruleId": "MTC-SUP-012",
"title": "Package has no license",
"category": "hygiene",
"severity": "info",
"confidence": "strong",
"description": "\"qdrant-llamaindex-mcp-server\" has no declared license. This is a legal/reuse concern, not a security finding.",
"location": {
"kind": "package",
"name": "qdrant-llamaindex-mcp-server"
}
}
],
"toxicFlows": [],
"capabilities": [],
"surfaceDigest": "d0bafdc647ddf85b88c91d562603abab95d8ac5b7306d348d68d3d2a80135763",
"stats": {
"tools": 0,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 2,
"low": 0,
"info": 1
}
}
}