rug-checker

Analyze Solana tokens for rug-pull risk using on-chain data and public APIs.

10|2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/cacheforge-ai/cacheforge-skills --skill rug-checker
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: rug-checker
Source: https://github.com/cacheforge-ai/cacheforge-skills/tree/main/skills/rug-checker
Command: npx skills add https://github.com/cacheforge-ai/cacheforge-skills --skill rug-checker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, bc, and includes scripts (resource) components.

What problem does it solve?

Rug Checker provides a read-only Solana token rug-pull risk analysis using 10 checks and a visual report. It aggregates data from public sources without API keys.

Core Features & Use Cases

  • 10-point risk analysis across mint authority, freeze authority, holder concentration, LP lock status, token age, liquidity depth, Rugcheck flags, insider activity, transfer fees, and Jupiter verification.
  • Multi-source data: Rugcheck.xyz, DexScreener, and Solana RPC, with fallbacks and confidence indicators.
  • Generates a Markdown report with a composite score and a Discord v2 delivery friendly format; can be used to inform decisions about token risk before interaction.

Quick Start

Resolve a token with detect-token.sh to obtain its address, then run analyze-risk.sh on the address, and (optionally) pipe the output to format-report.sh to render the report.

Frequently Asked Questions about rug-checker

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

FAQPage Schema
How do I check Solana token rug-pull risk using on-chain data?▼

A Solana token rug-pull risk analysis evaluates ten risk vectors including mint authority, freeze authority, and LP lock status to produce a structured risk profile. It aggregates public data from Rugcheck.xyz, DexScreener, and Solana RPC to compute a weighted composite score.

How do I analyze a Solana token address for rug-pull risk?▼

To analyze a Solana token address, run a detect-token script to resolve it, then execute an analyze-risk script to evaluate ten risk vectors. The workflow outputs a Markdown report with a weighted composite score and a Discord v2 delivery friendly format.

Does Solana rug-pull risk analysis require API keys for DexScreener or Rugcheck?▼

No API keys are required for Solana rug-pull risk analysis using DexScreener or Rugcheck. The workflow operates entirely read-only, aggregating data from public sources with built-in fallbacks and confidence indicators to evaluate token risk.

What is the best way to evaluate Solana token liquidity depth and insider activity?▼

The best way to evaluate Solana token liquidity depth and insider activity is a multi-source risk analysis workflow querying Rugcheck.xyz and DexScreener. It assesses ten risk vectors including liquidity depth and insider activity to compute a weighted composite risk score.

What dependencies are needed to generate a Solana token risk report?▼

Generating a Solana token risk report requires curl, jq, and bc dependencies. These command-line tools facilitate data collection from public APIs, JSON parsing of on-chain responses, and numerical computation for the weighted composite risk score.

When should I not rely on automated Solana rug-pull risk scores?▼

You should not rely on automated Solana rug-pull risk scores as absolute guarantees, because the read-only workflow aggregates public data with confidence indicators but cannot predict sudden insider actions. Use the structured Markdown report to inform decisions, not replace manual due diligence.