@klevoya/inspect
v1.0.1
Published
An automated EOSIO vulnerability scanner.
Downloads
9
Readme
inspect-cli
Automatically analyse your EOSIO smart contract for commonly found vulnerabilities.
Inspect makes finding vulnerabilities in your EOSIO smart contracts easy to do within your development workflow. Giving you peace of mind before you deploy on chain.
Quick Start
# install the CLI globally
npm install -g @klevoya/inspect
inspect login
# run an analysis
inspect check /path/to/contract.wasm
# check all analysis results
inspect reports
See the documentation page for further instructions.