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에서 보기