Sqemo — the complete, unedited output of the deterministic mcptrustchecker engine v1.8.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.8.0",
"methodologyVersion": "mcptrustchecker-1.8"
},
"target": {
"id": "sqemo-mcp",
"source": {
"kind": "package",
"origin": "sqemo-mcp"
},
"server": {
"name": "sqemo-mcp"
}
},
"grade": "C",
"score": {
"score": 74,
"threatScore": 78,
"grade": "C",
"band": "C",
"gateCap": "C",
"categorySubtotals": {
"injection": 0,
"exfiltration": 22,
"permissions": 0,
"supply-chain": 0,
"network": 0,
"hygiene": 0
},
"vector": [
{
"kind": "threat",
"ruleId": "MTC-SRC-008",
"category": "exfiltration",
"severity": "high",
"confidence": "confirmed",
"rawWeight": 22,
"confidenceMult": 1,
"diminishingFactor": 1,
"appliedPenalty": 22
},
{
"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": [
"1 confirmed high finding → grade capped at C"
],
"methodologyVersion": "mcptrustchecker-1.8"
},
"capability": {
"level": "moderate",
"reasons": [
"reads sensitive or local data"
],
"tags": [
"sensitive-source"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (34 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-008",
"title": "Hardcoded JSON Web Token in server code (dist/chunk-VVDZ2CVM.js)",
"category": "exfiltration",
"severity": "high",
"confidence": "confirmed",
"description": "A live-looking JSON Web Token is hardcoded in `dist/chunk-VVDZ2CVM.js:192`. Secrets in source ship to everyone who installs the package and are a direct credential leak.",
"remediation": "Remove the secret, rotate it, and load credentials from the environment or a secret store.",
"location": {
"kind": "server",
"name": "dist/chunk-VVDZ2CVM.js"
},
"evidence": "JSON Web Token: eyJh…(redacted)",
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"data": {
"secretType": "jwt",
"file": "dist/chunk-VVDZ2CVM.js",
"line": 192
}
},
{
"ruleId": "MTC-CAP-008",
"title": "Unconstrained path parameter \"file\" on \"create_erd\"",
"category": "permissions",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"create_erd\" takes a path parameter \"file\" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.",
"remediation": "Resolve and verify the path stays within an allowed root; reject traversal sequences.",
"location": {
"kind": "tool",
"name": "create_erd",
"field": "inputSchema.properties.file"
},
"data": {
"param": "file"
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "get_erd_overview",
"tags": [],
"reasons": {}
},
{
"tool": "list_entities",
"tags": [],
"reasons": {}
},
{
"tool": "get_entity",
"tags": [],
"reasons": {}
},
{
"tool": "list_relationships",
"tags": [],
"reasons": {}
},
{
"tool": "list_domains",
"tags": [],
"reasons": {}
},
{
"tool": "search_dictionary",
"tags": [],
"reasons": {}
},
{
"tool": "check_naming",
"tags": [],
"reasons": {}
},
{
"tool": "generate_physical_name",
"tags": [],
"reasons": {}
},
{
"tool": "export_sql",
"tags": [],
"reasons": {}
},
{
"tool": "export_dbml",
"tags": [],
"reasons": {}
},
{
"tool": "validate_erd",
"tags": [],
"reasons": {}
},
{
"tool": "lint_erd",
"tags": [],
"reasons": {}
},
{
"tool": "diff_erds",
"tags": [],
"reasons": {}
},
{
"tool": "export_alter_sql",
"tags": [],
"reasons": {}
},
{
"tool": "list_erds",
"tags": [],
"reasons": {}
},
{
"tool": "list_workspaces",
"tags": [],
"reasons": {}
},
{
"tool": "propose_dictionary_word",
"tags": [],
"reasons": {}
},
{
"tool": "list_proposals",
"tags": [],
"reasons": {}
},
{
"tool": "withdraw_proposal",
"tags": [],
"reasons": {}
},
{
"tool": "create_erd",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"parameter \"sql\""
]
}
},
{
"tool": "import_sql",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"parameter \"sql\""
]
}
},
{
"tool": "import_dbml",
"tags": [],
"reasons": {}
},
{
"tool": "upsert_entity",
"tags": [],
"reasons": {}
},
{
"tool": "delete_entity",
"tags": [],
"reasons": {}
},
{
"tool": "upsert_attribute",
"tags": [],
"reasons": {}
},
{
"tool": "delete_attribute",
"tags": [],
"reasons": {}
},
{
"tool": "upsert_relationship",
"tags": [],
"reasons": {}
},
{
"tool": "delete_relationship",
"tags": [],
"reasons": {}
},
{
"tool": "upsert_domain",
"tags": [],
"reasons": {}
},
{
"tool": "delete_domain",
"tags": [],
"reasons": {}
},
{
"tool": "upsert_dictionary_word",
"tags": [],
"reasons": {}
},
{
"tool": "delete_dictionary_word",
"tags": [],
"reasons": {}
},
{
"tool": "update_naming_rules",
"tags": [],
"reasons": {}
},
{
"tool": "auto_layout",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "149b862c8d24cf78be18fd4dd68d852d217f99a19ba4612a23d25b2a745baabe",
"stats": {
"tools": 34,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 1,
"medium": 0,
"low": 1,
"info": 0
}
}
}