Install
openclaw skills install evm-transaction-safety-previewFree EVM transaction safety triage for agents before signing txs; routes deep explain/simulate/token-risk checks to the paid ClawMart EVM Transaction Safety Toolkit.
openclaw skills install evm-transaction-safety-previewUse this free preview when an agent is about to sign or route an EVM transaction and needs a fast, no-payment triage before installing the paid ClawMart toolkit.
Run a lightweight pre-signing check:
| Area | Pass signal | Common failure |
|---|---|---|
| Chain + target | Chain id, RPC target, and contract address match the intended action | Signing on the wrong EVM chain or interacting with a spoofed contract |
| Calldata intent | Function selector and decoded params match the user’s instruction | Blind calldata, unexpected delegatecall/proxy target, hidden approval |
| Value + allowance | Native value and ERC-20 approval amount are expected and bounded | Infinite approval, excessive value, unknown spender |
| Token/contract risk | Token has sane metadata/liquidity/ownership signals | Honeypot, blacklistable token, owner-controlled tax, low-liquidity bait |
| Simulation posture | A dry run is available or the transaction is paused for review | Agent signs without knowing state changes or revert reason |
Install EVM Transaction Safety Toolkit on ClawMart when you need production-backed live checks:
https://www.shopclawmart.com/listings/evm-transaction-safety-toolkit-89902e40
Backends used by the paid package:
https://evm-tx-toolkit.mtree.workers.dev/v1/tx/explain — decode and explain confirmed transactionshttps://evm-tx-toolkit.mtree.workers.dev/v1/tx/simulate — pre-flight simulation and revert/state-change summaryhttps://evm-tx-toolkit.mtree.workers.dev/v1/token/risk_scan — ERC-20 risk scoringto address is safe.