Raw scan report

Roundtable — 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": "https://mcp.roundtable.now/mcp",
    "source": {
      "kind": "http",
      "origin": "https://mcp.roundtable.now/mcp"
    },
    "server": {
      "name": "Roundtable MCP",
      "version": "1.5.0"
    }
  },
  "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.9"
  },
  "capability": {
    "level": "high",
    "reasons": [
      "can send data / act on an external service",
      "reads sensitive or local data",
      "has a read → egress path (a data-exfiltration surface)"
    ],
    "tags": [
      "sensitive-source",
      "external-sink"
    ]
  },
  "coverage": {
    "level": "live",
    "inputs": {
      "toolSurface": true,
      "implementationSource": false,
      "packageMetadata": false,
      "liveTransport": true
    },
    "caveats": []
  },
  "findings": [
    {
      "ruleId": "MTC-FLOW-004",
      "title": "Sensitive-source and external-sink co-exist",
      "category": "exfiltration",
      "severity": "high",
      "confidence": "strong",
      "description": "Tools that read sensitive data ([get-logs]) and tools that can send data out ([consult-council, design-architecture, review-code, plan-implementation, debug-issue, assess-tradeoffs]) are exposed together. An agent can move private data to the sink.",
      "remediation": "Keep secret-reading and egress capabilities on separate, separately-approved servers.",
      "location": {
        "kind": "flow",
        "name": "get-logs → consult-council"
      },
      "evidence": "sources [get-logs] → sinks [consult-council, design-architecture, review-code, plan-implementation, debug-issue, assess-tradeoffs]",
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "sources": [
          "get-logs"
        ],
        "sinks": [
          "consult-council",
          "design-architecture",
          "review-code",
          "plan-implementation",
          "debug-issue",
          "assess-tradeoffs"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-007",
      "title": "Unconstrained URL/host parameter \"webhook_url\" on \"consult-council\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"consult-council\" 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": "consult-council",
        "field": "inputSchema.properties.webhook_url"
      },
      "owasp": "LLM06:2025 Excessive Agency",
      "data": {
        "param": "webhook_url"
      }
    },
    {
      "ruleId": "MTC-CAP-007",
      "title": "Unconstrained URL/host parameter \"webhook_url\" on \"design-architecture\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"design-architecture\" 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": "design-architecture",
        "field": "inputSchema.properties.webhook_url"
      },
      "owasp": "LLM06:2025 Excessive Agency",
      "data": {
        "param": "webhook_url"
      }
    },
    {
      "ruleId": "MTC-CAP-007",
      "title": "Unconstrained URL/host parameter \"webhook_url\" on \"review-code\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"review-code\" 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": "review-code",
        "field": "inputSchema.properties.webhook_url"
      },
      "owasp": "LLM06:2025 Excessive Agency",
      "data": {
        "param": "webhook_url"
      }
    },
    {
      "ruleId": "MTC-CAP-007",
      "title": "Unconstrained URL/host parameter \"webhook_url\" on \"plan-implementation\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"plan-implementation\" 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": "plan-implementation",
        "field": "inputSchema.properties.webhook_url"
      },
      "owasp": "LLM06:2025 Excessive Agency",
      "data": {
        "param": "webhook_url"
      }
    },
    {
      "ruleId": "MTC-CAP-007",
      "title": "Unconstrained URL/host parameter \"webhook_url\" on \"debug-issue\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"debug-issue\" 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": "debug-issue",
        "field": "inputSchema.properties.webhook_url"
      },
      "owasp": "LLM06:2025 Excessive Agency",
      "data": {
        "param": "webhook_url"
      }
    },
    {
      "ruleId": "MTC-CAP-007",
      "title": "Unconstrained URL/host parameter \"webhook_url\" on \"assess-tradeoffs\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"assess-tradeoffs\" 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": "assess-tradeoffs",
        "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 mcp.roundtable.now. MCP Trust Checker does not test server-side authentication/authorization; verify the endpoint requires auth.",
      "location": {
        "kind": "transport"
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "high",
      "confidence": "strong",
      "untrustedInput": [],
      "sensitiveSource": [
        "get-logs"
      ],
      "externalSink": [
        "consult-council",
        "design-architecture",
        "review-code",
        "plan-implementation",
        "debug-issue",
        "assess-tradeoffs"
      ],
      "selfContained": false,
      "path": [
        "get-logs",
        "assess-tradeoffs"
      ],
      "pathWired": false,
      "description": "A sensitive-source → external-sink chain exists: get-logs → assess-tradeoffs."
    }
  ],
  "capabilities": [
    {
      "tool": "list-models",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list-sessions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get-session",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get-logs",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_logs\""
        ]
      }
    },
    {
      "tool": "check-usage",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get-thread-link",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "set-thread-visibility",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "consult-council",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "parameter \"webhook\""
        ]
      }
    },
    {
      "tool": "design-architecture",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "parameter \"webhook\""
        ]
      }
    },
    {
      "tool": "review-code",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "parameter \"webhook\""
        ]
      }
    },
    {
      "tool": "plan-implementation",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "parameter \"webhook\""
        ]
      }
    },
    {
      "tool": "debug-issue",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "parameter \"webhook\""
        ]
      }
    },
    {
      "tool": "assess-tradeoffs",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "parameter \"webhook\""
        ]
      }
    }
  ],
  "surfaceDigest": "42b7c94382dc2b282d2bec08e4f2f68c85f515b144db5f58636e8f1726dd26ec",
  "stats": {
    "tools": 13,
    "prompts": 3,
    "resources": 3,
    "findingsBySeverity": {
      "critical": 0,
      "high": 1,
      "medium": 6,
      "low": 0,
      "info": 1
    }
  }
}