Raw scan report

Dexe — 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": "dexe-mcp",
    "source": {
      "kind": "package",
      "origin": "dexe-mcp"
    },
    "server": {
      "name": "dexe-mcp"
    }
  },
  "grade": "A",
  "score": {
    "score": 94,
    "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": "source",
        "label": "publisher verification (provenance) — cryptographic build provenance ties the artifact to its source",
        "appliedPenalty": 0
      },
      {
        "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",
      "can execute shell commands or code"
    ],
    "tags": [
      "external-sink",
      "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 (168 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-SRC-002",
      "title": "Shell/command execution in server code (dist/bootstrap.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/bootstrap.js:4`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "dist/bootstrap.js"
      },
      "evidence": "{ execFile } from \"node:child_process\"; import { promisify } from \"node:util\"; import { envWithNodeBinDir, hasGit, npmCo",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/bootstrap.js",
        "line": 4,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (dist/runtime.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/runtime.js:4`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "dist/runtime.js"
      },
      "evidence": "{ execFile } from \"node:child_process\"; import { redactUrlCredentials, safeErrorMessage } from \"./lib/redact.js\"; /** *",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/runtime.js",
        "line": 4,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-FLOW-005",
      "title": "Untrusted input can drive an external action",
      "category": "exfiltration",
      "severity": "medium",
      "confidence": "strong",
      "description": "Untrusted-input tools ([dexe_ipfs_fetch, dexe_read_protocol_stats, dexe_read_privacy_policy_status]) co-exist with external-action tools ([dexe_ipfs_upload_file, dexe_proposal_build_offchain, dexe_proposal_build_token_transfer, dexe_auth_request_nonce, dexe_auth_login_request]). 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": "dexe_ipfs_fetch → dexe_ipfs_upload_file"
      },
      "evidence": "untrusted [dexe_ipfs_fetch, dexe_read_protocol_stats, dexe_read_privacy_policy_status] → sinks [dexe_ipfs_upload_file, dexe_proposal_build_offchain, dexe_propos",
      "owasp": "LLM06:2025 Excessive Agency",
      "references": [],
      "data": {
        "untrusted": [
          "dexe_ipfs_fetch",
          "dexe_read_protocol_stats",
          "dexe_read_privacy_policy_status"
        ],
        "sinks": [
          "dexe_ipfs_upload_file",
          "dexe_proposal_build_offchain",
          "dexe_proposal_build_token_transfer",
          "dexe_auth_request_nonce",
          "dexe_auth_login_request"
        ]
      }
    },
    {
      "ruleId": "MTC-SRC-003",
      "title": "Hardcoded egress to an external endpoint (dist/cli/init.js)",
      "category": "exfiltration",
      "severity": "medium",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/cli/init.js:355`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "dist/cli/init.js"
      },
      "evidence": "const r = await fetch(\"https://api.pinata.cloud/data/testAuthentication\", { method: \"GET\",",
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "data": {
        "rule": "MTC-SRC-003",
        "file": "dist/cli/init.js",
        "line": 355,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SRC-003",
      "title": "Hardcoded egress to an external endpoint (dist/tools/ipfs.js)",
      "category": "exfiltration",
      "severity": "medium",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/tools/ipfs.js:99`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "dist/tools/ipfs.js"
      },
      "evidence": "const r = await fetch(\"https://api.dexe.io/integrations/ipfs-cache-svc/public/pool-info\", { method:",
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "data": {
        "rule": "MTC-SRC-003",
        "file": "dist/tools/ipfs.js",
        "line": 99,
        "nonRuntime": false
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "medium",
      "confidence": "strong",
      "untrustedInput": [
        "dexe_ipfs_fetch",
        "dexe_read_protocol_stats",
        "dexe_read_privacy_policy_status"
      ],
      "sensitiveSource": [],
      "externalSink": [
        "dexe_ipfs_upload_file",
        "dexe_proposal_build_offchain",
        "dexe_proposal_build_token_transfer",
        "dexe_auth_request_nonce",
        "dexe_auth_login_request"
      ],
      "selfContained": false,
      "description": "Untrusted input can drive an external action even though no sensitive source is exposed."
    }
  ],
  "capabilities": [
    {
      "tool": "dexe_gov_build_propose",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_gov_build_vote_cast",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_gov_build_queue",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_gov_build_execute",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_gov_build_delegate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_gov_get_state",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_gov_has_voted",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_gov_build_cancel",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_gov_decode_calldata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_gov_hash_description",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_gov_hash_proposal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_gov_list_governors",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_gov_get_proposal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_gov_get_voting_power",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_gov_get_quorum",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_gov_get_proposal_threshold",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_gov_simulate_proposal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_gov_simulate_vote_impact",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_doctor",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_agents_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_agents_fund",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_agents_ledger",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_compile",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_test",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_coverage",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_lint",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_dao_predict_addresses",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_dao_registry_lookup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_dao_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_dao_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_dao_build_deploy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_vote_and_execute",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_get_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_decode_calldata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_decode_proposal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_gov_state",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_list_gov_contract_types",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_guide",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_user_inbox",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_list_contracts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_get_abi",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_get_methods",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_get_selectors",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_find_selector",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_get_natspec",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_get_source",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_ipfs_upload_proposal_metadata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_ipfs_upload_dao_metadata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_ipfs_upload_file",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"upload_file\""
        ]
      }
    },
    {
      "tool": "dexe_ipfs_fetch",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "dexe_ipfs_cid_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_ipfs_cid_for_json",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_ipfs_upload_avatar",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_dao_generate_avatar",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_ipfs_update_dao_metadata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_merkle_build",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_merkle_proof",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_otc_dao_open_sale",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_otc_buyer_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_otc_buyer_buy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_otc_buyer_claim_all",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_forecast",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_state",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_voters",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_catalog",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_external",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_internal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_custom_abi",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_offchain",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"http_request\""
        ]
      }
    },
    {
      "tool": "dexe_proposal_build_token_transfer",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "parameter \"recipient\""
        ]
      }
    },
    {
      "tool": "dexe_proposal_build_token_distribution",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_token_sale_multi",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_token_sale",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_token_sale_whitelist",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_token_sale_recover",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_create_staking_tier",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_change_math_model",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_modify_dao_profile",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_blacklist",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_reward_multiplier",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_apply_to_dao",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_new_proposal_type",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_change_validator_balances",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_change_validator_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_monthly_withdraw",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_offchain_internal_proposal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_change_voting_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_manage_validators",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_add_expert",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_remove_expert",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_withdraw_treasury",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_delegate_to_expert",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_revoke_from_expert",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_auth_request_nonce",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"http_request\""
        ]
      }
    },
    {
      "tool": "dexe_auth_login_request",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"http_request\""
        ]
      }
    },
    {
      "tool": "dexe_auth_login",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_offchain_single_option",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_offchain_multi_option",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_offchain_for_against",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_build_offchain_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_offchain_build_vote",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_offchain_build_cancel_vote",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_multicall",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_treasury",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_token_holders",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_dao_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_protocol_stats",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"read_pr\""
        ]
      }
    },
    {
      "tool": "dexe_read_nfts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_validators",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_settings",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_expert_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_token_sale_tiers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_token_sale_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_distribution_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_staking_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_privacy_policy_status",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"read_pr\""
        ]
      }
    },
    {
      "tool": "dexe_dao_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_proposal_risk_assess",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_safe_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_safe_propose_tx",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_sim_calldata",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_sim_proposal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_sim_buy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_graph_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_graph_schema",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_dao_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_dao_members",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_delegation_map",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_validator_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_user_activity",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_read_dao_experts",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_otc_list_sales_for_dao",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_tx_send",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_tx_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_user_power",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_get_votes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_erc20_approve",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_deposit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_withdraw",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_delegate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_undelegate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_vote",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_cancel_vote",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_validator_vote",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_validator_cancel_vote",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_move_to_validators",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_execute",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_claim_rewards",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_claim_micropool_rewards",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_nft_multiplier_lock",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_nft_multiplier_unlock",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_token_sale_buy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_token_sale_claim",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_token_sale_vesting_withdraw",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_distribution_claim",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_staking_stake",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_staking_claim",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_staking_claim_all",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_staking_reclaim",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_privacy_policy_sign",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_privacy_policy_agree",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_vote_build_multicall",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_wc_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_wc_connect",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "dexe_wc_disconnect",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "d2f5f320782cc657f14b72bd9576080d9d184d5c3c38adee617051950f6acdcf",
  "stats": {
    "tools": 168,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 2,
      "medium": 3,
      "low": 0,
      "info": 0
    }
  }
}