What problem does it solve? Meme coin investors and security researchers need a fast, systematic way to determine whether a token contract contains rug pull mechanisms—hidden mints, honeypots, fee manipulation, or retained Solana authorities—before committing funds or writing audit reports. ## Core Features & Use Cases - Pre-dive kill signals: Hard and soft kill criteria (unverified contracts, retained mint/freeze authority, Token-2022 transfer hooks, permanent delegates) to skip doomed audits immediately. - 8 token-specific bug classes: Grep-based detection patterns for hidden mints, honeypots, fee manipulation, LP drains, bonding curve exploits, authority retention, fake renounces, and sandwich amplification on both EVM and Solana. - Foundry PoC templates and Solana on-chain checks: Ready-made exploit test contracts plus authority verification commands (spl-token display, solana account) that work without source code. - Use Case: Before buying a new pump.fun token, run the 6-question fast filter—mint authority null, freeze authority null, LP locked over 6 months, top-10 concentration under 30%—to decide in under 5 minutes whether to walk away. ## Quick Start Audit this Solana token mint address for retained authorities, Token-2022 extension risks, and rug pull signals, then give me a pass/fail verdict.