token-integration-analyzer

Analyze ERC20/ERC721 token implementations for security and compliance.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/iiammae/opero --skill token-integration-analyzer-iiammae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: token-integration-analyzer
Source: https://github.com/iiammae/opero/tree/main/.agents/skills/token-integration-analyzer
Command: npx skills add https://github.com/iiammae/opero --skill token-integration-analyzer-iiammae

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill systematically analyzes token implementations and integrations for security concerns, ensuring compliance with standards and identifying potential vulnerabilities.

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.
  • Security Assessment: Identifies risks from known weird token patterns and provides prioritized recommendations.
  • Use Case: Analyze your token implementation or integration for security risks and ensure compliance with industry standards.

Quick Start

Analyze your token implementation or integration 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 check my ERC20 and ERC721 token implementations for security vulnerabilities?

You can analyze token implementations for security vulnerabilities by checking ERC20/ERC721 conformity and identifying weird token patterns. Automated analysis using Slither evaluates contract composition to ensure compliance and detect risks.

What is on-chain scarcity analysis for token integrations?

On-chain scarcity analysis evaluates how protocols handle non-standard tokens on EVM chains. It queries on-chain data to identify risks from weird token patterns and assesses the security of protocol integrations.

Does token security analysis work with Ethereum and other EVM chains?

Yes, token security analysis applies to Ethereum and EVM chain token projects. It systematically evaluates token implementations and integrations to ensure standard compliance and identify protocol-specific security concerns.

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

Yes, Slither is required to perform automated analysis of token integration security risks. It evaluates contract composition and identifies vulnerabilities in ERC20 and ERC721 implementations.

How do I assess protocol risks when handling non-standard tokens?

To assess protocol risks with non-standard tokens, perform a token integration analysis to identify weird token patterns and evaluate on-chain scarcity. This process yields prioritized security recommendations to secure your protocol.

What are the limitations of using web3.js and ethers.js for on-chain token analysis?

Using web3.js and ethers.js for on-chain token analysis is limited to querying on-chain data and evaluating scarcity. It cannot replace static analysis tools like Slither for detecting internal contract composition vulnerabilities or weird token patterns.