token-scam-analysis

Analyze EVM token contracts for scams, rug pulls, and soft-rugs.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/dnzengou/agentbot-opensource --skill token-scam-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: token-scam-analysis
Source: https://github.com/dnzengou/agentbot-opensource/tree/main/skills/bankr-token-scam-analysis
Command: npx skills add https://github.com/dnzengou/agentbot-opensource --skill token-scam-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill performs deep on-chain forensic analysis to identify potential token scams, rug pulls, and soft-rugs in Ethereum Virtual Machine (EVM) tokens, providing risk assessments backed by factual blockchain data.

Core Features & Use Cases

  • On-Chain Due Diligence: Analyzes token contract addresses for signs of manipulation, fraud, or lack of proper tokenomics configuration.
  • Risk Assessment: Generates comprehensive reports detailing on-chain activity, deployer behavior, holder distribution, and compliance with platform capabilities.
  • Use Case: A user asks to "analyze this token for scam" after a team claims a "tokenomics fix" via redeploy, prompting investigation into whether the platform supported the requested changes without needing a new contract.

Quick Start

Use the token-scam-analysis skill to analyze the contract address 0x... for potential scams and report the findings.

Frequently Asked Questions about token-scam-analysis

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

FAQPage Schema
How do I check an EVM token contract for rug pulls and scams?

To check an EVM token for rug pulls, you can run forensic on-chain analysis on the contract address to detect scams, soft-rugs, and deployer manipulation using blockchain tools like token_search and get_contract_abi.

What is on-chain forensic token analysis and when do I need it?

On-chain forensic token analysis is the investigation of smart contract behavior, holder distribution, and deployer activity on the blockchain. You need it before making token investment decisions to verify risks and cross-reference team claims.

Can I verify a team's tokenomics migration narrative against platform capabilities?

Yes, you can verify a team's tokenomics migration narrative by cross-referencing their claims against the deploy platform's capabilities and documentation, checking if the platform supported the requested changes without needing a new contract.

What is the best way to perform crypto security due diligence on a new token?

The best way to perform crypto security due diligence on a new token is to analyze its contract address for lack of proper tokenomics configuration, deployer behavior, and on-chain activity to generate a comprehensive risk assessment report.

Does this token scam detection require on-chain tool access?

Yes, token scam detection requires on-chain tool access and knowledge of platform-specific deployment docs to perform viem reads and accurately analyze EVM smart contracts for fraudulent activity.