binance-token-audit
$
npx mdskill add TermiX-official/cryptoclaw/binance-token-auditAudits token contracts for security risks like honeypots and rug pulls across multiple blockchains.
- Helps users detect scams and malicious contracts before trading tokens.
- Integrates with Binance Web3 API for security audits on BSC, Base, Solana, and Ethereum.
- Uses risk levels from 0 to 5 to assess and recommend actions based on severity.
- Presents results with clear risk categories and severity explanations for informed decisions.
SKILL.md
.github/skills/binance-token-auditView on GitHub ↗
---
name: binance-token-audit
description: Binance Web3 official skill — security audit for token contracts, detecting honeypots, rug pulls, and malicious functions across BSC, Base, Solana, and Ethereum. Sourced from github.com/binance/binance-skills-hub.
metadata: { "cryptoclaw": { "emoji": "🛡️", "always": false } }
---
# Binance Token Security Audit
Official Binance Web3 skill for detecting scams, honeypots, and malicious contracts before trading.
> Source: [binance/binance-skills-hub](https://github.com/binance/binance-skills-hub/tree/main/skills/binance-web3/query-token-audit)
## Supported Chains
| Chain | binanceChainId |
| -------- | -------------- |
| BSC | 56 |
| Base | 8453 |
| Solana | CT_501 |
| Ethereum | 1 |
## API — Token Audit
```
POST https://web3.binance.com/bapi/defi/v1/public/wallet-direct/security/token/audit
Content-Type: application/json
{
"binanceChainId": "56",
"contractAddress": "0x...",
"requestId": "<uuid-v4>"
}
```
`requestId` must be a valid UUID v4 (generate a new one per request).
## Risk Levels
| Level | Severity | Meaning |
| ----- | -------- | ------------------------------------------ |
| 0–1 | LOW | Lower risk detected — NOT guaranteed safe |
| 2–3 | MEDIUM | Moderate risks — review carefully |
| 4 | HIGH | Critical risks — avoid trading |
| 5 | HIGH | Severe confirmed risks — block transaction |
## Response Fields
- `hasResult`: whether audit data exists for this contract
- `isSupported`: whether this chain/contract is supported
- `riskLevel`: 0–5 numeric risk score
- `riskItems`: list of detected risk factors (honeypot, rug pull, malicious functions, etc.)
- `auditTime`: timestamp of audit
**Results are only valid when both `hasResult: true` AND `isSupported: true`.**
## Critical Limitations
⚠️ LOW risk does NOT mean "safe". Audit results are point-in-time snapshots only. Contract owners can modify contracts or restrict liquidity after your purchase. Always conduct your own research (DYOR).
This audit is for reference only and does not constitute investment or financial advice.
## Usage Examples
```
User: Is this contract safe to buy? 0xabc...
→ POST Token Audit, binanceChainId:56, contractAddress:0xabc...
→ Report risk level and detected risk items
User: Check this Solana token for honeypot
→ POST Token Audit, binanceChainId:CT_501, contractAddress:<address>
User: Run security check before swapping
→ Automatically call Token Audit before any swap operation
```
## Best Practice
Always run a token audit before:
- Swapping or buying an unknown token
- Adding liquidity to a new pool
- Interacting with an unfamiliar contract
More from TermiX-official/cryptoclaw
- aave-bscInteract with Aave V3 lending protocol on BNB Smart Chain (BSC).
- agent-identityRegister and manage on-chain AI agent identity via ERC-8004.
- agentic-commerceCreate, fund, and settle on-chain agent jobs via ERC-8183 Agentic Commerce Protocol.
- binance-address-infoBinance Web3 official skill — query any wallet address for token holdings, balances, and portfolio data across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
- binance-market-rankBinance Web3 official skill — crypto market rankings including trending tokens, smart money inflow, social hype, meme ranks, and top trader PnL leaderboards. Sourced from github.com/binance/binance-skills-hub.
- binance-meme-rushBinance Web3 official skill — real-time meme token launchpad tracking and AI-powered trending topic discovery on Solana and BSC. Sourced from github.com/binance/binance-skills-hub.
- binance-spotBinance official spot trading skill — place orders, manage accounts, and access real-time market data via Binance Spot API. Sourced from github.com/binance/binance-skills-hub.
- binance-token-infoBinance Web3 official skill — search tokens, retrieve metadata, real-time market data, and candlestick charts across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
- binance-trading-signalBinance Web3 official skill — Smart Money on-chain trading signals tracking professional investor buy/sell activity on BSC and Solana. Sourced from github.com/binance/binance-skills-hub.
- birdX/Twitter CLI for reading, searching, posting, and engagement via cookies.