meme-coin-audit

Audit meme coin token contracts for rug pulls and honeypots on EVM and Solana.

3|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/cmndcntrlcyber/rtpi --skill meme-coin-audit-cmndcntrlcyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meme-coin-audit
Source: https://github.com/cmndcntrlcyber/rtpi/tree/main/knowledge_seed/bug_hunter_skills/meme-coin-audit
Command: npx skills add https://github.com/cmndcntrlcyber/rtpi --skill meme-coin-audit-cmndcntrlcyber

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive security audit for meme coins and tokens, detecting potential vulnerabilities like rug pulls, honeypots, and other malicious activities.

Core Features & Use Cases

  • Rug Pull Detection: Identifies potential rug pull scenarios such as hidden mints, fee manipulation, and liquidity pool attacks.
  • Token Security Analysis: Analyzes token configurations for vulnerabilities like mint authority retention and bonding curve manipulation.
  • Automated Scanner: Utilizes token_scanner.py to quickly detect common security issues in tokens.
  • Foundry POC Template: Provides a template for creating proof of concepts to demonstrate potential vulnerabilities.
  • Solana Quick Checks: Offers on-chain checks for Solana-based tokens without needing source code.

Quick Start

Run the token_scanner.py tool to audit a token by scanning the directory containing the token's source code.

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 a meme coin rug pull before buying?

Detect a meme coin rug pull by running an automated token security audit to identify malicious vulnerabilities like hidden mints, fee manipulation, and liquidity pool attacks in the token's source code.

Can I audit Solana meme coins without having the source code?

Yes, you can audit Solana meme coins without source code by performing on-chain quick checks that analyze token configurations for vulnerabilities such as mint authority retention and bonding curve manipulation.

How do I use the token_scanner.py script for token security analysis?

To use token_scanner.py for token security analysis, execute the script and point it at the directory containing the token's source code to quickly detect common security issues and contract vulnerabilities.

What is a Foundry POC template used for in token audits?

A Foundry POC template is used in token audits to create proof of concepts that practically demonstrate potential vulnerabilities, such as honeypots and fee manipulation, discovered during the security analysis.

Does meme coin audit work for both EVM and Solana chains?

Yes, meme coin audit works for both EVM and Solana chains, applying on-chain analysis tools and Python scripts to identify contract vulnerabilities like rug pulls and honeypots across both ecosystems.