feat(plugins): add token-risk-check — T0 read-only Solana token risk tool#128
Open
Iktiarshovo wants to merge 1 commit into
Open
feat(plugins): add token-risk-check — T0 read-only Solana token risk tool#128Iktiarshovo wants to merge 1 commit into
Iktiarshovo wants to merge 1 commit into
Conversation
…tool Adds a WASM tool plugin that returns a GREEN/AMBER/RED rug-risk verdict for any Solana mint, using only read-only RPC calls (no keys, no signing). Checks: mint & freeze authority, top-holder concentration, LP burn/lock, Token-2022 extensions (transfer hook/fee, permanent delegate), and creator history. Fails closed on invalid input and degrades gracefully when RPC is rate-limited. Ships with README, manifest, and a design doc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
A read-only Solana token-risk tool plugin (
token-risk-check). Give it any mint address and it returns a clear GREEN / AMBER / RED rug-risk verdict with reasons — usable directly inside a ZeroClaw agent (including over Telegram).Tier
T0 — read-only. No keys, no signing, no state changes. Only public RPC reads.
What it checks
Safety
Testing
Verified live end-to-end through a ZeroClaw agent on real mints:
Demo
Video (2 min): https://drive.google.com/file/d/1jHXLbGYb8JtyXr7T_gZnYnZYXJ9mewug/view