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.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.
{"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}
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
All numeric fields are string format, convert when using
Audit results are ONLY valid when hasResult: true AND isSupported: true
riskLevel: 5 means transaction should be blocked; riskLevel: 4 is high risk
Tax thresholds: >10% is critical, 5-10% is warning, <5% is acceptable
Generate unique UUID v4 for each audit request
Only output security check risk flags, do NOT provide any investment advice
Always end with disclaimer: ⚠️ This audit result is for reference only and does not constitute investment advice. Always conduct your own research.