Hugging Face — 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.
{
"tool": {
"name": "mcptrustchecker",
"version": "1.9.0",
"methodologyVersion": "mcptrustchecker-1.9"
},
"target": {
"id": "https://huggingface.co/mcp",
"source": {
"kind": "http",
"origin": "https://huggingface.co/mcp"
},
"server": {
"name": "@huggingface/mcp-services",
"version": "0.3.35"
}
},
"grade": "B",
"score": {
"score": 88,
"threatScore": 94,
"grade": "B",
"band": "B",
"categorySubtotals": {
"injection": 0,
"exfiltration": 0,
"permissions": 6.3,
"supply-chain": 0,
"network": 0,
"hygiene": 0
},
"vector": [
{
"kind": "threat",
"ruleId": "MTC-CAP-003",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"rawWeight": 9,
"confidenceMult": 0.7,
"diminishingFactor": 1,
"appliedPenalty": 6.3
},
{
"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": [
"ingests untrusted external content (a prompt-injection entry point)",
"can execute shell commands or code"
],
"tags": [
"untrusted-input",
"code-exec"
]
},
"coverage": {
"level": "live",
"inputs": {
"toolSurface": true,
"implementationSource": false,
"packageMetadata": false,
"liveTransport": true
},
"caveats": []
},
"findings": [
{
"ruleId": "MTC-CAP-001",
"title": "Tool \"hf_fs\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"hf_fs\" appears to run shell commands or evaluate code (parameter \"cmd\"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.",
"remediation": "Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.",
"location": {
"kind": "tool",
"name": "hf_fs"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"tags": [
"untrusted-input",
"code-exec"
]
}
},
{
"ruleId": "MTC-FLOW-005",
"title": "Untrusted input can drive an external action",
"category": "exfiltration",
"severity": "medium",
"confidence": "strong",
"description": "Untrusted-input tools ([hf_fs]) co-exist with external-action tools ([hf_fs]). 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": "hf_fs → hf_fs"
},
"evidence": "untrusted [hf_fs] → sinks [hf_fs]",
"owasp": "LLM06:2025 Excessive Agency",
"references": [],
"data": {
"untrusted": [
"hf_fs"
],
"sinks": [
"hf_fs"
]
}
},
{
"ruleId": "MTC-CAP-003",
"title": "Annotation contradicts behavior on \"hf_fs\"",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"hf_fs\" advertises readOnlyHint=true but its derived capabilities include state-modifying actions (untrusted-input, code-exec). Tool annotations are attacker-controllable and must never be trusted; a mismatch like this is exactly how a hostile server hides a destructive tool.",
"remediation": "Ignore server-provided annotations for security decisions; gate destructive tools on explicit user consent.",
"location": {
"kind": "tool",
"name": "hf_fs"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"tags": [
"untrusted-input",
"code-exec"
],
"annotations": {
"destructiveHint": false,
"readOnlyHint": true,
"openWorldHint": true
}
}
},
{
"ruleId": "MTC-NET-005",
"title": "Remote HTTP MCP endpoint",
"category": "network",
"severity": "info",
"confidence": "strong",
"description": "Remote endpoint huggingface.co. 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": [
"hf_fs"
],
"sensitiveSource": [],
"externalSink": [
"hf_fs"
],
"selfContained": false,
"description": "Untrusted input can drive an external action even though no sensitive source is exposed."
}
],
"capabilities": [
{
"tool": "hf_whoami",
"tags": [],
"reasons": {}
},
{
"tool": "hub_repo_search",
"tags": [],
"reasons": {}
},
{
"tool": "hub_repo_details",
"tags": [],
"reasons": {}
},
{
"tool": "hf_fs",
"tags": [
"untrusted-input",
"code-exec"
],
"reasons": {
"untrusted-input": [
"keyword \"browse\""
],
"code-exec": [
"parameter \"cmd\""
]
}
}
],
"surfaceDigest": "ab6cf31b9b7ad42d97c966feebf7f48180e0cd06e5188811a81f10401d724910",
"stats": {
"tools": 4,
"prompts": 4,
"resources": 26,
"findingsBySeverity": {
"critical": 0,
"high": 1,
"medium": 2,
"low": 0,
"info": 1
}
}
}