token-integration-analyzer

token integration analyzer

trailofbits 6.2k ↓ 3.9k CC-BY-SA-4.0 updated 28d ago
Claude Code
View source ↗

What it does

  • Token implementation: Are you building a token contract?
  • Token integration: Does your protocol interact with external tokens?
  • Platform: Ethereum, other EVM chains, or different platform?
  • Token types: ERC20, ERC721, or both?
  • slither-check-erc - ERC conformity checks
  • slither --print human-summary - Complexity and upgrade analysis
  • slither --print contract-summary - Function analysis

Requirements & configuration

  • Token Integration Analyzer
  • Systematically analyzes the codebase for token-related security concerns using Trail of Bits' token integration checklist:
  • 1. Token Implementations: Analyze if your token follows ERC20/ERC721 standards or has non-standard behavior
  • 2. Token Integrations: Analyze how your protocol handles arbitrary tokens, including weird/non-standard tokens
  • 4. Security Assessment: Identify risks from 20+ known weird token patterns

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

token integration analyzer

Source

Repository: https://github.com/trailofbits/skills

token-integration-analyzer FAQ

What does the token-integration-analyzer skill do?

Token integration and implementation analyzer based on Trail of Bits' token integration checklist. Analyzes token implementations for ERC20/ERC721 conformity, checks for 20+ weird token patterns, assesses contract composition and owner privileges, performs on-chain scarcity analysis, and evaluates how protocols handle non-standard tokens. Context-aware for both token implementations and token integrations. Token implementation: Are you building a token contract? Token integration: Does your protocol interact with external tokens?

What does token-integration-analyzer require?

Token Integration Analyzer Systematically analyzes the codebase for token-related security concerns using Trail of Bits' token integration checklist: 1. Token Implementations: Analyze if your token follows ERC20/ERC721 standards or has non-standard behavior 2. Token Integrations: Analyze how your protocol handles arbitrary tokens, including weird/non-standard tokens 4. Security Assessment: Identify risks from 20+ known weird token patterns

How do I install token-integration-analyzer?

Run: npx -y skills add https://github.com/trailofbits/skills --skill token-integration-analyzer --agent claude-code — the source lives at github.com/trailofbits/skills.

Maintain token-integration-analyzer?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[token-integration-analyzer on getagentictools](https://getagentictools.com/skills/trailofbits-skills-token-integration-analyzer?ref=badge)
npx agentictools info skills/trailofbits-skills-token-integration-analyzer

The second line is the CLI lookup for this page — handy in READMEs and docs.