Raw scan report

Mikrotik Rest — 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.

← Back to the scan page
{
  "tool": {
    "name": "mcptrustchecker",
    "version": "1.8.0",
    "methodologyVersion": "mcptrustchecker-1.8"
  },
  "target": {
    "id": "mikrotik-rest-mcp",
    "source": {
      "kind": "package",
      "origin": "mikrotik-rest-mcp"
    },
    "server": {
      "name": "mikrotik-rest-mcp"
    }
  },
  "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.8"
  },
  "capability": {
    "level": "high",
    "reasons": [
      "ingests untrusted external content (a prompt-injection entry point)",
      "can send data / act on an external service",
      "reads sensitive or local data",
      "has a read → egress path (a data-exfiltration surface)",
      "untrusted-input, sensitive-source and egress co-exist across tools (toxic-flow surface)"
    ],
    "tags": [
      "untrusted-input",
      "external-sink",
      "sensitive-source"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (130 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-002",
      "title": "Completed toxic-flow trifecta across tools",
      "category": "exfiltration",
      "severity": "critical",
      "confidence": "strong",
      "description": "This server (without client built-ins) exposes a complete data-exfiltration chain: mikrotik_download_file → mikrotik_get_logs → mikrotik_upload_file. Untrusted input is ingested, private data is read, and it can be sent to an external sink via the agent composing the tools (→). Static analysis proves the primitive exists, not that a specific run will occur.",
      "remediation": "Remove one leg of the trifecta: isolate untrusted-input tools from secret-reading tools and from egress tools, or require human approval between them.",
      "location": {
        "kind": "flow",
        "name": "mikrotik_download_file → mikrotik_get_logs → mikrotik_upload_file"
      },
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "untrusted": [
          "mikrotik_download_file"
        ],
        "sources": [
          "mikrotik_get_logs",
          "mikrotik_get_logs_by_severity",
          "mikrotik_get_logs_by_topic"
        ],
        "sinks": [
          "mikrotik_upload_file"
        ],
        "path": [
          "mikrotik_download_file",
          "mikrotik_get_logs",
          "mikrotik_upload_file"
        ],
        "edges": [
          {
            "from": "mikrotik_download_file",
            "to": "mikrotik_get_logs",
            "kind": "agent-mediated"
          },
          {
            "from": "mikrotik_get_logs",
            "to": "mikrotik_upload_file",
            "kind": "agent-mediated"
          }
        ],
        "wired": false
      }
    },
    {
      "ruleId": "MTC-SUP-012",
      "title": "Package has no license",
      "category": "hygiene",
      "severity": "info",
      "confidence": "strong",
      "description": "\"mikrotik-rest-mcp\" has no declared license. This is a legal/reuse concern, not a security finding.",
      "location": {
        "kind": "package",
        "name": "mikrotik-rest-mcp"
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "critical",
      "confidence": "strong",
      "untrustedInput": [
        "mikrotik_download_file"
      ],
      "sensitiveSource": [
        "mikrotik_get_logs",
        "mikrotik_get_logs_by_severity",
        "mikrotik_get_logs_by_topic"
      ],
      "externalSink": [
        "mikrotik_upload_file"
      ],
      "selfContained": false,
      "path": [
        "mikrotik_download_file",
        "mikrotik_get_logs",
        "mikrotik_upload_file"
      ],
      "pathWired": false,
      "description": "A cross-tool exfiltration chain exists: mikrotik_download_file → mikrotik_get_logs → mikrotik_upload_file."
    }
  ],
  "capabilities": [
    {
      "tool": "mikrotik_list_dhcp_leases",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_dhcp_lease",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_dhcp_lease",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_dhcp_lease",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_dhcp_pools",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_dhcp_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_dhcp_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_dhcp_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_update_dhcp_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_dhcp_servers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_dhcp_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_dhcp_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_dhcp_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_dns_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_set_dns_servers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_dns_cache",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_flush_dns_cache",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_dns_cache_statistics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_dns_static",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_dns_static",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_dns_static",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_update_dns_static",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_dns_static",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_enable_dns_static",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_disable_dns_static",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_firewall_address_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_firewall_address_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_firewall_address_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_firewall_address_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_filter_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_filter_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_filter_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_update_filter_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_filter_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_move_filter_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_enable_filter_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_disable_filter_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_basic_firewall_setup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_nat_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_nat_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_nat_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_update_nat_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_nat_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_move_nat_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_enable_nat_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_disable_nat_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_vlan_interfaces",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_vlan_interface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_vlan_interface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_update_vlan_interface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_vlan_interface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_wireguard_interfaces",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_wireguard_interface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_wireguard_interface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_update_wireguard_interface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_wireguard_interface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_wireguard_peers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_wireguard_peer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_wireguard_peer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_update_wireguard_peer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_wireguard_peer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_wireless_interfaces",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_wireless_interface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_wireless_interface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_update_wireless_interface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_wireless_interface",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_scan_wireless_networks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_wireless_registration_table",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_ip_addresses",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_ip_address",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_ip_address",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_update_ip_address",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_ip_address",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_enable_ip_address",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_disable_ip_address",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_ip_pools",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_ip_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_ip_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_update_ip_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_ip_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_ip_pool_used",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_expand_ip_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_routes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_route",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_add_route",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_update_route",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_route",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_enable_route",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_disable_route",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_routing_table",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_check_route_path",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_route_cache",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_flush_route_cache",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_add_default_route",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_add_blackhole_route",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_route_statistics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_backup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_backups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_download_file",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "mikrotik_upload_file",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"upload_file\""
        ]
      }
    },
    {
      "tool": "mikrotik_restore_backup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_logging_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_logging_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_logging_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_update_logging_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_logging_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_enable_logging_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_disable_logging_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_logging_actions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_logging_action",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_logging_action",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_update_logging_action",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_logging_action",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_logs",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_logs\""
        ]
      }
    },
    {
      "tool": "mikrotik_search_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_logs_by_severity",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_logs\""
        ]
      }
    },
    {
      "tool": "mikrotik_get_logs_by_topic",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"get_logs\""
        ]
      }
    },
    {
      "tool": "mikrotik_clear_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_update_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_disable_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_enable_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_list_user_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_user_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_create_user_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_remove_user_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mikrotik_get_active_users",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "a5ae10a18864a735e721b7851dd19a271f61deb88a73ffb14391c095f61830db",
  "stats": {
    "tools": 130,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 1,
      "high": 0,
      "medium": 0,
      "low": 0,
      "info": 1
    }
  }
}