query-token-audit

Audit token contracts for scam and risk signals via Binance endpoint.

Updated May 10, 2026
One-click install
npx skills add https://github.com/Tsin418/crypto-research-agent --skill query-token-audit-tsin418
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-token-audit
Source: https://github.com/Tsin418/crypto-research-agent/tree/main/.agents/skills/query-token-audit
Command: npx skills add https://github.com/Tsin418/crypto-research-agent --skill query-token-audit-tsin418

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps users avoid buying or swapping malicious crypto tokens by detecting common scam patterns and risky contract behavior ahead of time.

Core Features & Use Cases

  • Pre-Trade Safety Check: Audit a token’s contract and trading risk signals before a buy or swap.
  • Scam & Honeypot Detection: Identify red flags such as honeypots, fake/verifier issues, and risky behaviors surfaced by the audit.
  • Risk & Tax Signals: Surface risk level guidance plus buy/sell tax indicators to help users decide whether to proceed with extra caution.
  • Use Case: If you are about to swap a new token and want to confirm whether it shows honeypot/contract risk signals, run a security audit for the token address on the correct chain.

Quick Start

Audit the token contract address on the specified chain by running a token security audit for the token 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 honeypot before trading?

Run a pre-swap safety check to detect token scams by auditing the specific contract address and chain ID. The audit identifies honeypots, malicious functions, and suspicious trading behavior, returning risk levels and specific risk items.

What is smart contract risk detection for crypto trading?

Smart contract risk detection for crypto trading is an audit process that analyzes a token's contract address to identify scams, fake verifiers, and risky behaviors. It surfaces risk levels and buy/sell tax indicators to prevent buying malicious tokens.

How do I run a token security audit on a specific blockchain?

Run a token security audit by providing the correct binanceChainId, the token's contractAddress, and a UUID v4 requestId to the token audit endpoint. The system then processes the audit and returns risk items if the token is supported and has results.

Can I verify buy and sell tax behavior before swapping a new token?

Yes, you can verify buy and sell tax behavior by running a pre-trade token security audit. The audit surfaces tax indicators alongside risk levels and honeypot detection signals, helping you decide whether to proceed with the swap with extra caution.

Does token scam detection work on any blockchain chain?

Token scam detection operates by querying a token audit endpoint using a specified binanceChainId and contract address. It returns supported results only when the isSupported and hasResult flags are true, limiting audits to supported chains.