token-integration-analyzer

Analyze token implementations for security vulnerabilities and ERC20/ERC721 conformity.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/ofelixdev/cc-kit --skill token-integration-analyzer-ofelixdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: token-integration-analyzer
Source: https://github.com/ofelixdev/cc-kit/tree/main/template/skills/token-integration-analyzer
Command: npx skills add https://github.com/ofelixdev/cc-kit --skill token-integration-analyzer-ofelixdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill systematically analyzes token implementations and integrations for security vulnerabilities, ensuring compliance with standards and identifying risks from known non-standard token patterns.

Core Features & Use Cases

  • Token Security Analysis: Assesses ERC20/ERC721 conformity, identifies over 20 weird token patterns, and evaluates contract composition and owner privileges.
  • On-chain Scarcity Analysis: Queries deployed contracts for distribution and configuration risks.
  • Use Case: A DeFi protocol integrating multiple ERC20 tokens can use this Skill to ensure its integration logic is safe, especially when interacting with potentially risky tokens like fee-on-transfer or re-entrant tokens.

Quick Start

Analyze the provided Solidity smart contract code 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 integration risks?

To audit smart contracts for weird ERC20 token integration risks, you can analyze token implementations and integrations using a comprehensive checklist that evaluates ERC20/ERC721 conformity, contract composition, and over 20 known non-standard token patterns like fee-on-transfer.

What security checks are needed for DeFi protocols handling fee-on-transfer tokens?

Security checks for DeFi protocols handling fee-on-transfer tokens require evaluating protocol logic for non-standard token behavior, assessing owner privileges, and verifying contract composition to ensure integration logic safely accounts for balance discrepancies during token transfers.

Can I use Slither for Solidity smart contract security analysis on deployed tokens?

Yes, you can use Slither for Solidity smart contract security analysis to identify vulnerabilities in token projects, while also querying on-chain data for deployed contracts to assess distribution and configuration risks related to on-chain scarcity.

How does on-chain scarcity analysis evaluate ERC721 token distribution risks?

On-chain scarcity analysis evaluates ERC721 token distribution risks by querying deployed contracts to identify configuration vulnerabilities, ensuring that protocol integrations correctly handle non-standard tokens and maintain expected scarcity constraints.

What are the limitations of automated token security analysis for non-standard tokens?

Limitations of automated token security analysis include detecting novel weird token patterns not yet cataloged in the checklist, requiring manual review of complex contract composition, and evaluating dynamic owner privileges that may change after deployment.