token-integration-analyzer
Security analyzer for token implementations and integrations, detecting vulnerabilities and non-standard ERC patterns.
Install
npx skills add https://github.com/trailofbits/skills --skill token-integration-analyzerStats
| Total installs | 1,300 |
| Weekly installs | 1.3K |
| GitHub stars | 4.0K |
| First seen | Jan 19, 2026 |
| Source | @trailofbits/skills |
Summary
- Analyzes both token implementations and protocol integrations across 10 assessment categories, including contract composition, owner privileges, and on-chain scarcity
- Detects 24+ known weird token patterns (fee-on-transfer, missing return values, reentrant hooks, pausable tokens, blocklists, and more) with specific code evidence
- Integrates Slither analysis for ERC conformity checks, complexity assessment, and property-based testing when Solidity code is available
- Queries deployed contracts for holder distribution, exchange listings, and configuration risks; includes rationalizations to prevent common analysis shortcuts
- Delivers prioritized recommendations (CRITICAL/HIGH/MEDIUM/LOW) with specific fixes and safe transfer patterns for defensive integration
Tags
Related skills
| Skill | Installs | vs token-integration-analyzer |
|---|---|---|
| coverage-analysis | 1,237 | -63 |
| semgrep-rule-creator | 1,229 | -71 |
| clawhub-skill-vetting | 1,350 | +50 |
| convex-security-check | 1,509 | +209 |
| assets | 1,304 | +4 |
FAQ
- How many installs does token-integration-analyzer have?
- token-integration-analyzer has 1,300 total installs and 1.3K installs this week.
- Where is token-integration-analyzer hosted?
- token-integration-analyzer is published by @trailofbits/skills at https://github.com/trailofbits/skills.
- How many GitHub stars does token-integration-analyzer have?
- token-integration-analyzer has 4.0K GitHub stars.
- When was token-integration-analyzer first indexed?
- OrangeBot.AI first indexed token-integration-analyzer on Jan 19, 2026.
- How do I install token-integration-analyzer?
- Run: npx skills add https://github.com/trailofbits/skills --skill token-integration-analyzer