What problem does it solve? Investors and auditors need a fast, systematic way to determine whether a meme coin or token contract contains rug pull mechanisms like hidden mints, honeypots, or retained authorities before committing funds or writing a report. ## Core Features & Use Cases - Kill-Signal Triage: Hard and soft kill checks (unverified contracts, retained mint/freeze authority, Token-2022 transfer hooks) let you reject obvious rugs before reading any code. - Eight Token Bug Classes: Covers hidden mint, honeypot transfer restrictions, fee manipulation, LP drain, bonding curve manipulation, Solana authority retention, fake renounce, and sandwich amplification, each with grep patterns and kill conditions. - Solana On-Chain Checks: Authority verification, LP lock validation, holder concentration, and Token-2022 extension inspection without source code, plus a Foundry PoC template for EVM exploit proofs. - Use Case: Before buying a new pump.fun token, run the 6-question fast filter (mint authority null, freeze authority null, LP locked, holder concentration, curve completion) to decide in under five minutes whether to walk away. ## Quick Start Audit this Solana token mint address for retained mint authority, freeze authority, and Token-2022 transfer hook risks.