check_rugpull_risk
Evaluate a Base contract for rug-pull risks by analyzing source verification, scam code patterns, ownership, and upgradeability. Returns a heuristic risk score from 0 to 100.
Instructions
Run a heuristic rug-pull risk screen on a Base contract.
Checks source verification, common scam-token code patterns (blacklists, arbitrary fee/limit changes, trading kill-switches, uncapped minting, etc.), ownership status, and proxy/upgradeability. Returns a 0-100 risk score. This is a heuristic tool, NOT a security audit — always verify manually before making decisions involving money.
Args: address: The 0x-prefixed contract address to screen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |