From 6224854cd2b81db16da34a6e809745d5f983c093 Mon Sep 17 00:00:00 2001
From: Rishabh Narang <69182381+rishabhng@users.noreply.github.com>
Date: Thu, 23 Apr 2026 21:21:18 +0700
Subject: [PATCH] Add Token Safety Scanners subsection with Sharpe Rug Check
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index e2e7849..d3e423c 100644
--- a/README.md
+++ b/README.md
@@ -1161,6 +1161,13 @@ Command Line Wallets - from official Solana docs:
Solana Security Best Practices.
https://github.com/slowmist/solana-smart-contract-security-best-practices
+#### Token Safety Scanners
+
+
+* [Sharpe Rug Check](https://www.sharpe.ai/rug-check) - Free Solana token safety scanner and rug pull checker. 0-100 risk score covering SPL + Token-2022, mint/freeze/update authority checks, Raydium LP lock verification, Jupiter-based honeypot simulation, and holder-concentration analysis. Also covers Ethereum, Base, BSC, Arbitrum, and Polygon. Public REST API and MCP server. Free, no signup.
+
+
+
#### [Sec3 Dev Blog](https://www.sec3.dev/blog)
* [How to Audit Solana Smart Contracts Part 1: A Systematic Approach](https://www.sec3.dev/blog/how-to-audit-solana-smart-contracts-part-1-a-systematic-approach)