token-integration-analyzer

Analyze blockchain token implementations for ERC20/ERC721 conformity and security risks.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/rohanbhatia27/rohanstutoring-redesign --skill token-integration-analyzer-rohanbhatia27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: token-integration-analyzer
Source: https://github.com/rohanbhatia27/rohanstutoring-redesign/tree/main/.agents/skills/token-integration-analyzer
Command: npx skills add https://github.com/rohanbhatia27/rohanstutoring-redesign --skill token-integration-analyzer-rohanbhatia27

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires slither, web3.py, ethers.js, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the complex task of analyzing token implementations and integrations for security vulnerabilities, saving time and reducing risks in blockchain projects.

Core Features & Use Cases

  • Token Implementation Analysis: Checks for ERC20/ERC721 conformity, weird token patterns, and contract composition.
  • Token Integration Analysis: Evaluates how protocols handle non-standard tokens and performs on-chain scarcity analysis.
  • Use Case: For a blockchain project integrating a new token, this Skill can automatically analyze the token's implementation and integration, identifying potential security risks and providing recommendations.

Quick Start

Analyze the security of the token implementation using the token-integration-analyzer skill.

Frequently Asked Questions about token-integration-analyzer

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

FAQPage Schema
How do I automate security analysis of ERC20 and ERC721 token implementations?

You can automate security analysis of token implementations by using this Skill to check ERC20/ERC721 conformity, identify weird token patterns, and evaluate contract composition. It requires Slither for static code analysis and web3.py or ethers.js for on-chain queries.

Do I need Slither installed to analyze token integration security vulnerabilities?

Yes, Slither is a required dependency to analyze token integration security vulnerabilities. This Skill uses Slither for smart contract code analysis, alongside web3.py and ethers.js, to perform both static checks and on-chain scarcity analysis.

Can I check if a protocol handles non-standard tokens securely?

Yes, you can check if a protocol handles non-standard tokens securely through the token integration analysis feature. This evaluates how protocols interact with non-standard token patterns and performs on-chain scarcity analysis to identify potential security risks.

What's the best way to perform on-chain scarcity analysis for blockchain tokens?

To perform on-chain scarcity analysis for blockchain tokens, the Skill queries the blockchain using web3.py and ethers.js. It evaluates token integration points and on-chain data to identify potential security risks and provides actionable recommendations.

Does this token analysis tool work with both web3.py and ethers.js?

Yes, this token analysis tool works with both web3.py and ethers.js. These libraries are required dependencies used to execute on-chain queries, complementing Slither's static code analysis to fully assess token implementations and integrations.

Why does my token integration analysis show weird token patterns?

Token integration analysis shows weird token patterns because the Skill checks for deviations from standard ERC20/ERC721 implementations. Identifying these non-standard patterns is crucial for evaluating how protocols handle them and detecting potential security vulnerabilities.