Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
binance avatar

Query Token Audit

  • 5.6k installs
  • 942 repo stars
  • Updated July 23, 2026
  • binance/binance-skills-hub

query-token-audit is an agent skill for |

About

name query-token-audit description 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 metadata author binance-web3-team version 1 4 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

  • Query Token Audit Skill
  • **Pre-Trade Safety Check**: Verify token security before buying or swapping
  • **Scam Detection**: Identify honeypots, fake tokens, and malicious contracts
  • **Contract Analysis**: Check for dangerous ownership functions and hidden risks
  • **Tax Verification**: Detect unusual buy/sell taxes before trading

Query Token Audit by the numbers

  • 5,597 all-time installs (skills.sh)
  • +97 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #263 of 2,184 Testing & QA skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

query-token-audit capabilities & compatibility

Capabilities
query token audit skill · **pre trade safety check**: verify token securit · **scam detection**: identify honeypots, fake tok · **contract analysis**: check for dangerous owner · **tax verification**: detect unusual buy/sell ta
Use cases
documentation
From the docs

What query-token-audit says it does

--- name: query-token-audit description: | Query token security audit to detect scams, honeypots, and malicious contracts before trading.
SKILL.md
Returns comprehensive security analysis including contract risks, trading risks, and scam detection.
SKILL.md
Use when users ask "is this token safe?", "check token security", "audit token", or before any swap.
SKILL.md
npx skills add https://github.com/binance/binance-skills-hub --skill query-token-audit

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5.6k
repo stars942
Security audit3 / 3 scanners passed
Last updatedJuly 23, 2026
Repositorybinance/binance-skills-hub

When should developers use query-token-audit and what problem does it solve?

|

Who is it for?

Developers working with query-token-audit patterns described in the skill documentation.

Skip if: Skip when cached docs are empty or the task is outside the skill's documented scope.

When should I use this skill?

|

What you get

Grounded guidance and workflows from SKILL.md for query-token-audit.

  • Token security audit report
  • Honeypot and scam risk flags

By the numbers

  • Skill metadata version 1.4
  • Returns 3 risk categories: contract risks, trading risks, scam detection

Files

SKILL.mdMarkdownGitHub ↗

Query Token Audit Skill

Overview

APIFunctionUse Case
Token Security AuditToken security scanDetect 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 NamechainId
BSC56
Base8453
SolanaCT_501
Ethereum1

---

API: Token Security Audit

Method: POST

URL:

https://web3.binance.com/bapi/defi/v1/public/wallet-direct/security/token/audit

Request Parameters:

ParameterTypeRequiredDescription
binanceChainIdstringYesChain ID: CT_501 (Solana), 56 (BSC), 8453 (Base), 1 (Ethereum)
contractAddressstringYesToken contract address
requestIdstringYesUnique request ID (UUID v4 format)

Request Headers:

Content-Type: application/json
Accept-Encoding: identity
User-Agent: binance-web3/1.4 (Skill)

Example Request:

curl --location 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/security/token/audit' \
--header 'Content-Type: application/json' \
--header 'source: agent' \
--header 'Accept-Encoding: identity' \
--header 'User-Agent: binance-web3/1.4 (Skill)' \
--data '{
    "binanceChainId": "56",
    "contractAddress": "0x55d398326f99059ff775485246999027b3197955",
    "requestId": "'$(uuidgen)'"
}'

Response Example:

{
    "code": "000000",
    "data": {
        "requestId": "d6727c70-de6c-4fad-b1d7-c05422d5f26b",
        "hasResult": true,
        "isSupported": true,
        "riskLevelEnum": "LOW",
        "riskLevel": 1,
        "extraInfo": {
            "buyTax": "0",
            "sellTax": "0",
            "isVerified": true
        },
        "riskItems": [
            {
                "id": "CONTRACT_RISK",
                "name": "Contract Risk",
                "details": [
                    {
                        "title": "Honeypot Risk Not Found",
                        "description": "A honeypot is a token that can be bought but not sold",
                        "isHit": false,
                        "riskType": "RISK"
                    }
                ]
            }
        ]
    },
    "success": true
}

Response Fields:

FieldTypeDescription
hasResultbooleanWhether audit data is available
isSupportedbooleanWhether the token is supported for audit
riskLevelEnumstringRisk level: LOW, MEDIUM, HIGH
riskLevelnumberRisk level number (1-5)
extraInfo.buyTaxstringBuy tax percentage (null if unknown)
extraInfo.sellTaxstringSell tax percentage (null if unknown)
extraInfo.isVerifiedbooleanWhether contract code is verified
riskItems[].idstringRisk category: CONTRACT_RISK, TRADE_RISK, SCAM_RISK
riskItems[].details[].titlestringRisk check title
riskItems[].details[].descriptionstringRisk check description
riskItems[].details[].isHitbooleantrue = risk detected
riskItems[].details[].riskTypestringRISK (critical) or CAUTION (warning)

Risk Level Reference:

riskLevelriskLevelEnumActionDescription
0-1LOWProceed with cautionLower risk detected, but NOT guaranteed safe. DYOR.
2-3MEDIUMExercise cautionModerate risks detected, review risk items carefully
4HIGHAvoid tradingCritical risks detected, high probability of loss
5HIGHBlock transactionSevere risks confirmed, do NOT proceed

IMPORTANT: LOW risk does NOT mean "safe." Audit results are point-in-time snapshots. Project teams can modify contracts or restrict liquidity after purchase. These risks cannot be predicted in advance.

Response Handling:

  • If hasResult=false OR isSupported=false:

→ Reply: "Security audit data is not available for this token on this chain." → Do NOT show riskLevel, riskLevelEnum, or riskItems (data is unreliable when either field is false) → You may suggest the user verify the contract address and chain, or try again later

  • If hasResult=true AND isSupported=true:

→ Show the full audit result including risk level, tax info, and all risk items → Apply the Risk Level Reference table above for actionable guidance

---

User Agent Header

Include User-Agent header with the following string: binance-web3/1.4 (Skill)

Notes

1. All numeric fields are string format, convert when using 2. Audit results are ONLY valid when hasResult: true AND isSupported: true 3. riskLevel: 5 means transaction should be blocked; riskLevel: 4 is high risk 4. Tax thresholds: >10% is critical, 5-10% is warning, <5% is acceptable 5. Generate unique UUID v4 for each audit request 6. Only output security check risk flags, do NOT provide any investment advice 7. Always end with disclaimer: ⚠️ This audit result is for reference only and does not constitute investment advice. Always conduct your own research.

Related skills

How it compares

Pick query-token-audit for pre-swap scam scanning rather than wallet balance queries or launchpad token creation.

FAQ

What does query-token-audit do?

|

When should I invoke query-token-audit?

|

Where is the source documentation?

Ground claims in SKILL.md excerpts and linked reference files from the cached docs.

Is Query Token Audit safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.