Skip to content

elizaos-plugins/plugin-rugcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@elizaos/plugin-rugcheck

RugCheck Plugin for ElizaOS - Comprehensive Solana token scam detection and risk assessment using the RugCheck API.

Features

  • 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

Installation

npm install @elizaos/plugin-rugcheck

Configuration

No API key required - uses the free RugCheck API.

Usage

import { rugcheckPlugin } from '@elizaos/plugin-rugcheck';

// Add to your agent's plugins
const plugins = [rugcheckPlugin];

Actions

Token Scam Check (rugcheck_token_scam)

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?"

Providers

Token Safety Provider (rugcheck_token_safety)

Automatically injects token safety data into context when token addresses are mentioned.

API

Uses the RugCheck API: https://api.rugcheck.xyz/v1/tokens/{address}/report

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors