What problem does it solve?
It helps prevent users from losing funds to scams or unsafe on-chain actions by performing security checks before token trading, DApp interaction, signing, or approvals.
Core Features & Use Cases
- Token risk scanning: Detects honeypots, phishing/gas-mint tokens, low liquidity, dumping, counterfeit patterns, and other token-level threats using an authoritative risk level output.
- DApp/URL phishing detection: Flags malicious domains before the user accesses a website.
- Transaction and signature pre-execution security: Screens calldata and signing requests (EVM and Solana where supported) and enforces a strict risk action policy (block/warn/pause behavior).
- Approval safety & revoke guidance: Reviews ERC-20 and Permit2 authorizations for risky spenders and guides safe revoke flows.
Use Case: Before swapping or approving, run token risk scanning and transaction scanning on the approval/signing payload so the agent blocks or pauses on critical/high risk findings instead of proceeding blindly.
Quick Start
Ask your assistant to scan a token and its related approvals by running onchainos security token-scan and onchainos security tx-scan for the approve or revoke calldata.