Open-source on-chain analysis tools for Solana. No paid APIs. No registration. Deterministic, auditable, free.
We build tools that let anyone verify the safety of Solana tokens using only public data. Every check is reproducible — the same input always produces the same output.
13-factor rug-pull detection engine for Solana tokens and wallets. Works as a standalone CLI or as a Hermes Agent skill.
Quick start:
curl -O https://raw.githubusercontent.com/rugpullnet/solana-rug/main/scripts/rugguard.py
python3 rugguard.py token <MINT_ADDRESS> --mdChecks mint/freeze authority, LP lock status, liquidity depth, holder concentration, sniping patterns, suspicious names, deployer dump risk, and more — 13 risk factors across on-chain RPC data, DexScreener market data, and transaction pattern analysis.
| Principle | How It's Enforced |
|---|---|
| Fully on-chain | Every check uses public Solana RPC nodes. No private databases. No API keys. |
| Deterministic | Same mint address → same score every time. No ML, no inference, no black boxes. |
| Auditable | Each tool is a single Python file. Read the code. Run it offline. Verify the math. |
| No telemetry | No analytics, no tracking, no phone-home. The code makes exactly the HTTP calls you see. |
| Open source | MIT license. Fork it, modify it, redistribute it. |
| Self-contained | Standard library only. No dependencies beyond Python 3.11+. |
These tools are free and will always remain free. If they've helped you avoid a bad trade or understand a token better, consider supporting the ecosystem by grabbing a bag of $RUG:
- Token:
F4J5LKyEQraMem8nspPAzwHXaaKMMDsxyt7GUK94pump - DEX: pumpSwap (RUG/SOL)
- Chart: DexScreener
Every buy adds locked liquidity to the pool and helps keep development sustainable.
All tools are MIT licensed. No paid APIs required. No data collection. No registration.