Smart Contract Analyzer using Docker, Go, Slither and the Solidity Compiler.
https://SolidityCode.Reviews
Docker Hub https://hub.docker.com/repository/docker/karlpothast/soliditycodereviews
docker pull karlpothast/soliditycodereviews:latest
1. Navigate to https://SolidityCode.Reviews
For this example, I copied the solidity contract code directly from the Etherscan page for the Parity Multi-Sig Wallet app that was hacked in November of 2017. I placed it into a .sol file that I've included in this repository for others to use. You can download the sample solidity file here.
The solidity compiler (solc) will change dynamically based on the file being analyzed
As you can see below the Parity Wallet code analysis did not fare too well. 90 total issues were found although many were informational or recommendations.