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)