check_token_safety
Analyze a Solana SPL token for rug pull, honeypot, and safety risks before trade. Returns a risk score and verdict (SAFE to CRITICAL) to avoid scams.
Instructions
Analyze a Solana SPL token for rug pull, honeypot, and safety risks. Call this BEFORE executing any swap or buy transaction. Performs 8 checks: mint authority, freeze authority, Token-2022 extensions, honeypot simulation, holder concentration, LP lock status, and token age. Returns a JSON object with a combined risk score (0-100) and verdict (SAFE | CAUTION | HIGH_RISK | CRITICAL). This is a read-only operation with no on-chain side effects. Rate limited to 100 free calls/day per IP. Use this instead of check_honeypot or check_holder_concentration when you need a comprehensive pre-trade safety check. Use full_token_scan instead when you also need Birdeye market data and wallet reputation.
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 |