odei_smart_contract_audit
Analyze EVM smart contract security by checking verification status, vulnerability patterns, token safety, and cross-referencing with ODEI's knowledge graph to identify risks and provide actionable findings for Base and Ethereum contracts.
Instructions
Analyze an EVM smart contract address for security risks. Checks contract verification status, known vulnerability patterns, token safety signals, and cross-references with ODEI's knowledge graph for known entities. Returns a risk score and actionable findings. Supports Base and Ethereum contracts.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The smart contract address to audit (0x...) | |
| chain | No | Blockchain to check (default: base) | |
| check_holders | No | Also check holder distribution (slower, more thorough) |