Anydb Mcp Service — 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": "anydb-mcp-service",
"source": {
"kind": "package",
"origin": "anydb-mcp-service"
},
"server": {
"name": "anydb-mcp-service"
}
},
"grade": "A",
"score": {
"score": 92,
"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": "none",
"label": "publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read",
"appliedPenalty": 2
},
{
"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)",
"can send data / act on an external service",
"can execute shell commands or code"
],
"tags": [
"untrusted-input",
"code-exec",
"external-sink"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (44 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-CAP-001",
"title": "Tool \"anydb_run_script\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"anydb_run_script\" appears to run shell commands or evaluate code (keyword \"run_script\" in tool name, parameter \"script\"). 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": "anydb_run_script"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-001",
"title": "Tool \"anydb_simulate_script\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"anydb_simulate_script\" appears to run shell commands or evaluate code (parameter \"script\"). 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": "anydb_simulate_script"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-001",
"title": "Tool \"anydb_validate_script\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"anydb_validate_script\" appears to run shell commands or evaluate code (parameter \"script\"). 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": "anydb_validate_script"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-FLOW-005",
"title": "Untrusted input can drive an external action",
"category": "exfiltration",
"severity": "medium",
"confidence": "strong",
"description": "Untrusted-input tools ([anydb_generate_document, anydb_get_record_version, anydb_get_record_version_delta, download_file]) co-exist with external-action tools ([anydb_run_script, anydb_simulate_script, anydb_validate_script, upload_file]). 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": "anydb_generate_document → anydb_run_script"
},
"evidence": "untrusted [anydb_generate_document, anydb_get_record_version, anydb_get_record_version_delta, download_file] → sinks [anydb_run_script, anydb_simulate_script, a",
"owasp": "LLM06:2025 Excessive Agency",
"references": [],
"data": {
"untrusted": [
"anydb_generate_document",
"anydb_get_record_version",
"anydb_get_record_version_delta",
"download_file"
],
"sinks": [
"anydb_run_script",
"anydb_simulate_script",
"anydb_validate_script",
"upload_file"
]
}
},
{
"ruleId": "MTC-CAP-006",
"title": "Unconstrained command parameter \"script\" on \"anydb_run_script\"",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"anydb_run_script\" takes a command-shaped parameter \"script\" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.",
"remediation": "Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.",
"location": {
"kind": "tool",
"name": "anydb_run_script",
"field": "inputSchema.properties.script"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"param": "script"
}
},
{
"ruleId": "MTC-CAP-006",
"title": "Unconstrained command parameter \"script\" on \"anydb_simulate_script\"",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"anydb_simulate_script\" takes a command-shaped parameter \"script\" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.",
"remediation": "Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.",
"location": {
"kind": "tool",
"name": "anydb_simulate_script",
"field": "inputSchema.properties.script"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"param": "script"
}
},
{
"ruleId": "MTC-CAP-006",
"title": "Unconstrained command parameter \"script\" on \"anydb_validate_script\"",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"anydb_validate_script\" takes a command-shaped parameter \"script\" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.",
"remediation": "Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.",
"location": {
"kind": "tool",
"name": "anydb_validate_script",
"field": "inputSchema.properties.script"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"param": "script"
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"anydb_run_script\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"anydb_run_script\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "anydb_run_script"
},
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"anydb_simulate_script\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"anydb_simulate_script\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "anydb_simulate_script"
},
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"anydb_validate_script\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"anydb_validate_script\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "anydb_validate_script"
},
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-SUP-011",
"title": "Package declares no source repository",
"category": "supply-chain",
"severity": "info",
"confidence": "strong",
"description": "\"anydb-mcp-service\" declares no repository URL, so its published artifact cannot be compared against reviewable source.",
"remediation": "Prefer packages that link to public, reviewable source.",
"location": {
"kind": "package",
"name": "anydb-mcp-service"
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "medium",
"confidence": "strong",
"untrustedInput": [
"anydb_generate_document",
"anydb_get_record_version",
"anydb_get_record_version_delta",
"download_file"
],
"sensitiveSource": [],
"externalSink": [
"anydb_run_script",
"anydb_simulate_script",
"anydb_validate_script",
"upload_file"
],
"selfContained": false,
"description": "Untrusted input can drive an external action even though no sensitive source is exposed."
}
],
"capabilities": [
{
"tool": "list_templates",
"tags": [],
"reasons": {}
},
{
"tool": "get_template",
"tags": [],
"reasons": {}
},
{
"tool": "get_record",
"tags": [],
"reasons": {}
},
{
"tool": "list_teams",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_get_inbox",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_list_views",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_create_view",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_update_view",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_delete_view",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_generate_document",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "anydb_list_docgen_templates",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_create_docgen_template",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_update_docgen_template",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_delete_docgen_template",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_run_script",
"tags": [
"code-exec"
],
"reasons": {
"code-exec": [
"keyword \"run_script\" in tool name",
"parameter \"script\""
]
}
},
{
"tool": "anydb_simulate_script",
"tags": [
"code-exec"
],
"reasons": {
"code-exec": [
"parameter \"script\""
]
}
},
{
"tool": "anydb_validate_script",
"tags": [
"code-exec"
],
"reasons": {
"code-exec": [
"parameter \"script\""
]
}
},
{
"tool": "anydb_list_record_versions",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_get_record_version",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "anydb_get_record_version_delta",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "anydb_revert_record_to_version",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_get_permissions",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_check_permissions",
"tags": [],
"reasons": {}
},
{
"tool": "list_databases_for_team",
"tags": [],
"reasons": {}
},
{
"tool": "list_records",
"tags": [],
"reasons": {}
},
{
"tool": "create_record",
"tags": [],
"reasons": {}
},
{
"tool": "bulk_create_records",
"tags": [],
"reasons": {}
},
{
"tool": "update_record",
"tags": [],
"reasons": {}
},
{
"tool": "bulk_update_records",
"tags": [],
"reasons": {}
},
{
"tool": "delete_record",
"tags": [],
"reasons": {}
},
{
"tool": "copy_record",
"tags": [],
"reasons": {}
},
{
"tool": "move_record",
"tags": [],
"reasons": {}
},
{
"tool": "search_records",
"tags": [],
"reasons": {}
},
{
"tool": "search_team_records",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_create_report",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_list_reports",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_get_report",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_update_report",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_add_comment",
"tags": [],
"reasons": {}
},
{
"tool": "anydb_resolve_comment",
"tags": [],
"reasons": {}
},
{
"tool": "download_file",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "upload_file",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"upload_file\""
]
}
},
{
"tool": "prepare_file_upload",
"tags": [],
"reasons": {}
},
{
"tool": "complete_file_upload",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "e89877e3a6a7069a24659eb0a91021b9c2de8d7a4c02e2a6bcbbf3b910edf449",
"stats": {
"tools": 44,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 3,
"medium": 4,
"low": 3,
"info": 1
}
}
}