QuintaDB — the complete, unedited output of the deterministic mcptrustchecker engine v1.10.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.10.0",
"methodologyVersion": "mcptrustchecker-1.9"
},
"target": {
"id": "https://quintadb.com/mcp",
"source": {
"kind": "http",
"origin": "https://quintadb.com/mcp"
},
"server": {
"name": "quintadb",
"version": "1.0.0"
}
},
"grade": "C",
"score": {
"score": 72,
"threatScore": 78,
"grade": "C",
"band": "C",
"categorySubtotals": {
"injection": 15.4,
"exfiltration": 0,
"permissions": 6.3,
"supply-chain": 0,
"network": 0,
"hygiene": 0
},
"vector": [
{
"kind": "threat",
"ruleId": "MTC-CAP-003",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"rawWeight": 9,
"confidenceMult": 0.7,
"diminishingFactor": 1,
"appliedPenalty": 6.3
},
{
"kind": "threat",
"ruleId": "MTC-UNI-009",
"category": "injection",
"severity": "high",
"confidence": "strong",
"rawWeight": 22,
"confidenceMult": 0.7,
"diminishingFactor": 1,
"appliedPenalty": 15.4
},
{
"kind": "client",
"term": "capability-exposure",
"level": "high",
"label": "capability blast radius (high) — client exposure if the model is manipulated",
"appliedPenalty": 6
},
{
"kind": "client",
"term": "coverage-honesty",
"level": "live",
"label": "inspection depth (live) — how much of the target the scan could see",
"appliedPenalty": 0
}
],
"gatesFired": [],
"methodologyVersion": "mcptrustchecker-1.9"
},
"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": [
"external-sink",
"code-exec",
"untrusted-input"
]
},
"coverage": {
"level": "live",
"inputs": {
"toolSurface": true,
"implementationSource": false,
"packageMetadata": false,
"liveTransport": true
},
"caveats": []
},
"findings": [
{
"ruleId": "MTC-UNI-009",
"title": "Mixed-script (homoglyph) text in inputSchema.properties.csv_text.description",
"category": "injection",
"severity": "high",
"confidence": "strong",
"description": "A single token mixes multiple scripts (Latin, Cyrillic). This is the signature of a homoglyph attack — visually identical characters from another script used to impersonate a trusted name or slip past keyword filters.",
"remediation": "Restrict metadata to a single script, or normalize confusables before display.",
"location": {
"kind": "tool",
"name": "import_records",
"field": "inputSchema.properties.csv_text.description"
},
"evidence": "CSV-текст з заголовками в першому рядку. Підтримує коми і крапку з комою як роздільник. Приклад: \"Ім'я,Email,Статус\\nІва",
"owasp": "LLM01:2025 Prompt Injection",
"references": [
"https://unicode.org/reports/tr39/"
],
"data": {
"scripts": [
"Latin",
"Cyrillic"
]
}
},
{
"ruleId": "MTC-CAP-001",
"title": "Tool \"create_field\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"create_field\" 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": "create_field"
},
"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 ([web_search, fetch_url]) co-exist with external-action tools ([upload_file_to_record, run_action, create_email_template, create_sms_template, create_action_rule, create_field, create_webhook, delete_webhook, update_form_settings, delete_template]). 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": "web_search → upload_file_to_record"
},
"evidence": "untrusted [web_search, fetch_url] → sinks [upload_file_to_record, run_action, create_email_template, create_sms_template, create_action_rule, create_field, crea",
"owasp": "LLM06:2025 Excessive Agency",
"references": [],
"data": {
"untrusted": [
"web_search",
"fetch_url"
],
"sinks": [
"upload_file_to_record",
"run_action",
"create_email_template",
"create_sms_template",
"create_action_rule",
"create_field",
"create_webhook",
"delete_webhook",
"update_form_settings",
"delete_template"
]
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"url\" on \"create_action_rule\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"create_action_rule\" takes a URL/host parameter \"url\" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).",
"remediation": "Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.",
"location": {
"kind": "tool",
"name": "create_action_rule",
"field": "inputSchema.properties.url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"url\" on \"create_webhook\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"create_webhook\" takes a URL/host parameter \"url\" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).",
"remediation": "Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.",
"location": {
"kind": "tool",
"name": "create_webhook",
"field": "inputSchema.properties.url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"url\" on \"fetch_url\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"fetch_url\" takes a URL/host parameter \"url\" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).",
"remediation": "Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.",
"location": {
"kind": "tool",
"name": "fetch_url",
"field": "inputSchema.properties.url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "url"
}
},
{
"ruleId": "MTC-CAP-003",
"title": "Annotation contradicts behavior on \"create_field\"",
"category": "permissions",
"severity": "medium",
"confidence": "strong",
"description": "Tool \"create_field\" advertises destructiveHint=false but its derived capabilities include state-modifying actions (code-exec). Tool annotations are attacker-controllable and must never be trusted; a mismatch like this is exactly how a hostile server hides a destructive tool.",
"remediation": "Ignore server-provided annotations for security decisions; gate destructive tools on explicit user consent.",
"location": {
"kind": "tool",
"name": "create_field"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"tags": [
"code-exec"
],
"annotations": {
"readOnlyHint": false,
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false
}
}
},
{
"ruleId": "MTC-CAP-006",
"title": "Unconstrained command parameter \"script_body\" on \"create_field\"",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"create_field\" takes a command-shaped parameter \"script_body\" 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": "create_field",
"field": "inputSchema.properties.script_body"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"param": "script_body"
}
},
{
"ruleId": "MTC-NET-005",
"title": "Remote HTTP MCP endpoint",
"category": "network",
"severity": "info",
"confidence": "strong",
"description": "Remote endpoint quintadb.com. MCP Trust Checker does not test server-side authentication/authorization; verify the endpoint requires auth.",
"location": {
"kind": "transport"
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "medium",
"confidence": "strong",
"untrustedInput": [
"web_search",
"fetch_url"
],
"sensitiveSource": [],
"externalSink": [
"upload_file_to_record",
"run_action",
"create_email_template",
"create_sms_template",
"create_action_rule",
"create_field",
"create_webhook",
"delete_webhook",
"update_form_settings",
"delete_template"
],
"selfContained": false,
"description": "Untrusted input can drive an external action even though no sensitive source is exposed."
}
],
"capabilities": [
{
"tool": "list_projects",
"tags": [],
"reasons": {}
},
{
"tool": "list_forms",
"tags": [],
"reasons": {}
},
{
"tool": "get_form_fields",
"tags": [],
"reasons": {}
},
{
"tool": "get_records",
"tags": [],
"reasons": {}
},
{
"tool": "get_record",
"tags": [],
"reasons": {}
},
{
"tool": "get_rel_id",
"tags": [],
"reasons": {}
},
{
"tool": "create_record",
"tags": [],
"reasons": {}
},
{
"tool": "update_record",
"tags": [],
"reasons": {}
},
{
"tool": "delete_record",
"tags": [],
"reasons": {}
},
{
"tool": "delete_few_records",
"tags": [],
"reasons": {}
},
{
"tool": "bulk_update_records",
"tags": [],
"reasons": {}
},
{
"tool": "update_cell",
"tags": [],
"reasons": {}
},
{
"tool": "upload_file_to_record",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"upload_file\""
]
}
},
{
"tool": "attach_media_to_record",
"tags": [],
"reasons": {}
},
{
"tool": "import_records",
"tags": [],
"reasons": {}
},
{
"tool": "search_records",
"tags": [],
"reasons": {}
},
{
"tool": "get_column_total",
"tags": [],
"reasons": {}
},
{
"tool": "get_metric",
"tags": [],
"reasons": {}
},
{
"tool": "run_action",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "get_reports",
"tags": [],
"reasons": {}
},
{
"tool": "get_report_data",
"tags": [],
"reasons": {}
},
{
"tool": "seed_records",
"tags": [],
"reasons": {}
},
{
"tool": "create_record_template",
"tags": [],
"reasons": {}
},
{
"tool": "update_record_template",
"tags": [],
"reasons": {}
},
{
"tool": "create_email_template",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"recipient\""
]
}
},
{
"tool": "create_sms_template",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"sms\""
]
}
},
{
"tool": "create_telegram_template",
"tags": [],
"reasons": {}
},
{
"tool": "create_whatsapp_template",
"tags": [],
"reasons": {}
},
{
"tool": "create_formatting",
"tags": [],
"reasons": {}
},
{
"tool": "create_team_group",
"tags": [],
"reasons": {}
},
{
"tool": "list_team_groups",
"tags": [],
"reasons": {}
},
{
"tool": "add_user_to_team_group",
"tags": [],
"reasons": {}
},
{
"tool": "remove_user_from_team_group",
"tags": [],
"reasons": {}
},
{
"tool": "delete_team_group",
"tags": [],
"reasons": {}
},
{
"tool": "list_portal_groups",
"tags": [],
"reasons": {}
},
{
"tool": "add_user_to_portal_group",
"tags": [],
"reasons": {}
},
{
"tool": "remove_user_from_portal_group",
"tags": [],
"reasons": {}
},
{
"tool": "delete_portal_group",
"tags": [],
"reasons": {}
},
{
"tool": "set_table_permission",
"tags": [],
"reasons": {}
},
{
"tool": "create_action_rule",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_email\""
]
}
},
{
"tool": "create_report",
"tags": [],
"reasons": {}
},
{
"tool": "create_project",
"tags": [],
"reasons": {}
},
{
"tool": "create_form",
"tags": [],
"reasons": {}
},
{
"tool": "create_field",
"tags": [
"code-exec"
],
"reasons": {
"code-exec": [
"parameter \"script\""
]
}
},
{
"tool": "update_field",
"tags": [],
"reasons": {}
},
{
"tool": "get_field_types",
"tags": [],
"reasons": {}
},
{
"tool": "get_quickstart_guide",
"tags": [],
"reasons": {}
},
{
"tool": "describe_project",
"tags": [],
"reasons": {}
},
{
"tool": "create_portal_group",
"tags": [],
"reasons": {}
},
{
"tool": "configure_chat",
"tags": [],
"reasons": {}
},
{
"tool": "create_portal",
"tags": [],
"reasons": {}
},
{
"tool": "add_portal_menu_item",
"tags": [],
"reasons": {}
},
{
"tool": "list_portal_menu_items",
"tags": [],
"reasons": {}
},
{
"tool": "update_portal_menu_item",
"tags": [],
"reasons": {}
},
{
"tool": "delete_portal_menu_item",
"tags": [],
"reasons": {}
},
{
"tool": "add_dashboard_item",
"tags": [],
"reasons": {}
},
{
"tool": "list_portal_users",
"tags": [],
"reasons": {}
},
{
"tool": "invite_portal_user",
"tags": [],
"reasons": {}
},
{
"tool": "delete_portal_user",
"tags": [],
"reasons": {}
},
{
"tool": "list_charts",
"tags": [],
"reasons": {}
},
{
"tool": "create_chart",
"tags": [],
"reasons": {}
},
{
"tool": "list_maps",
"tags": [],
"reasons": {}
},
{
"tool": "create_map",
"tags": [],
"reasons": {}
},
{
"tool": "list_calendars",
"tags": [],
"reasons": {}
},
{
"tool": "create_calendar",
"tags": [],
"reasons": {}
},
{
"tool": "list_portal_pages",
"tags": [],
"reasons": {}
},
{
"tool": "get_portal_page",
"tags": [],
"reasons": {}
},
{
"tool": "generate_ai_site",
"tags": [],
"reasons": {}
},
{
"tool": "check_ai_site_status",
"tags": [],
"reasons": {}
},
{
"tool": "generate_ai_project",
"tags": [],
"reasons": {}
},
{
"tool": "delete_field",
"tags": [],
"reasons": {}
},
{
"tool": "list_action_rules",
"tags": [],
"reasons": {}
},
{
"tool": "update_action_rule",
"tags": [],
"reasons": {}
},
{
"tool": "delete_records_by_filter",
"tags": [],
"reasons": {}
},
{
"tool": "update_form",
"tags": [],
"reasons": {}
},
{
"tool": "delete_form",
"tags": [],
"reasons": {}
},
{
"tool": "duplicate_form",
"tags": [],
"reasons": {}
},
{
"tool": "export_records",
"tags": [],
"reasons": {}
},
{
"tool": "list_record_comments",
"tags": [],
"reasons": {}
},
{
"tool": "add_record_comment",
"tags": [],
"reasons": {}
},
{
"tool": "list_webhooks",
"tags": [],
"reasons": {}
},
{
"tool": "create_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "delete_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\"",
"parameter \"webhook\""
]
}
},
{
"tool": "list_schedules",
"tags": [],
"reasons": {}
},
{
"tool": "create_schedule",
"tags": [],
"reasons": {}
},
{
"tool": "delete_schedule",
"tags": [],
"reasons": {}
},
{
"tool": "list_reminders",
"tags": [],
"reasons": {}
},
{
"tool": "create_reminder",
"tags": [],
"reasons": {}
},
{
"tool": "delete_reminder",
"tags": [],
"reasons": {}
},
{
"tool": "place_media_on_site",
"tags": [],
"reasons": {}
},
{
"tool": "update_portal_page",
"tags": [],
"reasons": {}
},
{
"tool": "update_portal_settings",
"tags": [],
"reasons": {}
},
{
"tool": "set_module_permission",
"tags": [],
"reasons": {}
},
{
"tool": "get_user_info",
"tags": [],
"reasons": {}
},
{
"tool": "list_portals",
"tags": [],
"reasons": {}
},
{
"tool": "delete_project",
"tags": [],
"reasons": {}
},
{
"tool": "reorder_fields",
"tags": [],
"reasons": {}
},
{
"tool": "get_form_settings",
"tags": [],
"reasons": {}
},
{
"tool": "set_column_size",
"tags": [],
"reasons": {}
},
{
"tool": "update_form_settings",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_email\""
]
}
},
{
"tool": "list_folders",
"tags": [],
"reasons": {}
},
{
"tool": "create_folder",
"tags": [],
"reasons": {}
},
{
"tool": "duplicate_record",
"tags": [],
"reasons": {}
},
{
"tool": "get_usage_stats",
"tags": [],
"reasons": {}
},
{
"tool": "update_project",
"tags": [],
"reasons": {}
},
{
"tool": "list_saved_views",
"tags": [],
"reasons": {}
},
{
"tool": "create_saved_view",
"tags": [],
"reasons": {}
},
{
"tool": "delete_saved_view",
"tags": [],
"reasons": {}
},
{
"tool": "list_templates",
"tags": [],
"reasons": {}
},
{
"tool": "delete_template",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"sms\""
]
}
},
{
"tool": "list_user_roles",
"tags": [],
"reasons": {}
},
{
"tool": "set_user_role",
"tags": [],
"reasons": {}
},
{
"tool": "get_project",
"tags": [],
"reasons": {}
},
{
"tool": "search_image",
"tags": [],
"reasons": {}
},
{
"tool": "web_search",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch_url\""
]
}
},
{
"tool": "fetch_url",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch_url\""
]
}
}
],
"surfaceDigest": "044c51dce4c07a249eef4e289222eed594eb2191e08f70d9740a7b141dd46fd3",
"stats": {
"tools": 116,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 2,
"medium": 6,
"low": 0,
"info": 1
}
}
}