Raw scan report

Seer — the complete, unedited output of the deterministic mcptrustchecker engine v1.10.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.10.0",
    "methodologyVersion": "mcptrustchecker-1.9"
  },
  "target": {
    "id": "seer-mcp",
    "source": {
      "kind": "package",
      "origin": "seer-mcp"
    },
    "server": {
      "name": "seer-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.9"
  },
  "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 (55 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/bundle/export.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/bundle/export.js:12`): 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/bundle/export.js"
      },
      "evidence": "require(\"zlib\")); const child_process_1 = require(\"child_process\"); const store_js_1 = require(\"../db/store.js\"); const",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/bundle/export.js",
        "line": 12,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (dist/indexer/git.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/indexer/git.js:27`): 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/indexer/git.js"
      },
      "evidence": "t(require(\"fs\")); const child_process_1 = require(\"child_process\"); /** * Thin async wrapper around `git` so the rest o",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/indexer/git.js",
        "line": 27,
        "nonRuntime": false
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "seer_health",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_symbols",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_definition",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_file_symbols",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_callers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_callees",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_reindex",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_routes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_service_calls",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_service_links",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_trace_service_path",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_trace_service_dependencies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_trace_module_service_dependencies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_dependencies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_complexity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_behavior",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_trace_path",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_trace_callers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_trace_callees",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_architecture",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_detect_changes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_churn",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_changes_with",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_symbol_history_build",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_modules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_module_members",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"list_files\""
        ]
      }
    },
    {
      "tool": "seer_symbol_module",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_module_dependencies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_trace_file_dependencies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_trace_module_dependencies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_modules_build",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_risk",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_bundle_export",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_bundle_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_bundle_import",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_continuity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_boundaries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_boundary_for_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_boundary_dependencies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_preflight",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_contract_diff",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_external_bundles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_scip_import",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_scip_imports",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_provenance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_duplicates",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_shape_hash_build",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_skeleton",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_trace",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "seer_batch",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "e3b1f02f2f2d2d42615f955db36b7bfc1328a3557e228a18fbf264d512ff7721",
  "stats": {
    "tools": 55,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 2,
      "medium": 0,
      "low": 0,
      "info": 0
    }
  }
}