Detect meme coin security risks
meme-coin-auditskillsetup L2★1,791
elementalsouls/Claude-BugHunter ↗What it does
Detect rug pulls, honeypots, and hidden mints in token contracts
Best for
When doing pre-investment due diligence on meme coins or auditing token contracts for rug-pull mechanisms.
Inputs
- · contract source code (verified on Etherscan/Solscan)
- · on-chain state (authorities, mint authority)
- · holder/LP distribution
Outputs
- · kill signals summary
- · 8 bug-class grep results
- · FOUNDRY POC template for exploit
Requires
- · Etherscan API
- · Solscan API
- · Foundry (for POC)
- · grep
Preconditions
Contract verified on-chain; source code available; authorization for audit
Failure modes
- · Hard kills skip audit immediately (not worth time)
- · Soft kills (>20% top holder) may be false positives
- · upgradeable proxy ownership retained bypasses source analysis
Trust signals
- · 8 hard kill signals identified
- · CVE-2024-34102 real exploit in examples
- · Etherscan/Birdeye data validation recommended