Automates security audits for Solana smart contracts by identifying critical vulnerabilities including arbitrary CPI and improper PDA validation.
Developed by security experts at Trail of Bits, the Solana Vulnerability Scanner is a specialized tool designed to audit Solana and Anchor programs. It focuses on detecting six high-impact vulnerability classes—such as missing signer checks, sysvar spoofing, and improper PDA validation—that are common targets for exploits in the Solana ecosystem. This skill is essential for developers and security researchers who need to ensure the robustness of on-chain programs before deployment or during code reviews.
主な機能
018 GitHub stars
02Scans for sysvar spoofing vulnerabilities
03Flags missing signer and account ownership checks