Unifi — 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": "unifi-mcp-server",
"source": {
"kind": "package",
"origin": "unifi-mcp-server"
},
"server": {
"name": "unifi-mcp-server"
}
},
"grade": "A",
"score": {
"score": 96,
"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": "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": [],
"methodologyVersion": "mcptrustchecker-1.13"
},
"capability": {
"level": "moderate",
"reasons": [
"ingests untrusted external content (a prompt-injection entry point)",
"can send data / act on an external service"
],
"tags": [
"untrusted-input",
"external-sink"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (138 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-FLOW-005",
"title": "Untrusted input can drive an external action",
"category": "exfiltration",
"severity": "medium",
"confidence": "strong",
"description": "Untrusted-input tools ([download_backup]) co-exist with external-action tools ([export_topology]). 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": "download_backup → export_topology"
},
"evidence": "untrusted [download_backup] → sinks [export_topology]",
"owasp": "LLM06:2025 Excessive Agency",
"references": [],
"data": {
"untrusted": [
"download_backup"
],
"sinks": [
"export_topology"
]
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "medium",
"confidence": "strong",
"untrustedInput": [
"download_backup"
],
"sensitiveSource": [],
"externalSink": [
"export_topology"
],
"selfContained": false,
"description": "Untrusted input can drive an external action even though no sensitive source is exposed."
}
],
"capabilities": [
{
"tool": "health_check",
"tags": [],
"reasons": {}
},
{
"tool": "debug_api_request",
"tags": [],
"reasons": {}
},
{
"tool": "get_device_details",
"tags": [],
"reasons": {}
},
{
"tool": "get_device_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "list_devices_by_type",
"tags": [],
"reasons": {}
},
{
"tool": "search_devices",
"tags": [],
"reasons": {}
},
{
"tool": "get_client_details",
"tags": [],
"reasons": {}
},
{
"tool": "get_client_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "list_active_clients",
"tags": [],
"reasons": {}
},
{
"tool": "search_clients",
"tags": [],
"reasons": {}
},
{
"tool": "get_network_details",
"tags": [],
"reasons": {}
},
{
"tool": "list_vlans",
"tags": [],
"reasons": {}
},
{
"tool": "get_subnet_info",
"tags": [],
"reasons": {}
},
{
"tool": "get_network_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "get_site_details",
"tags": [],
"reasons": {}
},
{
"tool": "list_all_sites",
"tags": [],
"reasons": {}
},
{
"tool": "get_site_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "list_firewall_rules",
"tags": [],
"reasons": {}
},
{
"tool": "create_firewall_rule",
"tags": [],
"reasons": {}
},
{
"tool": "update_firewall_rule",
"tags": [],
"reasons": {}
},
{
"tool": "delete_firewall_rule",
"tags": [],
"reasons": {}
},
{
"tool": "trigger_backup",
"tags": [],
"reasons": {}
},
{
"tool": "list_backups",
"tags": [],
"reasons": {}
},
{
"tool": "get_backup_details",
"tags": [],
"reasons": {}
},
{
"tool": "download_backup",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"download\""
]
}
},
{
"tool": "delete_backup",
"tags": [],
"reasons": {}
},
{
"tool": "restore_backup",
"tags": [],
"reasons": {}
},
{
"tool": "validate_backup",
"tags": [],
"reasons": {}
},
{
"tool": "get_backup_status",
"tags": [],
"reasons": {}
},
{
"tool": "get_restore_status",
"tags": [],
"reasons": {}
},
{
"tool": "schedule_backups",
"tags": [],
"reasons": {}
},
{
"tool": "get_backup_schedule",
"tags": [],
"reasons": {}
},
{
"tool": "create_network",
"tags": [],
"reasons": {}
},
{
"tool": "update_network",
"tags": [],
"reasons": {}
},
{
"tool": "delete_network",
"tags": [],
"reasons": {}
},
{
"tool": "restart_device",
"tags": [],
"reasons": {}
},
{
"tool": "locate_device",
"tags": [],
"reasons": {}
},
{
"tool": "upgrade_device",
"tags": [],
"reasons": {}
},
{
"tool": "block_client",
"tags": [],
"reasons": {}
},
{
"tool": "unblock_client",
"tags": [],
"reasons": {}
},
{
"tool": "reconnect_client",
"tags": [],
"reasons": {}
},
{
"tool": "list_wlans",
"tags": [],
"reasons": {}
},
{
"tool": "create_wlan",
"tags": [],
"reasons": {}
},
{
"tool": "update_wlan",
"tags": [],
"reasons": {}
},
{
"tool": "delete_wlan",
"tags": [],
"reasons": {}
},
{
"tool": "get_wlan_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "list_port_forwards",
"tags": [],
"reasons": {}
},
{
"tool": "create_port_forward",
"tags": [],
"reasons": {}
},
{
"tool": "delete_port_forward",
"tags": [],
"reasons": {}
},
{
"tool": "get_dpi_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "list_top_applications",
"tags": [],
"reasons": {}
},
{
"tool": "get_client_dpi",
"tags": [],
"reasons": {}
},
{
"tool": "get_application_info",
"tags": [],
"reasons": {}
},
{
"tool": "list_pending_devices",
"tags": [],
"reasons": {}
},
{
"tool": "adopt_device",
"tags": [],
"reasons": {}
},
{
"tool": "execute_port_action",
"tags": [],
"reasons": {}
},
{
"tool": "authorize_guest",
"tags": [],
"reasons": {}
},
{
"tool": "limit_bandwidth",
"tags": [],
"reasons": {}
},
{
"tool": "list_vouchers",
"tags": [],
"reasons": {}
},
{
"tool": "get_voucher",
"tags": [],
"reasons": {}
},
{
"tool": "create_vouchers",
"tags": [],
"reasons": {}
},
{
"tool": "delete_voucher",
"tags": [],
"reasons": {}
},
{
"tool": "bulk_delete_vouchers",
"tags": [],
"reasons": {}
},
{
"tool": "list_radius_profiles",
"tags": [],
"reasons": {}
},
{
"tool": "get_radius_profile",
"tags": [],
"reasons": {}
},
{
"tool": "create_radius_profile",
"tags": [],
"reasons": {}
},
{
"tool": "update_radius_profile",
"tags": [],
"reasons": {}
},
{
"tool": "delete_radius_profile",
"tags": [],
"reasons": {}
},
{
"tool": "list_radius_accounts",
"tags": [],
"reasons": {}
},
{
"tool": "create_radius_account",
"tags": [],
"reasons": {}
},
{
"tool": "delete_radius_account",
"tags": [],
"reasons": {}
},
{
"tool": "get_guest_portal_config",
"tags": [],
"reasons": {}
},
{
"tool": "configure_guest_portal",
"tags": [],
"reasons": {}
},
{
"tool": "list_hotspot_packages",
"tags": [],
"reasons": {}
},
{
"tool": "create_hotspot_package",
"tags": [],
"reasons": {}
},
{
"tool": "delete_hotspot_package",
"tags": [],
"reasons": {}
},
{
"tool": "list_firewall_zones",
"tags": [],
"reasons": {}
},
{
"tool": "create_firewall_zone",
"tags": [],
"reasons": {}
},
{
"tool": "update_firewall_zone",
"tags": [],
"reasons": {}
},
{
"tool": "list_qos_profiles",
"tags": [],
"reasons": {}
},
{
"tool": "get_qos_profile",
"tags": [],
"reasons": {}
},
{
"tool": "create_qos_profile",
"tags": [],
"reasons": {}
},
{
"tool": "update_qos_profile",
"tags": [],
"reasons": {}
},
{
"tool": "delete_qos_profile",
"tags": [],
"reasons": {}
},
{
"tool": "list_proav_templates",
"tags": [],
"reasons": {}
},
{
"tool": "create_proav_profile",
"tags": [],
"reasons": {}
},
{
"tool": "validate_proav_profile",
"tags": [],
"reasons": {}
},
{
"tool": "get_smart_queue_config",
"tags": [],
"reasons": {}
},
{
"tool": "configure_smart_queue",
"tags": [],
"reasons": {}
},
{
"tool": "disable_smart_queue",
"tags": [],
"reasons": {}
},
{
"tool": "list_traffic_routes",
"tags": [],
"reasons": {}
},
{
"tool": "create_traffic_route",
"tags": [],
"reasons": {}
},
{
"tool": "update_traffic_route",
"tags": [],
"reasons": {}
},
{
"tool": "delete_traffic_route",
"tags": [],
"reasons": {}
},
{
"tool": "list_acl_rules",
"tags": [],
"reasons": {}
},
{
"tool": "get_acl_rule",
"tags": [],
"reasons": {}
},
{
"tool": "create_acl_rule",
"tags": [],
"reasons": {}
},
{
"tool": "update_acl_rule",
"tags": [],
"reasons": {}
},
{
"tool": "delete_acl_rule",
"tags": [],
"reasons": {}
},
{
"tool": "list_wan_connections",
"tags": [],
"reasons": {}
},
{
"tool": "list_dpi_categories",
"tags": [],
"reasons": {}
},
{
"tool": "list_dpi_applications",
"tags": [],
"reasons": {}
},
{
"tool": "list_countries",
"tags": [],
"reasons": {}
},
{
"tool": "assign_network_to_zone",
"tags": [],
"reasons": {}
},
{
"tool": "get_zone_networks",
"tags": [],
"reasons": {}
},
{
"tool": "delete_firewall_zone",
"tags": [],
"reasons": {}
},
{
"tool": "unassign_network_from_zone",
"tags": [],
"reasons": {}
},
{
"tool": "get_traffic_flows",
"tags": [],
"reasons": {}
},
{
"tool": "get_flow_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "get_traffic_flow_details",
"tags": [],
"reasons": {}
},
{
"tool": "get_top_flows",
"tags": [],
"reasons": {}
},
{
"tool": "get_flow_risks",
"tags": [],
"reasons": {}
},
{
"tool": "get_flow_trends",
"tags": [],
"reasons": {}
},
{
"tool": "filter_traffic_flows",
"tags": [],
"reasons": {}
},
{
"tool": "list_traffic_matching_lists",
"tags": [],
"reasons": {}
},
{
"tool": "get_traffic_matching_list",
"tags": [],
"reasons": {}
},
{
"tool": "create_traffic_matching_list",
"tags": [],
"reasons": {}
},
{
"tool": "update_traffic_matching_list",
"tags": [],
"reasons": {}
},
{
"tool": "delete_traffic_matching_list",
"tags": [],
"reasons": {}
},
{
"tool": "get_network_topology",
"tags": [],
"reasons": {}
},
{
"tool": "get_device_connections",
"tags": [],
"reasons": {}
},
{
"tool": "get_port_mappings",
"tags": [],
"reasons": {}
},
{
"tool": "export_topology",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"export_to\""
]
}
},
{
"tool": "get_topology_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "list_vpn_tunnels",
"tags": [],
"reasons": {}
},
{
"tool": "list_vpn_servers",
"tags": [],
"reasons": {}
},
{
"tool": "list_site_to_site_vpns",
"tags": [],
"reasons": {}
},
{
"tool": "get_site_to_site_vpn",
"tags": [],
"reasons": {}
},
{
"tool": "update_site_to_site_vpn",
"tags": [],
"reasons": {}
},
{
"tool": "list_device_tags",
"tags": [],
"reasons": {}
},
{
"tool": "list_all_sites_aggregated",
"tags": [],
"reasons": {}
},
{
"tool": "get_internet_health",
"tags": [],
"reasons": {}
},
{
"tool": "get_site_health_summary",
"tags": [],
"reasons": {}
},
{
"tool": "get_cross_site_statistics",
"tags": [],
"reasons": {}
},
{
"tool": "list_vantage_points",
"tags": [],
"reasons": {}
},
{
"tool": "get_site_inventory",
"tags": [],
"reasons": {}
},
{
"tool": "compare_site_performance",
"tags": [],
"reasons": {}
},
{
"tool": "search_across_sites",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "eefe110623c96aac27b84724b221520dda57e5925e85c8e86e6a36fde4d70fa0",
"stats": {
"tools": 138,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 1,
"low": 0,
"info": 0
}
}
}