Quick Start Guide
Get your first security scan in 5 minutes
1Install the CLI
npm install -g @vee_stack/cliRequires Node.js 18 or higher.
2Initialize Your Project
cd your-project && veestack initThis creates veestack.config.json and .veestackignore.
3Run Your First Scan
veestack scanGenerates a local security report.
4View Dashboard (Optional)
veestack login && veestack uploadUploads metadata to your dashboard at app.veestack.com.
🔒 Enterprise: Local-Only Mode
For maximum privacy, run scans without uploading any code:
veestack scan --local-only --output htmlYour code never leaves your machine. Only anonymized metadata is processed.