Skip to content

Add solana-rug: open-source on-chain rug-pull detection skill for Solana#177

Open
codegraphtheory wants to merge 1 commit into
solana-foundation:mainfrom
codegraphtheory:add-solana-rug-skill
Open

Add solana-rug: open-source on-chain rug-pull detection skill for Solana#177
codegraphtheory wants to merge 1 commit into
solana-foundation:mainfrom
codegraphtheory:add-solana-rug-skill

Conversation

@codegraphtheory

Copy link
Copy Markdown

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

  • It ships as a Hermes Agent skill (
    Fetching: official/blockchain/solana-rug
    Error: Could not fetch 'official/blockchain/solana-rug' from any source.)
  • It also works as a standalone Python CLI and pip package
  • Covers mint authority, freeze authority, liquidity analysis, top-holder concentration, sniper detection, volume-to-liquidity wash trading analysis, and Token-2022 detection
  • Actively maintained, MIT licensed, fully open source at rugpullnet/solana-rug

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.

@greptile-apps

greptile-apps Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds a single entry for solana-rug, an on-chain rug-pull detection tool, to the General section of the AI Coding Skills list. Two issues need resolution before merging.

  • The new entry is inserted after solana-skills-plugin but alphabetically (solana-r* < solana-s*) it should precede it, breaking the section's consistent alphabetical ordering.
  • The linked GitHub repository (rugpullnet/solana-rug) could not be independently verified, and the PR description itself contains a Hermes skill fetch error ("Error: Could not fetch 'official/blockchain/solana-rug' from any source"), raising a question about whether the repository is publicly accessible and usable today as required by the contributing guidelines.

Confidence Score: 3/5

Not 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

Filename Overview
README.md Adds solana-rug entry to the General AI Coding Skills section; entry is out of alphabetical order and the linked GitHub repository could not be independently verified.

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
Loading

Reviews (1): Last reviewed commit: "Add solana-rug: open-source on-chain rug..." | Re-trigger Greptile

Comment thread README.md
Comment on lines 32 to +33
- [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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 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.

Suggested change
- [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!

Comment thread README.md
- [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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Unverifiable repository link

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.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try again, it's there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant