score_risk
Assess any EVM address—wallet, token, or contract—with a 0-100 risk score. Get itemized findings, reasons, and confidence levels to evaluate on-chain safety before interacting.
Instructions
Give an address a 0-100 risk score with a reason for every point.
Works for wallets, tokens, and other contracts: it detects the type and runs
the matching checks. The result lists each finding, its points, and its source,
plus a confidence level and anything that could not be checked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain name or ID: ethereum, base, arbitrum, polygon, or bsc. | ethereum |
| address | Yes | An EVM address: 0x followed by 40 hex characters. | |
| include_trace | No | Also trace funds one hop out (wallets only). Slower. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | ||
| level | Yes | ||
| score | Yes | ||
| method | No | Read the resource risk://scoring-method for the full rule table. | |
| address | Yes | ||
| sources | No | ||
| verdict | Yes | ||
| data_gaps | No | ||
| checks_run | Yes | ||
| confidence | Yes | ||
| address_type | Yes | ||
| points_added | Yes | ||
| contributions | Yes | ||
| points_removed | Yes | ||
| decisive_floor_applied | Yes |