Skip to main content

rug-pull-detector

Detects potential rug-pulls and scams on new Solana memecoins by analyzing their DexScreener page. Use this when a user asks to check a Solana token for safety, rug-pulls, or scams.

跳到安装

来源信息

仓库
RabbitAI-Lab/rabbit-plugins-upstream
最近来源活动
2026年7月26日 20:50
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
5 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
rug-pull-detector
description
Detects potential rug-pulls and scams on new Solana memecoins by analyzing their DexScreener page. Use this when a user asks to check a Solana token for safety, rug-pulls, or scams.
# Rug-Pull Detector for Solana Tokens This skill provides a standard operating procedure for analyzing Solana tokens (especially memecoins) to detect potential rug-pulls or scams using DexScreener. ## Prerequisites Before starting the analysis, you MUST have the token address (contract address) provided by the user. If the user hasn't provided it, ask for it first. ## Workflow When asked to analyze a Solana token for rug-pulls or scams, follow these steps: ### 1. Navigate to DexScreener Use your browser tool to navigate to the DexScreener page for the specific Solana token: `https://dexscreener.com/solana/<TOKEN_ADDRESS>` ### 2. Analyze Security Indicators Once the page is loaded, carefully examine the page content for the following critical security indicators: - **Liquidity**: Check if the liquidity is locked or burned. Low or unlocked liquidity is a major red flag for a rug-pull. - **Top Holders**: Look at the distribution of token holders. If a small number of wallets hold a massive percentage of the supply, they can easily dump and crash the price. - **Mint Authority**: Check if the mint authority is revoked. If it's still active, the creator can mint infinite new tokens, diluting the value to zero. - **Freeze Authority**: Check if the freeze authority is disabled. If active, the creator can freeze users' ability to sell the token (a honeypot). - **Market Cap (Mkt Cap) vs Fully Diluted Valuation (FDV)**: Compare these values. - **Recent Transactions**: Look at the recent buy/sell history. Are there only buys and no sells? (Indicator of a honeypot). Are insiders dumping? ### 3. Report Findings Compile a comprehensive report for the user based on your findings. Your report should include: 1. **Token Overview**: Name, Symbol, Current Price, Market Cap, and Liquidity. 2. **Security Analysis**: Detail the status of Mint Authority, Freeze Authority, Liquidity Lock/Burn, and Top Holders concentration. 3. **Risk Assessment**: Provide a clear conclusion on the risk level (Low, Medium, High, Extreme) based on the gathered data. Highlight any red flags that suggest a potential rug-pull or scam. ## Important Notes - Always rely on the live data from the DexScreener page. - If certain information is not immediately visible, you may need to interact with the page (e.g., clicking on specific tabs like "Security" or "Holders" if available) using your browser tool. - Remind the user that this analysis is for informational purposes and does not constitute financial advice. Scammers constantly evolve their methods, and even tokens that appear safe can still be risky.
在 GitHub 查看