Add solana-rug: open-source on-chain rug-pull detection skill for Solana#177
Add solana-rug: open-source on-chain rug-pull detection skill for Solana#177codegraphtheory wants to merge 1 commit into
Conversation
Greptile SummaryThis PR adds a single entry for
Confidence Score: 3/5Not safe to merge until the linked repository's public availability is confirmed. The linked GitHub repository could not be found via external search, and the PR description itself shows a fetch error from the Hermes skill loader — if the repo is inaccessible or doesn't exist, the entry would add a dead link to a curated list. The alphabetical ordering mistake is a minor secondary concern. README.md — verify the repository URL resolves publicly and move the entry one position up. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR: Add solana-rug entry] --> B{Repository publicly accessible?}
B -- No --> C[Dead link for contributors\nViolates CONTRIBUTING guidelines]
B -- Yes --> D{Entry in alphabetical order?}
D -- No --> E[solana-rug placed after solana-skills-plugin\nShould be before it: r < s]
D -- Yes --> F[Entry ready to merge]
E --> G[Swap lines to restore alphabetical order]
G --> F
Reviews (1): Last reviewed commit: "Add solana-rug: open-source on-chain rug..." | Re-trigger Greptile |
| - [solana-skills-plugin](https://github.com/tenequm/claude-plugins/tree/main/solana) - Solana skills for Claude Code: program development with Anchor/native Rust (testing and deployment included), security auditing with vulnerability detection and audit report generation, and ZK compression for rent-free tokens/PDAs via Light Protocol. | ||
| - [solana-rug](https://github.com/rugpullnet/solana-rug) - Open-source on-chain rug-pull detection for Solana tokens and wallets. 13-factor safety analysis using public RPCs and DexScreener API. Works as a Hermes skill or standalone CLI. Covers mint authority, freeze authority, liquidity depth, top-holder concentration, sniper detection, volume-to-liquidity wash trading analysis, and Token-2022 support. No API keys required. |
There was a problem hiding this comment.
The new entry is placed after
solana-skills-plugin but alphabetically it should come before it — solana-r* sorts before solana-s*. All existing entries in the General section follow strict alphabetical order, and this breaks that convention.
| - [solana-skills-plugin](https://github.com/tenequm/claude-plugins/tree/main/solana) - Solana skills for Claude Code: program development with Anchor/native Rust (testing and deployment included), security auditing with vulnerability detection and audit report generation, and ZK compression for rent-free tokens/PDAs via Light Protocol. | |
| - [solana-rug](https://github.com/rugpullnet/solana-rug) - Open-source on-chain rug-pull detection for Solana tokens and wallets. 13-factor safety analysis using public RPCs and DexScreener API. Works as a Hermes skill or standalone CLI. Covers mint authority, freeze authority, liquidity depth, top-holder concentration, sniper detection, volume-to-liquidity wash trading analysis, and Token-2022 support. No API keys required. | |
| - [solana-rug](https://github.com/rugpullnet/solana-rug) - Open-source on-chain rug-pull detection for Solana tokens and wallets. 13-factor safety analysis using public RPCs and DexScreener API. Works as a Hermes skill or standalone CLI. Covers mint authority, freeze authority, liquidity depth, top-holder concentration, sniper detection, volume-to-liquidity wash trading analysis, and Token-2022 support. No API keys required. | |
| - [solana-skills-plugin](https://github.com/tenequm/claude-plugins/tree/main/solana) - Solana skills for Claude Code: program development with Anchor/native Rust (testing and deployment included), security auditing with vulnerability detection and audit report generation, and ZK compression for rent-free tokens/PDAs via Light Protocol. |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
| - [solana-dev-skill](https://github.com/solana-foundation/solana-dev-skill) - End-to-end Solana development skill for Claude Code. Covers wallet connections, Anchor/Pinocchio programs, client generation, testing with LiteSVM/Mollusk, and security best practices. | ||
| - [solana-game-skill](https://github.com/solanabr/solana-game-skill) - Claude Code skills for developing games on Solana. Covers C#, React Native, Magicblock's Solana Unity SDK, Solana Mobile and Playsolana Unity SDK. Extends [solana-dev-skill](https://github.com/solana-foundation/solana-dev-skill). | ||
| - [solana-skills-plugin](https://github.com/tenequm/claude-plugins/tree/main/solana) - Solana skills for Claude Code: program development with Anchor/native Rust (testing and deployment included), security auditing with vulnerability detection and audit report generation, and ZK compression for rent-free tokens/PDAs via Light Protocol. | ||
| - [solana-rug](https://github.com/rugpullnet/solana-rug) - Open-source on-chain rug-pull detection for Solana tokens and wallets. 13-factor safety analysis using public RPCs and DexScreener API. Works as a Hermes skill or standalone CLI. Covers mint authority, freeze authority, liquidity depth, top-holder concentration, sniper detection, volume-to-liquidity wash trading analysis, and Token-2022 support. No API keys required. |
There was a problem hiding this comment.
The linked repository https://github.com/rugpullnet/solana-rug could not be found via external search, and the PR description itself contains an error message from the Hermes skill fetcher: "Error: Could not fetch 'official/blockchain/solana-rug' from any source." The CONTRIBUTING guide requires projects to have working code that is usable by developers today — if the repository is private, deleted, or not yet published, this entry would send contributors to a dead link. Please confirm the repository is publicly accessible before merging.
Summary
Adds solana-rug to the AI Coding Skills > General section.
What it is
solana-rug is an open-source on-chain rug-pull detection tool for Solana tokens and wallets. It runs 13 safety checks against any SPL token using public Solana RPCs and the free DexScreener API. No API keys, no registration, no paid services.
Why it fits here
Fetching: official/blockchain/solana-rug
Error: Could not fetch 'official/blockchain/solana-rug' from any source.)
Reasoning for placement
The General section already hosts other Hermes and AI coding skills (solana-dev-skill, solana-skills-plugin, etc.). solana-rug belongs here as a security analysis skill that agents can use to evaluate token risk before interacting with any SPL token on Solana.