token-integration-analyzer

Analyze Solidity token implementations and protocol integrations for security risks.

2|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/roderik/mpe --skill token-integration-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: token-integration-analyzer
Source: https://github.com/roderik/mpe/tree/main/.agents/skills/token-integration-analyzer
Command: npx skills add https://github.com/roderik/mpe --skill token-integration-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Token ecosystems face a variety of security risks in both token implementations and token integrations. This Skill provides a structured, repeatable analysis to identify ERC20/ERC721 conformity issues, unusual token patterns, and integration risks before deployment.

Core Features & Use Cases

  • ERC20/ERC721 conformity checks and risk assessment
  • Weird token pattern detection (e.g., missing returns, transfer fees, non-standard permit)
  • On-chain scarcity and token distribution analysis
  • Protocol-level integration safety evaluation for handling arbitrary tokens
  • Use Case: A DeFi project wants to audit its token contract and its interactions with external tokens for potential edge-case failures.

Quick Start

To start analysis, provide the token contract path and optional deployed address for on-chain checks. The tool will run Slither-based checks, surface major risks, and generate a prioritized remediation plan.

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 ERC20 and ERC721 token contracts for security risks?

ERC20 and ERC721 token security analysis identifies standard conformity issues, weird token patterns like missing returns or transfer fees, and owner privilege risks. This structured process surfaces major vulnerabilities and generates a prioritized remediation plan before deployment.

What are weird token patterns and how do they affect DeFi integration safety?

Weird token patterns in DeFi integration safety include non-standard behaviors like missing return values, unexpected transfer fees, and non-standard permit functions. Detecting these patterns is critical to prevent edge-case failures when your protocol handles arbitrary external tokens.

How do I run a Slither-based analysis on Solidity token implementations?

To run a Slither-based analysis on Solidity token implementations, provide the token contract path and an optional deployed address. The analysis executes automated checks to surface major security risks and outputs a prioritized remediation plan.

Can I analyze deployed tokens on EVM-compatible chains for on-chain scarcity and distribution?

Yes, you can analyze deployed tokens on Ethereum and other EVM-compatible chains for on-chain scarcity and distribution. Providing the deployed contract address enables on-chain checks to assess actual token distribution and scarcity metrics.

Does this token security analysis work for protocol integrations handling arbitrary ERC20 tokens?

Yes, this token security analysis evaluates protocol-level integration safety for handling arbitrary ERC20 tokens. It assesses integration risks and edge-case failures for DeFi projects interacting with external tokens, ensuring robust integration safety.