RugCheck Plugin for ElizaOS - Comprehensive Solana token scam detection and risk assessment using the RugCheck API.
- Token Scam Detection: Check if a Solana token is a scam or has high risk
- Risk Assessment: Get detailed risk scores, flags, and security analysis
- Contract Security: Analyze mint authority, freeze authority, and other contract parameters
- Liquidity Analysis: Check market and stable liquidity metrics
- Holder Analysis: Review top holders and insider detection
npm install @elizaos/plugin-rugcheckNo API key required - uses the free RugCheck API.
import { rugcheckPlugin } from '@elizaos/plugin-rugcheck';
// Add to your agent's plugins
const plugins = [rugcheckPlugin];Analyzes a Solana token for scam indicators and risk factors.
Natural Language Examples:
- "Is this token a scam? So11111111111111111111111111111111111111112"
- "Check if this token is safe: EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
- "Rugcheck this token for me: DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
- "What's the risk level of token So11111111111111111111111111111111111111112?"
Automatically injects token safety data into context when token addresses are mentioned.
Uses the RugCheck API: https://api.rugcheck.xyz/v1/tokens/{address}/report
MIT