Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.03 KB

File metadata and controls

28 lines (22 loc) · 1.03 KB

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


Slide Screenshot

033.jpg


Slide Text

  • Static Analysis Tool
  • Trail of Bits
  • Solidity, Python 3
  • Easy-to-use, Free
  • Solidity/EVM Pitfalls
  • Best Practices
  • 75+ Detectors, Custom Analyses, Printers & More

References


Tags