Raw scan report

Sophos Central — 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.

← Back to the scan page
{
  "tool": {
    "name": "mcptrustchecker",
    "version": "1.13.0",
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "target": {
    "id": "sophos-central-mcp-server",
    "source": {
      "kind": "package",
      "origin": "sophos-central-mcp-server"
    },
    "server": {
      "name": "sophos-central-mcp-server"
    }
  },
  "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",
      "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 (200 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: sophos_download_firewall_backup → sophos_get_memory_dump_status → sophos_release_quarantine_message. 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": "sophos_download_firewall_backup → sophos_get_memory_dump_status → sophos_release_quarantine_message"
      },
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "untrusted": [
          "sophos_get_detections_run",
          "sophos_get_detection_groups_run",
          "sophos_download_quarantine_attachment",
          "sophos_download_post_delivery_attachment",
          "sophos_list_installer_downloads",
          "sophos_get_installer_download",
          "sophos_export_firewall_config",
          "sophos_get_firewall_import_export_transaction",
          "sophos_download_firewall_backup",
          "sophos_list_account_health",
          "sophos_get_live_discover_run"
        ],
        "sources": [
          "sophos_request_memory_dump",
          "sophos_get_memory_dump_status",
          "sophos_run_live_discover_query"
        ],
        "sinks": [
          "sophos_release_quarantine_message"
        ],
        "path": [
          "sophos_download_firewall_backup",
          "sophos_get_memory_dump_status",
          "sophos_release_quarantine_message"
        ],
        "edges": [
          {
            "from": "sophos_download_firewall_backup",
            "to": "sophos_get_memory_dump_status",
            "kind": "agent-mediated"
          },
          {
            "from": "sophos_get_memory_dump_status",
            "to": "sophos_release_quarantine_message",
            "kind": "agent-mediated"
          }
        ],
        "wired": false
      }
    },
    {
      "ruleId": "MTC-SUP-011",
      "title": "Package declares no source repository",
      "category": "supply-chain",
      "severity": "info",
      "confidence": "strong",
      "description": "\"sophos-central-mcp-server\" 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": "sophos-central-mcp-server"
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "critical",
      "confidence": "strong",
      "untrustedInput": [
        "sophos_get_detections_run",
        "sophos_get_detection_groups_run",
        "sophos_download_quarantine_attachment",
        "sophos_download_post_delivery_attachment",
        "sophos_list_installer_downloads",
        "sophos_get_installer_download",
        "sophos_export_firewall_config",
        "sophos_get_firewall_import_export_transaction",
        "sophos_download_firewall_backup",
        "sophos_list_account_health",
        "sophos_get_live_discover_run"
      ],
      "sensitiveSource": [
        "sophos_request_memory_dump",
        "sophos_get_memory_dump_status",
        "sophos_run_live_discover_query"
      ],
      "externalSink": [
        "sophos_release_quarantine_message"
      ],
      "selfContained": false,
      "path": [
        "sophos_download_firewall_backup",
        "sophos_get_memory_dump_status",
        "sophos_release_quarantine_message"
      ],
      "pathWired": false,
      "description": "A cross-tool exfiltration chain exists: sophos_download_firewall_backup → sophos_get_memory_dump_status → sophos_release_quarantine_message."
    }
  ],
  "capabilities": [
    {
      "tool": "sophos_list_access_tokens",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_create_access_token",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_access_token",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_revoke_access_token",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_admin",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_create_admin",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_admin",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_admin_role_assignments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_add_admin_role_assignment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_admin_role_assignment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_admin_role_assignment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_create_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_permission_sets",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_reset_admin_password",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_alerts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_alert",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_acknowledge_alert",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_search_alerts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_audit_events",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_ba_quotes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_ba_quote",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_ba_partner_levels",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_ba_pricing",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_cases",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_case",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_create_case",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_case",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_case_detections",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_case_mitre_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_case",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_case_impacted_entities",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_case_detection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_cloud_security_profiles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_cloud_security_profile",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_create_cloud_security_profile",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_cloud_security_profile",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_cloud_security_profile",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_run_detections_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_detections_run",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "sophos_get_detections_results",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_run_detection_groups_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_detection_groups_run",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "sophos_get_detection_groups_results",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_admins",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_roles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_create_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_user_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_user_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_create_user_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_user_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_user_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_user_group_members",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_add_users_to_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_remove_user_from_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_user_group_endpoints",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_user_group_policies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_dns_locations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_dns_location",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_create_dns_location",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_dns_location",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_dns_location",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_search_quarantine",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_preview_quarantine_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_quarantine_urls",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_quarantine_attachments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_release_quarantine_message",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "parameter \"recipient\""
        ]
      }
    },
    {
      "tool": "sophos_delete_quarantine_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_strip_quarantine_attachments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_reattach_quarantine_attachments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_download_quarantine_attachment",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "sophos_search_post_delivery_quarantine",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_preview_post_delivery_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_post_delivery_attachments",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_release_post_delivery_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_post_delivery_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_download_post_delivery_attachment",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "sophos_clawback_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_clawback_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_mailboxes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_create_mailbox",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_bulk_create_mailboxes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_mailbox",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_mailbox",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_mailbox",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_mailbox_aliases",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_add_mailbox_alias",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_mailbox_alias",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_mailbox_delegates",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_add_mailbox_delegate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_mailbox_delegate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_migrations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_migration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_create_migration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_migration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_migration_endpoints",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_recommended_packages",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_static_packages",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_installer_downloads",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "sophos_get_installer_download",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "sophos_list_blocked_addresses",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_add_blocked_address",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_blocked_address",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_local_sites",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_add_local_site",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_local_site",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_local_site",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_web_control_categories",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_tls_decryption_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_tls_decryption_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_global_tamper_protection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_global_tamper_protection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_detected_exploits",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_detected_exploit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_exploit_mitigation_categories",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_exploit_mitigation_category",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_exploit_mitigation_apps",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_exploit_mitigation_app",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_add_exploit_mitigation_app",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_exploit_mitigation_app",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_ips_exclusions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_add_ips_exclusion",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_ips_exclusion",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_isolation_exclusions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_add_isolation_exclusion",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_isolation_exclusion",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_lockdown_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_lockdown_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_endpoints",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_endpoint",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_scan_endpoint",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_isolate_endpoint",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_release_endpoint",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_endpoint",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_bulk_delete_endpoints",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_tamper_protection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_toggle_tamper_protection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_adaptive_attack_protection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_toggle_adaptive_attack_protection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_trigger_update_check",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_request_forensic_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_forensic_log_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_request_memory_dump",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"dump\""
        ]
      }
    },
    {
      "tool": "sophos_get_memory_dump_status",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"dump\""
        ]
      }
    },
    {
      "tool": "sophos_bulk_isolate_endpoints",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_endpoint_isolation_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_exclusions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_add_exclusion",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_exclusion",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_allowed_items",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_add_allowed_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_allowed_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_blocked_items",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_add_blocked_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_blocked_item",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_firewalls",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_firewall",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_firewall",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_firewall_action",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_check_firmware_upgrade",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_start_firmware_upgrade",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_cancel_firmware_upgrade",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_firewall_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_firewall_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_create_firewall_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_firewall_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_firewall_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_firewall_sync_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_threat_feed_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_threat_feed_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_search_threat_feed_indicators",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_firewall_transaction",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_export_firewall_config",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "sophos_get_firewall_import_export_transaction",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "sophos_download_firewall_backup",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "sophos_import_firewall_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_endpoint_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_endpoint_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_create_endpoint_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_endpoint_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_delete_endpoint_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_add_endpoints_to_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_remove_endpoint_from_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_account_health",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_account_health",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "sophos_partner_gap_analysis",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_licenses",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_firewall_licenses",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_list_live_discover_queries",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_run_live_discover_query",
      "tags": [
        "sensitive-source"
      ],
      "reasons": {
        "sensitive-source": [
          "keyword \"sql_query\""
        ]
      }
    },
    {
      "tool": "sophos_get_live_discover_run",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "sophos_get_live_discover_results",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_get_mobile_auto_enrollment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sophos_update_mobile_auto_enrollment",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "0dc9dfe4288e327aa4b4a170179e287c9bc02f0a3bce3c9152275755d661f0ea",
  "stats": {
    "tools": 200,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 1,
      "high": 0,
      "medium": 0,
      "low": 0,
      "info": 1
    }
  }
}