33 - Slither
Slither is a Solidity static analysis framework written in Python 3.
It runs a suite of vulnerability detectors, prints visual information about contract details, and provides an API to easily write custom analyses.
Slither enables developers to find vulnerabilities, enhance their code comprehension, and quickly prototype custom analyses.
It implements 74 detectors in the publicly available free version (with trophies that showcase Slither findings in real-world contracts). Slither
- Static Analysis Tool
- Trail of Bits
- Solidity, Python 3
- Easy-to-use, Free
- Solidity/EVM Pitfalls
- Best Practices
- 75+ Detectors, Custom Analyses, Printers & More