meme-coin-audit

Audit meme coin tokens for hidden mints, honeypots, and fee manipulation.

5|Updated May 27, 2026
One-click install
npx skills add https://github.com/cybersecwoman/Kiro-BugHunter --skill meme-coin-audit-cybersecwoman
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: meme-coin-audit
Source: https://github.com/cybersecwoman/Kiro-BugHunter/tree/main/skills/meme-coin-audit
Command: npx skills add https://github.com/cybersecwoman/Kiro-BugHunter --skill meme-coin-audit-cybersecwoman

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides in-depth security audits for meme coins and tokens, detecting potential vulnerabilities and rug pull risks.

Core Features & Use Cases

  • Rug Pull Detection: Identifies common rug pull tactics such as hidden mints, honeypots, and fee manipulation.
  • Token Analysis: Inspects Solana SPL token properties like mint authority, freeze authority, and metadata mutability.
  • Token-2022 Extension Risks: Evaluates risks associated with transfer hooks, permanent delegates, and bonding curve exploits.
  • DEX Liquidity Pool Attacks: Analyzes potential DEX attacks like sandwich amplification, LP drain, and bonding curve exploits.
  • Use Case: Before investing in a meme coin, use this Skill to audit its smart contract for security vulnerabilities.

Quick Start

Run the meme-coin-audit skill on your token contract to perform a security audit.

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 hidden mints and rug pull risks in meme coins?▼

To detect rug pull risks in meme coins, perform a smart contract audit that analyzes token properties and code for hidden mints, honeypots, and fee manipulation vulnerabilities.

What Solana SPL token properties indicate a potential honeypot or exploit?▼

Active mint authority, freeze authority, and metadata mutability are Solana SPL token properties that indicate potential honeypot or exploit risks, allowing attackers to manipulate supply or lock trading.

Can I audit Token-2022 extension risks like transfer hooks and permanent delegates?▼

Yes, you can audit Token-2022 extension risks by evaluating the smart contract for vulnerabilities associated with transfer hooks, permanent delegates, and bonding curve exploits that threaten token security.

How do I analyze DEX liquidity pool attacks like sandwich amplification and LP drain?▼

To analyze DEX liquidity pool attacks like sandwich amplification and LP drain, perform a security audit that inspects liquidity pool configurations and bonding curve mechanics for potential exploit vectors.

Do I need a specific token scanner tool to check meme coin vulnerabilities?▼

Yes, you need the token_scanner.py tool to execute the meme coin audit, as it performs the regex-based flag detection required to identify security vulnerabilities within the token contract.