Focusgts Eds — 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.
{
"tool": {
"name": "mcptrustchecker",
"version": "1.13.0",
"methodologyVersion": "mcptrustchecker-1.13"
},
"target": {
"id": "@focusgts/eds-mcp-server",
"source": {
"kind": "package",
"origin": "@focusgts/eds-mcp-server"
},
"server": {
"name": "@focusgts/eds-mcp-server"
}
},
"grade": "A",
"score": {
"score": 90,
"threatScore": 96,
"grade": "A",
"band": "A",
"categorySubtotals": {
"injection": 0,
"exfiltration": 0,
"permissions": 0,
"supply-chain": 3.6,
"network": 0,
"hygiene": 0
},
"vector": [
{
"kind": "threat",
"ruleId": "MTC-SUP-005",
"category": "supply-chain",
"severity": "medium",
"confidence": "heuristic",
"rawWeight": 9,
"confidenceMult": 0.4,
"diminishingFactor": 1,
"appliedPenalty": 3.6
},
{
"kind": "client",
"term": "capability-exposure",
"level": "high",
"label": "capability blast radius (high) — client exposure if the model is manipulated",
"appliedPenalty": 6
},
{
"kind": "client",
"term": "verification-discount",
"level": "source",
"label": "publisher verification (provenance) — cryptographic build provenance ties the artifact to its source",
"appliedPenalty": 0
},
{
"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.13"
},
"capability": {
"level": "high",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)",
"reads sensitive or local data",
"has a read → egress path (a data-exfiltration surface)",
"can execute shell commands or code"
],
"tags": [
"untrusted-input",
"sensitive-source",
"code-exec"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (41 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 server code (dist/auth/browser.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`dist/auth/browser.js:11`): 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": "dist/auth/browser.js"
},
"evidence": "rt { spawn } from 'node:child_process'; import process from 'node:process'; /** * Attempt to open `url` in the default",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "dist/auth/browser.js",
"line": 11,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SUP-005",
"title": "Near-miss of exa-mcp-server (edit distance 2)",
"category": "supply-chain",
"severity": "medium",
"confidence": "heuristic",
"description": "\"@focusgts/eds-mcp-server\" is edit-distance 2 from the package \"exa-mcp-server\". Verify this is the intended package.",
"remediation": "Confirm you meant \"exa-mcp-server\". Install packages only from their documented, official name.",
"location": {
"kind": "package",
"name": "@focusgts/eds-mcp-server"
},
"owasp": "LLM03:2025 Supply Chain",
"references": [
"https://github.com/ossf/package-analysis",
"https://owasp.org/www-project-top-10-ci-cd-security-risks/"
],
"data": {
"candidate": "@focusgts/eds-mcp-server",
"target": "exa-mcp-server"
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "eds_preview_page",
"tags": [],
"reasons": {}
},
{
"tool": "eds_publish_page",
"tags": [],
"reasons": {}
},
{
"tool": "eds_unpublish_page",
"tags": [],
"reasons": {}
},
{
"tool": "eds_get_status",
"tags": [],
"reasons": {}
},
{
"tool": "eds_purge_cache",
"tags": [],
"reasons": {}
},
{
"tool": "eds_get_page",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "eds_list_pages",
"tags": [],
"reasons": {}
},
{
"tool": "eds_get_metadata",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "eds_get_sitemap",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "eds_get_cwv",
"tags": [],
"reasons": {}
},
{
"tool": "eds_get_404s",
"tags": [],
"reasons": {}
},
{
"tool": "eds_get_experiments",
"tags": [],
"reasons": {}
},
{
"tool": "eds_get_config",
"tags": [],
"reasons": {}
},
{
"tool": "eds_get_logs",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"get_logs\""
]
}
},
{
"tool": "eds_get_api_keys",
"tags": [],
"reasons": {}
},
{
"tool": "eds_bulk_preview",
"tags": [],
"reasons": {}
},
{
"tool": "eds_bulk_publish",
"tags": [],
"reasons": {}
},
{
"tool": "eds_get_job_status",
"tags": [],
"reasons": {}
},
{
"tool": "eds_preview_and_publish",
"tags": [],
"reasons": {}
},
{
"tool": "eds_get_redirects",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "eds_search_pages",
"tags": [],
"reasons": {}
},
{
"tool": "eds_da_list_sources",
"tags": [],
"reasons": {}
},
{
"tool": "eds_da_get_source",
"tags": [],
"reasons": {}
},
{
"tool": "eds_da_put_source",
"tags": [],
"reasons": {}
},
{
"tool": "eds_da_delete_source",
"tags": [],
"reasons": {}
},
{
"tool": "eds_da_copy_source",
"tags": [],
"reasons": {}
},
{
"tool": "eds_da_move_source",
"tags": [],
"reasons": {}
},
{
"tool": "eds_da_get_versions",
"tags": [],
"reasons": {}
},
{
"tool": "eds_da_export",
"tags": [],
"reasons": {}
},
{
"tool": "eds_da_push",
"tags": [],
"reasons": {}
},
{
"tool": "eds_da_rollback",
"tags": [],
"reasons": {}
},
{
"tool": "eds_audit_page",
"tags": [],
"reasons": {}
},
{
"tool": "eds_audit_site",
"tags": [],
"reasons": {}
},
{
"tool": "eds_audit_report",
"tags": [],
"reasons": {}
},
{
"tool": "eds_audit_snapshot",
"tags": [],
"reasons": {}
},
{
"tool": "eds_audit_trend",
"tags": [],
"reasons": {}
},
{
"tool": "eds_audit_monitor",
"tags": [],
"reasons": {}
},
{
"tool": "eds_fix_metadata",
"tags": [],
"reasons": {}
},
{
"tool": "eds_bulk_fix_metadata",
"tags": [],
"reasons": {}
},
{
"tool": "eds_fix_redirect",
"tags": [],
"reasons": {}
},
{
"tool": "eds_fix_audit",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "b2e909b3f14652a35ddf6fc343c3f540e8415beeea79c16dc54aa09fa67dafbd",
"stats": {
"tools": 41,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 1,
"medium": 1,
"low": 0,
"info": 0
}
}
}