Solana Token Safety Pass
Structural risk on a Solana mint, in kill-first order, ending in a go/no-go you can act on
What it does
Every rug check tells you the mint authority is null. That is the easy half, and it is the half a deployer plans around.
This walks the checks in the order that ends the analysis fastest, then does the one nobody automates: it pulls the wallets that bought in the first two minutes and traces each back to whatever funded it. Twenty buyers from eighteen sources is a crowd. Twenty buyers from one source is one participant in twenty costumes, and every holder count and concentration figure you just measured was describing the costume.
Output is fixed: a verdict, the single finding that decided it, and an explicit list of what could not be checked. That last section is why this exists. A skipped check silently dropped from a report reads exactly like a check that passed, which is how careful people still get caught.
Written against Solana. Ships with the numeric thresholds as a CSV, and an exit-trigger sheet for positions already open.
The file itself
--- name: solana-token-safety-pass description: Run before buying any Solana token. Walks authorities, liquidity, holder concentration, launch-block funding and deployer history in kill-first order, then returns a go/no-go naming the single finding that decided it. --- # Solana token safety pass ## When to use this skill The operator names a Solana mint and is deciding whether to buy it, or asks whether a token is legitimate. Run the whole sequence even when an early check passes. The patterns that cost money are combinations, and a token that clears any one check in isolation tells you almost nothing. ## What this is not This is not a price call and not a recommendation. It reports structural risk that is visible on-chain right now. A token can clear every check here and still go to zero because nobody wants it. It can also fail a check and keep running for months. Say which of the two you are reporting. ## 0. Inputs [ ... REMAINDER SEALED — 128 LINES WITHHELD ... ]
| SKILL.md | md | 5.9 KB |
| references/thresholds.csv | csv | 1.1 KB |
| references/exit-triggers.md | md | 1.9 KB |
Try it first
WebFetch, Bash are not available in the sandbox — the run says where it would use them instead of pretending to.
Connect a wallet to claim your free evaluation run.
One run per wallet per skill. No charge, no transaction.Compatibility
- CLAUDE-CODE
- MCP-HOST
- CLAUDE-APP
- WebFetch
- Bash
- A Solana JSON-RPC endpoint
- The mint address, verified against a second source