token-integration-analyzer

Analyze token implementations and integrations for ERC20/ERC721 conformity and risky behaviors.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/allanninal/claude-code-skills --skill token-integration-analyzer-allanninal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: token-integration-analyzer
Source: https://github.com/allanninal/claude-code-skills/tree/main/skills/token-integration-analyzer
Command: npx skills add https://github.com/allanninal/claude-code-skills --skill token-integration-analyzer-allanninal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill safeguards your project by thoroughly analyzing token implementations and integrations for security vulnerabilities, ensuring compliance with standards and identifying over 20 common "weird token" patterns that could lead to exploits.

Core Features & Use Cases

  • Token Implementation Analysis: Verifies ERC20/ERC721 conformity and detects non-standard behaviors in your own token contracts.
  • Token Integration Analysis: Assesses how your protocol handles external tokens, including risky or unusual ones.
  • On-chain Analysis: Queries deployed contracts for scarcity, distribution, and configuration details.
  • Risk Assessment: Identifies and prioritizes vulnerabilities, providing actionable recommendations.
  • Use Case: Before launching a DeFi protocol that interacts with multiple ERC20 tokens, use this Skill to ensure your integration logic is robust against unexpected token behaviors like fee-on-transfer or missing return values.

Quick Start

Analyze the provided Solidity smart contract for token integration security risks.

Frequently Asked Questions about token-integration-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit smart contracts for weird ERC20 token behaviors?

To audit smart contracts for weird ERC20 token behaviors, analyze token implementations and integrations using a database of known non-standard patterns to detect over 20 specific risky behaviors like fee-on-transfer or missing return values.

What is token integration security analysis for DeFi protocols?

Token integration security analysis for DeFi protocols assesses how your protocol handles external tokens by validating ERC20/ERC721 conformity, evaluating contract composition, and identifying risky token behaviors before deployment.

Can I check ERC721 conformity and owner privileges for deployed contracts?

Yes, you can check ERC721 conformity and owner privileges for deployed contracts through on-chain analysis that queries contracts directly to assess scarcity, distribution, configuration details, and administrative controls.

How do I identify non-standard token patterns in my Solidity code?

To identify non-standard token patterns in your Solidity code, perform comprehensive security analysis using Trail of Bits' checklist to validate standard conformity and detect risky behaviors within your token implementations.

Does this token security analyzer work with fee-on-transfer tokens?

Yes, this token security analyzer works with fee-on-transfer tokens by assessing contract composition and identifying specific risky token behaviors to ensure your integration logic is robust against unexpected token mechanics.

What are the limitations of automated smart contract audits for token integrations?

Automated smart contract audits for token integrations are limited to identifying known non-standard token patterns and database-backed risk assessments, meaning novel or complex logical exploits may still require manual review.