Run slither static analysis on Solidity contracts. Fast, lightweight security scanner for EVM smart contracts.
Run Slither static analysis on local Solidity contracts.
.sol files# Install dependencies
pip install slither-analyzer
# Run audit
python3 slither-audit.py /path/to/contracts/
python3 slither-audit.py ./contracts/
python3 slither-audit.py contract.sol
# Audit Report: Vulnerable.sol
**Chain:** local
## Vulnerabilities Found
- reentrancy-eth (High)
Reentrancy in Bank.withdraw()...
Found 3 issues