Raw scan report

Dbgprobe — the complete, unedited output of the deterministic mcptrustchecker engine v1.9.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.9.0",
    "methodologyVersion": "mcptrustchecker-1.9"
  },
  "target": {
    "id": "dbgprobe-mcp-server",
    "source": {
      "kind": "package",
      "origin": "dbgprobe-mcp-server"
    },
    "server": {
      "name": "dbgprobe-mcp-server"
    }
  },
  "grade": "A",
  "score": {
    "score": 99,
    "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": "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.9"
  },
  "capability": {
    "level": "minimal",
    "reasons": [],
    "tags": []
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (48 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 packaging/dev tooling (tools/dbgprobe_cli.py)",
      "category": "permissions",
      "severity": "low",
      "confidence": "heuristic",
      "description": "In a packaging/dev/install script (shipped, but not the server runtime) (`tools/dbgprobe_cli.py:38`): 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": "tools/dbgprobe_cli.py"
      },
      "evidence": "tor self.proc = subprocess.Popen( [sys.executable, \"-m\", \"dbgprobe_mcp_server\"], stdin=s",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "tools/dbgprobe_cli.py",
        "line": 38,
        "nonRuntime": true
      }
    },
    {
      "ruleId": "MTC-SUP-012",
      "title": "Package has no license",
      "category": "hygiene",
      "severity": "info",
      "confidence": "strong",
      "description": "\"dbgprobe-mcp-server\" has no declared license. This is a legal/reuse concern, not a security finding.",
      "location": {
        "kind": "package",
        "name": "dbgprobe-mcp-server"
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "dbgprobe.elf.attach",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.elf.info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.elf.lookup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.elf.symbols",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.connections.list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.plugin.list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.plugin.reload",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.plugin.template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.plugin.load",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.probes.list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.connect",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.erase",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.disconnect",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.reset",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.halt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.go",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.flash",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.mem.read",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.mem.write",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.step",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.breakpoint.set",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.breakpoint.clear",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.breakpoint.list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.rtt.start",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.rtt.stop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.rtt.read",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.rtt.write",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.rtt.status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.spec.template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.spec.register",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.spec.list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.spec.attach",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.spec.get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.spec.read",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.spec.search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.svd.attach",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.svd.info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.svd.read",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.svd.write",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.svd.set_field",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.svd.update_fields",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.svd.list_peripherals",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.svd.list_registers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.svd.list_fields",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.svd.describe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.trace.status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dbgprobe.trace.tail",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "0a5a4c45a450c88627460f7a608b2f9c25f849222bdd1f3becba72bf4fa50f48",
  "stats": {
    "tools": 48,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 0,
      "low": 1,
      "info": 1
    }
  }
}