token-integration-analyzer

Analyze token implementations and integrations for security vulnerabilities.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/andrescardonas7/salchipapa-web --skill token-integration-analyzer-andrescardonas7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: token-integration-analyzer
Source: https://github.com/andrescardonas7/salchipapa-web/tree/main/.cursor/skills/token-integration-analyzer
Command: npx skills add https://github.com/andrescardonas7/salchipapa-web --skill token-integration-analyzer-andrescardonas7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires slither-analyzer, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill systematically analyzes your codebase for token-related security concerns, identifying vulnerabilities in both token implementations and how your protocol interacts with external tokens.

Core Features & Use Cases

  • Token Implementation Analysis: Checks ERC20/ERC721 conformity and identifies non-standard behaviors.
  • Token Integration Analysis: Assesses how your protocol handles arbitrary and potentially malicious tokens.
  • On-chain Scarcity Analysis: Evaluates token distribution and configuration on the blockchain.
  • Security Assessment: Identifies risks from known weird token patterns and provides prioritized recommendations.
  • Use Case: A DeFi protocol integrating multiple ERC20 tokens can use this Skill to ensure it doesn't suffer from exploits related to fee-on-transfer tokens, reentrancy, or missing return values in token interactions.

Quick Start

Analyze the provided smart contract code for ERC20 token integration vulnerabilities.

Frequently Asked Questions about token-integration-analyzer

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

FAQPage Schema
How do I audit smart contracts for ERC20 token integration vulnerabilities?

Analyze target smart contract code to assess ERC20 and ERC721 conformity, identifying non-standard behaviors and risks from over 20 known weird token patterns like fee-on-transfer or missing return values.

What security risks should I check when integrating fee-on-transfer tokens into a DeFi protocol?

When integrating fee-on-transfer tokens into a DeFi protocol, check for risks from known weird token patterns, reentrancy vulnerabilities, and incorrect contract composition. Evaluate contract owner privileges and protocol handling of non-standard tokens to ensure secure integration.

How does on-chain scarcity analysis evaluate token distribution security?

On-chain scarcity analysis evaluates token distribution security by assessing token configuration and distribution directly on the blockchain, such as Ethereum. This helps identify potential manipulation risks and ensures protocol handling of non-standard tokens is secure.

Do I need Slither to analyze ERC721 conformity and weird token patterns?

Yes, Slither is required to analyze ERC721 conformity and identify over 20 known weird token patterns. The security analysis depends on the Slither analyzer dependency to systematically assess token implementations and integrations based on Trail of Bits' checklist.

When should I perform a token implementation analysis versus a token integration analysis?

Perform token implementation analysis to check ERC20/ERC721 conformity and identify non-standard behaviors within the token itself. Conduct token integration analysis to assess how your protocol handles arbitrary, potentially malicious external tokens.