Raw scan report

Lighthouse — 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": "lighthouse-mcp-server",
    "source": {
      "kind": "package",
      "origin": "lighthouse-mcp-server"
    },
    "server": {
      "name": "lighthouse-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 execute shell commands or code"
    ],
    "tags": [
      "untrusted-input",
      "code-exec"
    ]
  },
  "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-CAP-001",
      "title": "Tool \"rerun_docker_container\" exposes command/code execution",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "Tool \"rerun_docker_container\" appears to run shell commands or evaluate code (parameter \"command\"). 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": "rerun_docker_container"
      },
      "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 ([download_snapshot, describe_download_certificate_url, download_certificate]) co-exist with external-action tools ([rerun_docker_container]). 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_snapshot → rerun_docker_container"
      },
      "evidence": "untrusted [download_snapshot, describe_download_certificate_url, download_certificate] → sinks [rerun_docker_container]",
      "owasp": "LLM06:2025 Excessive Agency",
      "references": [],
      "data": {
        "untrusted": [
          "download_snapshot",
          "describe_download_certificate_url",
          "download_certificate"
        ],
        "sinks": [
          "rerun_docker_container"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-006",
      "title": "Unconstrained command parameter \"Command\" on \"rerun_docker_container\"",
      "category": "permissions",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"rerun_docker_container\" takes a command-shaped parameter \"Command\" 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": "rerun_docker_container",
        "field": "inputSchema.properties.Command"
      },
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "param": "Command"
      }
    },
    {
      "ruleId": "MTC-CAP-005",
      "title": "Mutating tool \"rerun_docker_container\" declares no destructiveHint",
      "category": "hygiene",
      "severity": "low",
      "confidence": "heuristic",
      "description": "Tool \"rerun_docker_container\" 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": "rerun_docker_container"
      },
      "data": {
        "tags": [
          "code-exec"
        ]
      }
    },
    {
      "ruleId": "MTC-SUP-011",
      "title": "Package declares no source repository",
      "category": "supply-chain",
      "severity": "info",
      "confidence": "strong",
      "description": "\"lighthouse-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": "lighthouse-mcp-server"
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "medium",
      "confidence": "strong",
      "untrustedInput": [
        "download_snapshot",
        "describe_download_certificate_url",
        "download_certificate"
      ],
      "sensitiveSource": [],
      "externalSink": [
        "rerun_docker_container"
      ],
      "selfContained": false,
      "description": "Untrusted input can drive an external action even though no sensitive source is exposed."
    }
  ],
  "capabilities": [
    {
      "tool": "describe_domain_purview",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_subdomain_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_subdomain_analytics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_txt_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_snapshot_rollback",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_vas_auto_renew_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_domain_whois",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_domain_batch",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_domain_share_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_line_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_domain_and_record_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_domain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_record_type",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_record_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_snapshot_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_domain_owner",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_record_batch",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rollback_record_snapshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_record_exist_except_default_n_s",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_snapshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_record_fields",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_domain_batch",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_snapshot_rollback_result",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_domain_unlock",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_domain_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_snapshot_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_user_detail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_domain_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_domain_analytics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_package_auto_renew",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_record_line_category_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_domain_log_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_domain_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_domain_preview",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_record_to_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_t_x_t_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_domain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_domain_vip_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_domain_group_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_domain_custom_line",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_domain_alias_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_snapshot_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_sub_domains_analytics_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_vas_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_snapshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_deal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_domain_to_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_domain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_domain_lock",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rollback_snapshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_record_group_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_record_line_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_record_remark",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_line_group_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_line_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_line_group_copy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_record_snapshot_rollback",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "pay_order_with_balance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_file_info_by_job_id",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_package_detail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_record_filter_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_record_batch",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_record_snapshot_rollback_result",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_subdomain_validate_t_x_t_value",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_record_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_snapshot_rollback_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_record_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "download_snapshot",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "modify_record_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_domain_custom_line",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_v_a_s_statistic",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_share_domain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_line_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_record_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_dynamic_d_n_s",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_record_batch",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_domain_custom_line",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_domains_analytics_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_domain_share_user_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_domain_remark",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_subdomain_validate_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_domain_alias",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_batch_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_domain_custom_line_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_domain_filter_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_domain_alias",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_host_cos_instance_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_certificates",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_host_cdn_instance_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cancel_audit_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_host_tke_instance_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_host_update_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_host_deploy_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_manager",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "certificate_info_submit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_download_certificate_url",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "deploy_certificate_instance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "submit_audit_manager",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_packages",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "submit_certificate_information",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_certificate_record_rollback",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_certificate_record_retry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_host_ddos_instance_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verify_manager",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_host_clb_instance_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_host_teo_instance_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cancel_certificate_order",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "certificate_order_submit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "download_certificate",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "delete_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "complete_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "upload_update_certificate_instance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_certificate_instance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "upload_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_certificate_chain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_certificate_alias",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_companies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_certificate_detail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_host_vod_instance_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_host_live_instance_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_host_waf_instance_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_manager_detail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "upload_revoke_letter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_host_deploy_record_detail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "deploy_certificate_record_rollback",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "deploy_certificate_record_retry",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_certificate_bind_resource_task_result",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_certificate_domain_verification",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_certificate_exist",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_certificates",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "revoke_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_certificate_project",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_deployed_resources",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "upload_confirm_letter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_host_lighthouse_instance_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_host_update_record_detail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "commit_certificate_information",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_certificate_operate_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_host_api_gateway_instance_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_certificate_by_package",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_certificate_bind_resource_sync_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_certificates_expiring_notification_switch",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "replace_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "apply_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_delete_certificates_task_result",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_managers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_certificate_bind_resource_task_detail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_certificate_resubmit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_firewall_template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_blueprints",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "cancel_share_blueprint_across_accounts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_firewall_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_instances_attribute",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_ccn_attached_instances",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_key_pairs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_disks_renew_flag",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rename_docker_container",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "import_key_pair",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inquire_price_create_disks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "terminate_instances",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_bundle_discount",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_blueprint_attribute",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "restart_docker_containers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_firewall_template_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_disk_backups_attribute",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_docker_container_configuration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inquire_price_renew_disks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_disks_attribute",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rerun_docker_container",
      "tags": [
        "code-exec"
      ],
      "reasons": {
        "code-exec": [
          "parameter \"command\""
        ]
      }
    },
    {
      "tool": "describe_disks_returnable",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_firewall_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "resize_disks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_disk_backup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_disk_discount",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_firewall_template_quota",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_all_scenes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_firewall_template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "attach_disks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_disk_backups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "associate_instances_key_pairs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_firewall_template",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "disassociate_instances_key_pairs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_blueprints",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_docker_container",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_instances_denied_actions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "inquire_price_create_instances",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_instance_snapshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_disks_backup_quota",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_regions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "modify_snapshot_attribute",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_docker_container_detail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_blueprint_instances",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "describe_docker_containers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sync_blueprint",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "7a09d32d9a0b54a211a0c1a69b346af8e70b2c0565836fad46260373c1249583",
  "stats": {
    "tools": 200,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 1,
      "medium": 2,
      "low": 1,
      "info": 1
    }
  }
}