Skip to content

v0.1.0

Compare
Choose a tag to compare
@montyly montyly released this 19 Oct 13:01
· 4356 commits to master since this release

First public release of slither

Features

  • Detects vulnerable Solidity code with low false positives
  • Identifies where the error condition occurs in the source code
  • Easy integration into continuous integration pipelines
  • Built-in 'printers' quickly report crucial contract information
  • Detector API to write custom analyses in Python
  • Ability to analyze contracts written with Solidity >= 0.4
  • Intermediate representation (SlithIR) enables simple, high-precision analyses