meme-coin-audit

Identify security vulnerabilities and rug pull risks in meme coin tokens.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/infantesromeroadrian/arca-agent --skill meme-coin-audit-infantesromeroadrian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meme-coin-audit
Source: https://github.com/infantesromeroadrian/arca-agent/tree/main/template/skills/meme-coin-audit
Command: npx skills add https://github.com/infantesromeroadrian/arca-agent --skill meme-coin-audit-infantesromeroadrian

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps identify potential rug pulls and conduct comprehensive security audits on meme coin tokens, providing insights into their risks and vulnerabilities.

Core Features & Use Cases

  • Rug Pull Detection: Quickly identify red flags indicating potential rug pulls, such as mint authority retention and hidden minting mechanisms.
  • Token Security Audit: Analyze Solana SPL token properties and extensions, including mint authority, freeze authority, metadata mutability, and Token-2022 risks.
  • Automated Scanner: Utilize the token_scanner.py tool to detect common security issues and exploit patterns in EVM and Solana meme coins.
  • Use Case: Before investing in a new meme coin, use this Skill to assess its security posture and uncover any hidden risks.

Quick Start

Run the 'meme-coin-audit' skill on the token contract 'TokenContractAddress'.

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 rug pull risks in Solana SPL meme coins?

Audit Solana SPL meme coins by running static analysis on the token contract to check for retained mint authority, freeze authority, and hidden minting mechanisms. The scanner identifies dangerous Token-2022 extensions and common exploit patterns before investing.

What security risks do Token-2022 extensions pose for meme coins?

Token-2022 extension risks in meme coin security assessments involve dangerous metadata mutability and hidden freeze authorities embedded in the token contract. Security auditing identifies these vulnerabilities by scanning the extensions for exploit patterns.

Can I audit EVM meme coin tokens for exploit patterns?

You can audit EVM meme coin tokens for exploit patterns using the token_scanner.py automated scanning tool. It performs static analysis on the token contracts to uncover security vulnerabilities and hidden rug pull mechanisms.

How do I check if a meme coin has hidden minting mechanisms?

Check for hidden minting mechanisms in a meme coin by running an automated security audit on the token contract. The scanner analyzes token properties and identifies if the developer retained mint authority or embedded secret mint functions.

What do I need to run a meme coin token audit?

To run a meme coin token audit you need the target token contract address and the token_scanner.py script. The scanner requires direct access to the contract to perform static analysis and evaluate Token-2022 risks.