Raw scan report

Chmcp — 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": "chmcp",
    "source": {
      "kind": "package",
      "origin": "chmcp"
    },
    "server": {
      "name": "chmcp"
    }
  },
  "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.13"
  },
  "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 (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 packaging/dev tooling (scripts/test.py)",
      "category": "permissions",
      "severity": "low",
      "confidence": "heuristic",
      "description": "In a packaging/dev/install script (shipped, but not the server runtime) (`scripts/test.py:22`): 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": "scripts/test.py"
      },
      "evidence": "try: result = subprocess.run(cmd, check=True) print(f\"✅ {description} completed successfully\")",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "scripts/test.py",
        "line": 22,
        "nonRuntime": true
      }
    },
    {
      "ruleId": "MTC-SUP-012",
      "title": "Package has no license",
      "category": "hygiene",
      "severity": "info",
      "confidence": "strong",
      "description": "\"chmcp\" has no declared license. This is a legal/reuse concern, not a security finding.",
      "location": {
        "kind": "package",
        "name": "chmcp"
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "cloud_list_organizations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_get_organization",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_update_organization",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_get_organization_metrics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_get_organization_private_endpoint_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_list_services",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_get_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_create_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_update_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_update_service_state",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_update_service_scaling",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_update_service_replica_scaling",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_update_service_password",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_create_service_private_endpoint",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_get_service_metrics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_delete_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_get_query_endpoint_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_create_query_endpoint_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_delete_query_endpoint_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_list_api_keys",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_create_api_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_get_api_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_update_api_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_delete_api_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_list_members",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_get_member",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_update_member_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_remove_member",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_list_invitations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_create_invitation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_get_invitation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_delete_invitation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_list_backups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_get_backup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_get_backup_configuration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_update_backup_configuration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_list_activities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_get_activity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_get_usage_cost",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_get_private_endpoint_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_list_reverse_private_endpoints",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_create_reverse_private_endpoint",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_get_reverse_private_endpoint",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_delete_reverse_private_endpoint",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_list_clickpipes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_create_clickpipe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_get_clickpipe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_update_clickpipe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_update_clickpipe_scaling",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_update_clickpipe_state",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_delete_clickpipe",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cloud_get_available_regions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_databases",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_tables",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "run_query",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "68621d6004b936577b345cf0ef3d238b8bdba60f6b864dae6a7fdebc60128226",
  "stats": {
    "tools": 55,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 0,
      "low": 1,
      "info": 1
    }
  }
}