Shadow Web — 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": "shadow-web",
"source": {
"kind": "package",
"origin": "shadow-web"
},
"server": {
"name": "shadow-web"
}
},
"grade": "A",
"score": {
"score": 96,
"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": "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.9"
},
"capability": {
"level": "moderate",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)"
],
"tags": [
"untrusted-input"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (26 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 (tests/test_integration.py)",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "In a packaging/dev/install script (shipped, but not the server runtime) (`tests/test_integration.py:42`): 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": "tests/test_integration.py"
},
"evidence": "cls.server_proc = subprocess.Popen( [sys.executable, \"-m\", \"uvicorn\", \"server.main:app\", \"--port\", \"80",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "tests/test_integration.py",
"line": 42,
"nonRuntime": true
}
},
{
"ruleId": "MTC-SUP-012",
"title": "Package has no license",
"category": "hygiene",
"severity": "info",
"confidence": "strong",
"description": "\"shadow-web\" has no declared license. This is a legal/reuse concern, not a security finding.",
"location": {
"kind": "package",
"name": "shadow-web"
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "compress_html",
"tags": [],
"reasons": {}
},
{
"tool": "shadow_query",
"tags": [],
"reasons": {}
},
{
"tool": "shadow_grep_html",
"tags": [],
"reasons": {}
},
{
"tool": "query_page",
"tags": [],
"reasons": {}
},
{
"tool": "navigate",
"tags": [],
"reasons": {}
},
{
"tool": "web_search",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"web_search\""
]
}
},
{
"tool": "snapshot",
"tags": [],
"reasons": {}
},
{
"tool": "webmcp_list_tools",
"tags": [],
"reasons": {}
},
{
"tool": "webmcp_execute_tool",
"tags": [],
"reasons": {}
},
{
"tool": "click",
"tags": [],
"reasons": {}
},
{
"tool": "fill",
"tags": [],
"reasons": {}
},
{
"tool": "compress_html_to_xml",
"tags": [],
"reasons": {}
},
{
"tool": "schema_table",
"tags": [],
"reasons": {}
},
{
"tool": "schema_form",
"tags": [],
"reasons": {}
},
{
"tool": "schema_list",
"tags": [],
"reasons": {}
},
{
"tool": "schema_page",
"tags": [],
"reasons": {}
},
{
"tool": "get_page_html",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"get_page\""
]
}
},
{
"tool": "schema_session",
"tags": [],
"reasons": {}
},
{
"tool": "schema_json",
"tags": [],
"reasons": {}
},
{
"tool": "schema_csv",
"tags": [],
"reasons": {}
},
{
"tool": "schema_session_json",
"tags": [],
"reasons": {}
},
{
"tool": "schema_session_csv",
"tags": [],
"reasons": {}
},
{
"tool": "form_fill_plan",
"tags": [],
"reasons": {}
},
{
"tool": "form_fill_execute",
"tags": [],
"reasons": {}
},
{
"tool": "content_outline",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "content_blocks",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
}
],
"surfaceDigest": "59f5a8da3569d4a5029154ae99eeb1033222370b389b341b4dedfa5389c38a29",
"stats": {
"tools": 26,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 0,
"low": 1,
"info": 1
}
}
}