Security Tools

Essential tools for smart contract security analysis. From static analyzers to fuzzers, find everything you need to secure your code.

Quick Install

Install Slither
pip3 install slither-analyzer
Install Foundry
curl -L https://foundry.paradigm.xyz | bash && foundryup
Install Aderyn
cargo install aderyn