query-token-audit
Query token security audit to detect scams, honeypots, and malicious contracts before trading. Returns comprehensive security analysis including contract risks, trading risks, and scam detection. Use when users ask "is this token safe?", "check token security", "audit token", or before any swap.
npx skills add binance/binance-skills-hub --skill query-token-audit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Query Token Audit Skill ## Overview | API | Function | Use Case | |-----|---------------------|----------| | Token Security Audit | Token security scan | Detect honeypot, rug pull, scam, malicious functions | ## Use Cases 1. **Pre-Trade Safety Check**: Verify token security before buying or swapping 2. **Scam Detection**: Identify honeypots, fake tokens, and malicious contracts 3. **Contract Analysis**: Check for dangerous ownership functions and hidden risks 4. **Tax Verification**: Detect unusual buy/sell taxes before trading ## Supported Chains | Chain Name | chainId | |------------|---------| | BSC | 56 | | Base | 8453 | | Solana | CT_501 | | Ethereum | 1 | --- ## API: Token Security Audit ### Method: POST **URL**: ``` https://web3.binance.com/bapi/defi/v1/public/wallet-direct/security/token/audit ``` **Request Parameters**: | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | binanceChainId | string | Yes | Chain ID: `CT_501` (Solana), `56` (BSC), `8453` (Base), `1` (Ethereum) | | contractAddress | string | Yes | Token contract address | | requestId | string | Yes | Unique request ID (UUID v4 format) | **Request Headers**: ``` Content
- Overview
- Use Cases
- Supported Chains
- API: Token Security Audit
- Method: POST
- User Agent Header
- Notes
curl --location 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/security/token/audit' \
What does the query-token-audit skill do?
Query token security audit to detect scams, honeypots, and malicious contracts before trading. Returns comprehensive security analysis including contract risks, trading risks, and scam detection. Use when users ask "is this token safe?", "check token security", "audit token", or before any swap.
How do I install it?
Run `npx skills add binance/binance-skills-hub --skill query-token-audit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From binance/binance-skills-hub, a repository with 947 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
