सामग्री तालिका
  • पृष्ठ संपादित करें
  • Security Vulnerability Scanner

    Info

    This is a beta version of the Solana Toolkit, and is still a WIP. Please post all feedback as a GitHub issue here.

    Static Analysis Tools #

    Radar is static analysis tool for Anchor rust programs. It allows you to write, share, and utilize templates to identify security issues in rust-based smart contracts using a powerful python based rule engine that enables automating detection of vulnerable code patterns through logical expressions.

    Xray is an open-source, cross-platform command-line interface (CLI) tool designed for static analysis of Solana programs and smart contracts written in Rust.

    Common Security Exploits and Protections #

    Read Sealevel Attacks for examples of common exploits unique to the Solana programming model and recommended idioms for avoiding these attacks using the Anchor framework.