Sqlite Mcp Server Enhanced — 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": "sqlite-mcp-server-enhanced",
"source": {
"kind": "package",
"origin": "sqlite-mcp-server-enhanced"
},
"server": {
"name": "sqlite-mcp-server-enhanced"
}
},
"grade": "A",
"score": {
"score": 93,
"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": "high",
"label": "capability blast radius (high) — client exposure if the model is manipulated",
"appliedPenalty": 6
},
{
"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": "high",
"reasons": [
"can execute shell commands or code"
],
"tags": [
"code-exec"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (73 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 (test_runner.py)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`test_runner.py:162`): 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": "test_runner.py"
},
"evidence": "cript result = subprocess.run(cmd, check=False) return result.returncode except Keyboar",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "test_runner.py",
"line": 162,
"nonRuntime": false
}
},
{
"ruleId": "MTC-SRC-005",
"title": "Dynamic module load from a non-literal (test_runner.py)",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "In the server's implementation (`test_runner.py:41`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. 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": "test_runner.py"
},
"evidence": "try: __import__(module) except ImportError: missing.append(module) i",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-005",
"file": "test_runner.py",
"line": 41,
"nonRuntime": false
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "read_query",
"tags": [],
"reasons": {}
},
{
"tool": "write_query",
"tags": [],
"reasons": {}
},
{
"tool": "create_table",
"tags": [],
"reasons": {}
},
{
"tool": "list_tables",
"tags": [],
"reasons": {}
},
{
"tool": "describe_table",
"tags": [],
"reasons": {}
},
{
"tool": "append_insight",
"tags": [],
"reasons": {}
},
{
"tool": "vacuum_database",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_database",
"tags": [],
"reasons": {}
},
{
"tool": "integrity_check",
"tags": [],
"reasons": {}
},
{
"tool": "database_stats",
"tags": [],
"reasons": {}
},
{
"tool": "index_usage_stats",
"tags": [],
"reasons": {}
},
{
"tool": "create_fts_table",
"tags": [],
"reasons": {}
},
{
"tool": "rebuild_fts_index",
"tags": [],
"reasons": {}
},
{
"tool": "fts_search",
"tags": [],
"reasons": {}
},
{
"tool": "backup_database",
"tags": [],
"reasons": {}
},
{
"tool": "restore_database",
"tags": [],
"reasons": {}
},
{
"tool": "verify_backup",
"tags": [],
"reasons": {}
},
{
"tool": "pragma_settings",
"tags": [],
"reasons": {}
},
{
"tool": "pragma_optimize",
"tags": [],
"reasons": {}
},
{
"tool": "pragma_table_info",
"tags": [],
"reasons": {}
},
{
"tool": "pragma_database_list",
"tags": [],
"reasons": {}
},
{
"tool": "pragma_compile_options",
"tags": [],
"reasons": {}
},
{
"tool": "create_rtree_table",
"tags": [],
"reasons": {}
},
{
"tool": "create_csv_table",
"tags": [],
"reasons": {}
},
{
"tool": "create_series_table",
"tags": [],
"reasons": {}
},
{
"tool": "list_virtual_tables",
"tags": [],
"reasons": {}
},
{
"tool": "drop_virtual_table",
"tags": [],
"reasons": {}
},
{
"tool": "virtual_table_info",
"tags": [],
"reasons": {}
},
{
"tool": "load_spatialite",
"tags": [],
"reasons": {}
},
{
"tool": "create_spatial_table",
"tags": [],
"reasons": {}
},
{
"tool": "spatial_index",
"tags": [],
"reasons": {}
},
{
"tool": "spatial_query",
"tags": [],
"reasons": {}
},
{
"tool": "geometry_operations",
"tags": [],
"reasons": {}
},
{
"tool": "import_shapefile",
"tags": [],
"reasons": {}
},
{
"tool": "spatial_analysis",
"tags": [],
"reasons": {}
},
{
"tool": "create_enhanced_csv_table",
"tags": [],
"reasons": {}
},
{
"tool": "create_json_collection_table",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_csv_schema",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_json_schema",
"tags": [],
"reasons": {}
},
{
"tool": "create_embeddings_table",
"tags": [],
"reasons": {}
},
{
"tool": "store_embedding",
"tags": [],
"reasons": {}
},
{
"tool": "semantic_search",
"tags": [],
"reasons": {}
},
{
"tool": "hybrid_search",
"tags": [],
"reasons": {}
},
{
"tool": "calculate_similarity",
"tags": [],
"reasons": {}
},
{
"tool": "batch_similarity_search",
"tags": [],
"reasons": {}
},
{
"tool": "create_vector_index",
"tags": [],
"reasons": {}
},
{
"tool": "optimize_vector_search",
"tags": [],
"reasons": {}
},
{
"tool": "analyze_vector_index",
"tags": [],
"reasons": {}
},
{
"tool": "rebuild_vector_index",
"tags": [],
"reasons": {}
},
{
"tool": "descriptive_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "correlation_analysis",
"tags": [],
"reasons": {}
},
{
"tool": "percentile_analysis",
"tags": [],
"reasons": {}
},
{
"tool": "distribution_analysis",
"tags": [],
"reasons": {}
},
{
"tool": "moving_averages",
"tags": [],
"reasons": {}
},
{
"tool": "outlier_detection",
"tags": [],
"reasons": {}
},
{
"tool": "regression_analysis",
"tags": [],
"reasons": {}
},
{
"tool": "hypothesis_testing",
"tags": [],
"reasons": {}
},
{
"tool": "regex_extract",
"tags": [],
"reasons": {}
},
{
"tool": "regex_replace",
"tags": [],
"reasons": {}
},
{
"tool": "fuzzy_match",
"tags": [],
"reasons": {}
},
{
"tool": "phonetic_match",
"tags": [],
"reasons": {}
},
{
"tool": "text_similarity",
"tags": [],
"reasons": {}
},
{
"tool": "text_normalize",
"tags": [],
"reasons": {}
},
{
"tool": "advanced_search",
"tags": [],
"reasons": {}
},
{
"tool": "text_validation",
"tags": [],
"reasons": {}
},
{
"tool": "json_insert",
"tags": [],
"reasons": {}
},
{
"tool": "json_update",
"tags": [],
"reasons": {}
},
{
"tool": "json_select",
"tags": [],
"reasons": {}
},
{
"tool": "json_query",
"tags": [],
"reasons": {}
},
{
"tool": "json_validate_path",
"tags": [],
"reasons": {}
},
{
"tool": "json_merge",
"tags": [],
"reasons": {}
},
{
"tool": "validate_json",
"tags": [],
"reasons": {}
},
{
"tool": "test_jsonb_conversion",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "55968b1b8f22810091b07f4962876a3d95230203ea0490e59017a960b05af0f9",
"stats": {
"tools": 73,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 1,
"medium": 1,
"low": 0,
"info": 0
}
}
}