Reka — 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.
{
"tool": {
"name": "mcptrustchecker",
"version": "1.10.0",
"methodologyVersion": "mcptrustchecker-1.9"
},
"target": {
"id": "https://mcp.reka.ai/mcp",
"source": {
"kind": "http",
"origin": "https://mcp.reka.ai/mcp"
},
"server": {
"name": "reka-vision",
"version": "0.1.10"
}
},
"grade": "A",
"score": {
"score": 97,
"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": "moderate",
"label": "capability blast radius (moderate) — client exposure if the model is manipulated",
"appliedPenalty": 3
},
{
"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": "moderate",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)",
"can send data / act on an external service"
],
"tags": [
"external-sink",
"untrusted-input"
]
},
"coverage": {
"level": "live",
"inputs": {
"toolSurface": true,
"implementationSource": false,
"packageMetadata": false,
"liveTransport": true
},
"caveats": []
},
"findings": [
{
"ruleId": "MTC-FLOW-005",
"title": "Untrusted input can drive an external action",
"category": "exfiltration",
"severity": "medium",
"confidence": "strong",
"description": "Untrusted-input tools ([list_videos, get_video, search_videos]) co-exist with external-action tools ([upload_video]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.",
"remediation": "Require confirmation for state-changing/egress actions triggered after processing untrusted content.",
"location": {
"kind": "flow",
"name": "list_videos → upload_video"
},
"evidence": "untrusted [list_videos, get_video, search_videos] → sinks [upload_video]",
"owasp": "LLM06:2025 Excessive Agency",
"references": [],
"data": {
"untrusted": [
"list_videos",
"get_video",
"search_videos"
],
"sinks": [
"upload_video"
]
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"video_url\" on \"upload_video\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"upload_video\" takes a URL/host parameter \"video_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": "upload_video",
"field": "inputSchema.properties.video_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "video_url"
}
},
{
"ruleId": "MTC-NET-005",
"title": "Remote HTTP MCP endpoint",
"category": "network",
"severity": "info",
"confidence": "strong",
"description": "Remote endpoint mcp.reka.ai. MCP Trust Checker does not test server-side authentication/authorization; verify the endpoint requires auth.",
"location": {
"kind": "transport"
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "medium",
"confidence": "strong",
"untrustedInput": [
"list_videos",
"get_video",
"search_videos"
],
"sensitiveSource": [],
"externalSink": [
"upload_video"
],
"selfContained": false,
"description": "Untrusted input can drive an external action even though no sensitive source is exposed."
}
],
"capabilities": [
{
"tool": "upload_video",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"upload_file\""
]
}
},
{
"tool": "list_videos",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "get_video",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "update_video",
"tags": [],
"reasons": {}
},
{
"tool": "delete_video",
"tags": [],
"reasons": {}
},
{
"tool": "create_group",
"tags": [],
"reasons": {}
},
{
"tool": "list_groups",
"tags": [],
"reasons": {}
},
{
"tool": "delete_group",
"tags": [],
"reasons": {}
},
{
"tool": "index_video",
"tags": [],
"reasons": {}
},
{
"tool": "search_videos",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "ask_video",
"tags": [],
"reasons": {}
},
{
"tool": "segment_video",
"tags": [],
"reasons": {}
},
{
"tool": "get_transcript",
"tags": [],
"reasons": {}
},
{
"tool": "get_captions",
"tags": [],
"reasons": {}
},
{
"tool": "get_scenes",
"tags": [],
"reasons": {}
},
{
"tool": "get_feature_catalog",
"tags": [],
"reasons": {}
},
{
"tool": "summarize_video",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "647345854ca5289c2fbb7ebef832ed2dfa0501f0434ca9eb428c0cf414f6f49f",
"stats": {
"tools": 17,
"prompts": 0,
"resources": 2,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 2,
"low": 0,
"info": 1
}
}
}