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": {
"chainId": {
"type": "string",
"title": "Chainid",
"default": "eip155:8453",
"description": "CAIP-2 chain id, default eip155:8453"
},
"contractAddress": {
"type": "string",
"title": "Contractaddress",
"description": "0x-prefixed EVM address"
}
}
}