Raw scan report

Mcp Server — 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": "https://dchub.cloud/mcp",
    "source": {
      "kind": "http",
      "origin": "https://dchub.cloud/mcp"
    },
    "server": {
      "name": "DC Hub Intelligence",
      "version": "2.12.7"
    }
  },
  "grade": "A",
  "score": {
    "score": 94,
    "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": "coverage-honesty",
        "level": "live",
        "label": "inspection depth (live) — how much of the target the scan could see",
        "appliedPenalty": 0
      }
    ],
    "gatesFired": [],
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "capability": {
    "level": "high",
    "reasons": [
      "ingests untrusted external content (a prompt-injection entry point)",
      "can send data / act on an external service",
      "reads sensitive or local data",
      "has a read → egress path (a data-exfiltration surface)",
      "untrusted-input, sensitive-source and egress co-exist across tools (toxic-flow surface)"
    ],
    "tags": [
      "untrusted-input",
      "external-sink",
      "sensitive-source"
    ]
  },
  "coverage": {
    "level": "live",
    "inputs": {
      "toolSurface": true,
      "implementationSource": false,
      "packageMetadata": false,
      "liveTransport": true
    },
    "caveats": []
  },
  "findings": [
    {
      "ruleId": "MTC-FLOW-002",
      "title": "Completed toxic-flow trifecta across tools",
      "category": "exfiltration",
      "severity": "critical",
      "confidence": "strong",
      "description": "This server (without client built-ins) exposes a complete data-exfiltration chain: export_dataset → list_saved_sites → set_market_alert. Untrusted input is ingested, private data is read, and it can be sent to an external sink via the agent composing the tools (→). Static analysis proves the primitive exists, not that a specific run will occur.",
      "remediation": "Remove one leg of the trifecta: isolate untrusted-input tools from secret-reading tools and from egress tools, or require human approval between them.",
      "location": {
        "kind": "flow",
        "name": "export_dataset → list_saved_sites → set_market_alert"
      },
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "untrusted": [
          "fetch",
          "plan_query",
          "save_site",
          "list_saved_sites",
          "export_dataset",
          "generate_site_analysis",
          "research_task"
        ],
        "sources": [
          "save_site",
          "list_saved_sites",
          "export_dataset"
        ],
        "sinks": [
          "set_shortlist_alert",
          "set_market_alert",
          "standing_intent"
        ],
        "path": [
          "export_dataset",
          "list_saved_sites",
          "set_market_alert"
        ],
        "edges": [
          {
            "from": "export_dataset",
            "to": "list_saved_sites",
            "kind": "agent-mediated"
          },
          {
            "from": "list_saved_sites",
            "to": "set_market_alert",
            "kind": "agent-mediated"
          }
        ],
        "wired": false
      }
    },
    {
      "ruleId": "MTC-CAP-007",
      "title": "Unconstrained URL/host parameter \"webhook_url\" on \"standing_intent\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"standing_intent\" takes a URL/host parameter \"webhook_url\" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).",
      "remediation": "Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.",
      "location": {
        "kind": "tool",
        "name": "standing_intent",
        "field": "inputSchema.properties.webhook_url"
      },
      "owasp": "LLM06:2025 Excessive Agency",
      "data": {
        "param": "webhook_url"
      }
    },
    {
      "ruleId": "MTC-NET-005",
      "title": "Remote HTTP MCP endpoint",
      "category": "network",
      "severity": "info",
      "confidence": "strong",
      "description": "Remote endpoint dchub.cloud. MCP Trust Checker does not test server-side authentication/authorization; verify the endpoint requires auth.",
      "location": {
        "kind": "transport"
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "critical",
      "confidence": "strong",
      "untrustedInput": [
        "fetch",
        "plan_query",
        "save_site",
        "list_saved_sites",
        "export_dataset",
        "generate_site_analysis",
        "research_task"
      ],
      "sensitiveSource": [
        "save_site",
        "list_saved_sites",
        "export_dataset"
      ],
      "externalSink": [
        "set_shortlist_alert",
        "set_market_alert",
        "standing_intent"
      ],
      "selfContained": false,
      "path": [
        "export_dataset",
        "list_saved_sites",
        "set_market_alert"
      ],
      "pathWired": false,
      "description": "A cross-tool exfiltration chain exists: export_dataset → list_saved_sites → set_market_alert."
    }
  ],
  "capabilities": [
    {
      "tool": "search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "fetch",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "execute_plan",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_facilities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_facility",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_market_intel",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_market_dcpi_rank",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "predict_market_trajectory",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_gas_index",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_gas_economics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_grid_scoreboard",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compare_isos",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_intelligence_index",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_transactions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_news",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "semantic_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_intelligence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_market_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_iso_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_pipeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_power_pipeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_power_availability_timeline",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_global_power",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_interconnection_queue",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_refined_queue",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_retirement_headroom",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_hosting_capacity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_parcel",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rank_sites",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "discover_tools",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "plan_query",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "save_to_shortlist",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_shortlist",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_shortlist_alert",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "suggest_reallocation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_grid_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_changes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_facility_risk_delta",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "save_site",
      "tags": [
        "untrusted-input",
        "sensitive-source"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ],
        "sensitive-source": [
          "keyword \"export_data\""
        ]
      }
    },
    {
      "tool": "list_saved_sites",
      "tags": [
        "untrusted-input",
        "sensitive-source"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ],
        "sensitive-source": [
          "keyword \"export_data\""
        ]
      }
    },
    {
      "tool": "set_market_alert",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "subscribe_digest",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set_site_alert",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_dataset",
      "tags": [
        "untrusted-input",
        "sensitive-source"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ],
        "sensitive-source": [
          "keyword \"export_data\""
        ]
      }
    },
    {
      "tool": "analyze_site",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_composite_site_score",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_disaster_risk",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_climate_intel",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_site_analysis",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "compare_sites",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_infrastructure",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_fiber_intel",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_fiber_readiness",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_metro_fiber",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_energy_prices",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_renewable_energy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_tax_incentives",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_water_risk",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_grid_intelligence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_gas_intelligence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_agent_registry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_backup_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "summarize_for_citation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "why_dchub",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_dchub_recommendation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rank_markets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "find_alternatives",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "score_facility",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "ai_capacity_index",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "hyperscaler_deals",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "site_selection_canvas",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "grid_transition_radar",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "deal_autopsy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_permitting_intel",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "simulate_scenario",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "research_task",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "standing_intent",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\"",
          "parameter \"webhook\""
        ]
      }
    },
    {
      "tool": "plan_fiber_leadin",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cluster_sites_by_latency",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "claim_free_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "bind_email",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "recover_my_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "unlock_more_data",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "3d4e264ebbcaf706906cd0427e993f8676a35fff00de544d6fb73ab7e30ab458",
  "stats": {
    "tools": 83,
    "prompts": 13,
    "resources": 76,
    "findingsBySeverity": {
      "critical": 1,
      "high": 0,
      "medium": 1,
      "low": 0,
      "info": 1
    }
  }
}