check_address_risk
Check an EVM wallet's risk score and exposure to active exploits before interacting with it. Cross-references ERC20 approvals with live threat data to highlight risky contracts.
Instructions
Real-time risk check for an EVM wallet address BEFORE acting on it. Cross-references active ERC20 approvals with a live exploit threat feed (contracts under attack right now). Returns risk_score (0-100), risk_level (low/medium/high/critical) and actionable findings. PAID per query via x402 (USDC on Base) using the configured session key — no signup, no API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain to scan: eth, base, polygon, arbitrum, optimism, bsc. Default: eth | |
| address | Yes | EVM address to check (0x...) |