meme-coin-audit

Identify and evaluate meme-coin rug-pull vectors in token contracts.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/sseshachala/Claude-BugHunter-archive --skill meme-coin-audit-sseshachala
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meme-coin-audit
Source: https://github.com/sseshachala/Claude-BugHunter-archive/tree/main/skills/meme-coin-audit
Command: npx skills add https://github.com/sseshachala/Claude-BugHunter-archive --skill meme-coin-audit-sseshachala

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Meme coins and meme-focused tokens carry elevated rug-pull and security risks. This audit helps identify, prioritize, and communicate token security issues before investment or launches by focusing on common vulnerabilities and misconfigurations.

Core Features & Use Cases

  • Rug-pull vector detection: hidden mint, honeypots, excessive mint authority, blacklist manipulation, and fee changes.
  • Authority and transfer behavior checks: mint/freeze/update authorities, Token-2022 extensions, transfer hooks, and permanent delegates that could enable abuse.
  • Liquidity and LP risk analysis: liquidity pool drains, LP migrations, and bonding curve vulnerabilities that can be exploited to drain value.
  • Cross-chain coverage: evaluation across Ethereum-compatible chains and Solana token architectures, with concrete exploit examples from 2024–2025.
  • Automated scanning and reporting: references to token_scanner.py automation for deterministic pattern checks and reproducible audits.

Quick Start

Assess the target meme coin by reviewing mint and freeze authorities, Token-2022 hooks, and typical rug vectors, then summarize findings.

Frequently Asked Questions about meme-coin-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect meme coin rug-pull risks in token contracts?

Detect meme coin rug-pull risks by evaluating token contracts for hidden mint authorities, honeypots, excessive mint permissions, blacklist manipulation, and dynamic fee changes across Ethereum, BSC, and Solana deployments.

What security checks are needed for Solana Token-2022 meme coins?

Solana Token-2022 security checks require analyzing mint and freeze authorities, evaluating transfer hooks, and identifying permanent delegates that could enable unauthorized token transfers or value extraction.

How do I audit meme coin liquidity pools for drain and migration vulnerabilities?

Audit meme coin liquidity pools by analyzing LP controls, bonding curve vulnerabilities, and on-chain indicators to identify patterns where liquidity can be drained or migrated by malicious authorities.

Can I automate token security scanning for Solana and Ethereum meme coins?

Automate token security scanning by running deterministic pattern checks against token contracts to identify mint/freeze authorities, transfer hooks, and rug-pull vectors, generating reproducible audit reports.

What are common meme coin exploit patterns on Ethereum and BSC?

Common meme coin exploit patterns on Ethereum and BSC include hidden mint authorities, honeypot transfer restrictions, blacklist manipulation, and dynamic fee adjustments that drain liquidity from holders.

When should I perform a token audit before meme coin investment or launch?

Perform a token audit before meme coin investment or launch to identify authority misconfigurations, transfer behavior anomalies, and liquidity pool vulnerabilities that indicate rug-pull risk across deployment phases.