Static analysis framework for Solidity smart contracts
Solidity static analysis framework written in Python 3
slither
$ slither contract.sol
$ slither contract.sol --detectors reentrancy,unchecked-send
$ slither contract.sol --json output.json