Swarm

contract_triage

Screen an EVM smart contract address for malicious patterns, honeypots, rug mechanics, and known scam frameworks. Returns risk score (0-100), verdict (SAFE/SUSPICIOUS/MALICIOUS), and top threat flags. Completes in under 30 seconds.

Remote hobiecunningham/agentic-swarm-marketplace

Other tools also called contract_triage? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "chain_id": {
      "type": "string",
      "title": "Chain Id",
      "default": "eip155:8453",
      "description": "CAIP-2 chain id (default Base mainnet eip155:8453)"
    },
    "contract_address": {
      "type": "string",
      "title": "Contract Address",
      "description": "0x-prefixed EVM contract address to screen"
    }
  }
}
          

Provider

Swarm →