Token Security Audit

Assess security risks in token smart contracts across multiple blockchains.

12|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/draguris/dragonclaw --skill token-security-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Token Security Audit
Source: https://github.com/draguris/dragonclaw/tree/main/src/skills/binance/token-audit
Command: npx skills add https://github.com/draguris/dragonclaw --skill token-security-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Identifies potential security risks in token smart contracts, including scams, honeypots, and malicious contracts.

Core Features & Use Cases

  • Security Risk Detection: Identifies vulnerabilities like mintable, pausable, blacklist, high tax, and proxy contracts.
  • Risk Assessment: Flags contracts with taxes over 10% or owner retainment of mint/pause authority, and assigns a risk level.
  • Use Case: When a user wants to ensure a token's smart contract is secure before investment or use.

Quick Start

Run the 'Token Security Audit' skill with the token address and chain ID to check for security risks.

Frequently Asked Questions about Token Security Audit

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

FAQPage Schema
How do I check a smart contract for honeypot and security risks before buying?

To check a smart contract for honeypot and security risks, you need an auditing tool that identifies malicious code patterns. This skill detects honeypots, scams, and vulnerabilities by analyzing the contract address across multiple blockchains.

Can I audit token security on Solana, Base, and BSC without an API key?

Yes, you can audit token security on Solana, Base, BSC, and Ethereum without an API key. The skill operates entirely keyless, requiring only the contract address and chain ID to perform the risk assessment.

What specific vulnerabilities are flagged during a token smart contract audit?

A token smart contract audit flags vulnerabilities like mintable, pausable, and blacklist functions. It also detects proxy contracts, high taxes over 10%, and owner retainment of mint or pause authority to assign a risk level.

How do I identify if a token contract has hidden mint or high tax risks?

To identify hidden mint or high tax risks in a token contract, run an audit using the contract address and chain ID. The assessment flags contracts with taxes over 10% and highlights if the owner retains mint authority.

What do I need to run a blockchain security audit on a token?

To run a blockchain security audit on a token, you need the specific token contract address and the corresponding chain ID. No API keys or additional dependencies are required to execute the vulnerability scan.