scan_dangerous_capabilities
Identify dangerous owner capabilities in any Base token's bytecode—mint, pause, blacklist, fee changes, and proxy upgrades—to protect holders before signing.
Instructions
Scan a token/contract's DEPLOYED BYTECODE on Base for owner-only powers that can harm holders — mint, pause, blacklist, adjustable fees/taxes, max-tx limits, trading toggles, and proxy upgradeability. Flags the PRESENCE of each capability (a selector match in the code), i.e. what the operator COULD do, independent of the token's claims. No explorer API key needed. Heuristic: matches 4-byte selectors in runtime bytecode; a minimal proxy hides its real logic in the implementation (reported).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Contract/token address on Base |