Raw scan report

Documentation Search Enhanced — 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.

← Back to the scan page
{
  "tool": {
    "name": "mcptrustchecker",
    "version": "1.13.0",
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "target": {
    "id": "documentation-search-enhanced",
    "source": {
      "kind": "package",
      "origin": "documentation-search-enhanced"
    },
    "server": {
      "name": "documentation-search-enhanced"
    }
  },
  "grade": "A",
  "score": {
    "score": 90,
    "threatScore": 94,
    "grade": "A",
    "band": "A",
    "categorySubtotals": {
      "injection": 0,
      "exfiltration": 0,
      "permissions": 6.3,
      "supply-chain": 0,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "kind": "threat",
        "ruleId": "MTC-SRC-007",
        "category": "permissions",
        "severity": "medium",
        "confidence": "strong",
        "rawWeight": 9,
        "confidenceMult": 0.7,
        "diminishingFactor": 1,
        "appliedPenalty": 6.3
      },
      {
        "kind": "client",
        "term": "capability-exposure",
        "level": "moderate",
        "label": "capability blast radius (moderate) — client exposure if the model is manipulated",
        "appliedPenalty": 3
      },
      {
        "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": "moderate",
    "reasons": [
      "reads sensitive or local data"
    ],
    "tags": [
      "sensitive-source"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (23 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-007",
      "title": "Unsafe deserialization (src/documentation_search_enhanced/vector_search.py)",
      "category": "permissions",
      "severity": "medium",
      "confidence": "strong",
      "description": "In the server's implementation (`src/documentation_search_enhanced/vector_search.py:276`): Deserializing untrusted data with these APIs can execute arbitrary code (a well-known RCE gadget class). 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/documentation_search_enhanced/vector_search.py"
      },
      "evidence": "s f: data = pickle.load(f) self.doc_store = data[\"doc_store\"] self.next_id = data[\"n",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-007",
        "file": "src/documentation_search_enhanced/vector_search.py",
        "line": 276,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SUP-012",
      "title": "Package has no license",
      "category": "hygiene",
      "severity": "info",
      "confidence": "strong",
      "description": "\"documentation-search-enhanced\" has no declared license. This is a legal/reuse concern, not a security finding.",
      "location": {
        "kind": "package",
        "name": "documentation-search-enhanced"
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "get_docs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "suggest_libraries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "health_check",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "clear_cache",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cache_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "preindex_docs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "semantic_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "filtered_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_learning_path",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_code_examples",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_environment_config",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_env\""
        ]
      }
    },
    {
      "tool": "scan_library_vulnerabilities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_security_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compare_library_security",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "suggest_secure_libraries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "scan_project_dependencies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_project_starter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "manage_dev_environment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_current_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "snyk_scan_library",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "snyk_scan_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "snyk_license_check",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "snyk_monitor_project",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "6f599d01007fa3abdeb4d6501687087377f005306199b229bd9532b1180540c4",
  "stats": {
    "tools": 23,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 1,
      "low": 0,
      "info": 1
    }
  }
}