meme-coin-audit

Detect common security vulnerabilities in meme coins using Python scripts and on-chain analysis.

7|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill meme-coin-audit-arianhobson333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meme-coin-audit
Source: https://github.com/ArianHobson333/claude-bug-bounty-stack/tree/main/vendor/claude-bug-bounty/skills/meme-coin-audit
Command: npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill meme-coin-audit-arianhobson333

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires token_scanner.py, web3.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Identifies potential security risks and vulnerabilities in meme coins and tokens, preventing rug pulls and ensuring investment safety.

Core Features & Use Cases

  • Rug Pull Detection: Identifies common rug pull strategies like hidden mints, fee manipulation, and liquidity pool drain.
  • Token Security Analysis: Analyzes token properties like metadata mutability, freeze authority, and transfer hooks.
  • Automated Scanner: Runs automated checks for common security patterns and provides a comprehensive report.
  • Use Case: Before investing in a new meme coin, use this Skill to scan for vulnerabilities and assess the token's security.

Quick Start

Run the token scanner for a thorough security audit of 'meme-token.sol'.

Frequently Asked Questions about meme-coin-audit

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

FAQPage Schema
How do I run a rug pull detection audit for a Solana meme coin?

To run a rug pull detection audit, execute the token scanner script to analyze your token. The scanner applies regex patterns for code analysis and verifies on-chain data via Solscan to detect hidden mints and liquidity pool drains.

What security vulnerabilities can token analysis identify in meme coins?

Token analysis identifies security vulnerabilities in meme coins by checking for fee manipulation, hidden mints, and liquidity pool drains. It also analyzes token properties like metadata mutability, freeze authority, and transfer hooks to assess risk.

Can I use Python scripts for pre-investment due diligence on crypto tokens?

Yes, you can use Python scripts with the web3.py library for pre-investment due diligence on crypto tokens. The automated scanner runs checks for common security patterns and generates a comprehensive risk report.

Does this token security analysis work with both Etherscan and Solscan?

Yes, token security analysis works with both Etherscan and Solscan for on-chain verification. The scanner utilizes these block explorers to validate token properties and detect common vulnerabilities like metadata mutability and freeze authority.

What are the limitations of regex patterns in detecting smart contract vulnerabilities?

Regex patterns detect common security patterns in smart contract code but may miss complex, dynamic vulnerabilities. They serve as an automated preliminary check for rug pull strategies and token properties before deeper on-chain analysis.