Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<br />

* [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.

<br />

#### [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)
Expand Down