query-token-audit

Audits token contracts via Binance Web3 API to detect honeypots, scams, and trading risks.

1|Updated May 10, 2026
One-click install
npx skills add https://github.com/Tgoldi/claude-skills --skill query-token-audit-tgoldi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-token-audit
Source: https://github.com/Tgoldi/claude-skills/tree/main/query-token-audit
Command: npx skills add https://github.com/Tgoldi/claude-skills --skill query-token-audit-tgoldi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Traders risk losing funds to honeypots, rug pulls, and malicious token contracts when buying or swapping crypto tokens without a security check. This Skill queries the Binance Web3 token security audit API to surface contract risks, trading risks, and scam indicators before any transaction. ## Core Features & Use Cases - Pre-Trade Safety Check: Audit a token contract on BSC, Base, Solana, or Ethereum before buying or swapping. - Scam and Honeypot Detection: Identify honeypots, fake tokens, dangerous ownership functions, and hidden contract risks. - Tax Verification: Detect unusual buy/sell taxes, flagging anything above 10% as critical. - Use Case: Before swapping into a new token on BSC, ask the assistant to audit the contract address; it returns a risk level (LOW to BLOCKED) with detailed risk items and a safety disclaimer. ## Quick Start Ask the assistant to audit the token at contract address 0x55d398326f99059ff775485246999027b3197955 on BSC before trading.

Frequently Asked Questions about query-token-audit

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

FAQPage Schema
How do I check if a crypto token is a scam or honeypot?

Submit the token's contract address and chain ID to the Binance Web3 token audit API. The response includes a risk level from LOW to BLOCKED plus detailed risk items covering contract risk, trade risk, and scam risk categories.

Which blockchains does the token security audit support?

The audit API supports four chains: BSC (chain ID 56), Base (8453), Solana (CT_501), and Ethereum (1). Pass the corresponding binanceChainId value with the contract address in the request.

What does a LOW risk level mean in a token audit?

LOW risk means fewer risks were detected, but it does not guarantee the token is safe. Audit results are point-in-time snapshots, and project teams can modify contracts or restrict liquidity afterward, so independent research is still required.

Why is my token audit result not showing a risk level?

Audit results are only valid when both hasResult and isSupported are true in the API response. If either is false, the token lacks audit data or is unsupported, so no risk level or security checks should be displayed.

What buy or sell tax is considered dangerous for a token?

Buy or sell tax above 10% is treated as critical, 5-10% is a warning, and under 5% is acceptable. The audit response returns buyTax and sellTax as string values in the extraInfo field.