check_token_safety
Assess Solana SPL tokens for rug pull and honeypot risks. Runs five safety checks including mint authority, freeze, and honeypot simulation to return a risk score and verdict.
Instructions
Analyze a Solana SPL token for rug pull, honeypot, and safety risks. Call this BEFORE executing any swap or buy transaction. Performs 5 checks: mint authority, freeze authority, Token-2022 extensions, honeypot simulation, and holder concentration. Returns a combined risk score (0-100) and verdict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | Solana token mint address to check (base58) | |
| txSignature | No | Optional: tx signature of pool creation for deeper analysis | |
| isPumpSwap | No | Set true for Pump.fun/PumpSwap graduated tokens |