README
Scan contracts from the command line. --- bash pip install blocksecops-cli blocksecops auth login blocksecops scan run contract.sol --- - CLI Overview -...
Last updated: January 14, 2026
CLI Tool
Scan contracts from the command line.
Quick Start
# Install
pip install blocksecops-cli
# Authenticate
blocksecops auth login
# Scan
blocksecops scan run contract.sol
Guides
- CLI Overview - Installation and getting started
- Configuration - Configure API keys and defaults
- Commands - Full command reference
- Output Formats - JSON, SARIF, JUnit output
- Pre-Commit Hooks - Git hook integration