vibecheck-audit
v1.0.1
Published
Run VibeCheck pre-launch audits from the terminal — no browser, no setup
Maintainers
Readme
vibecheck-cli
Run VibeCheck pre-launch audits from the terminal. No browser, no setup, no account required.
Usage
npx vibecheck-cli https://yourapp.comOptions
--category <name> Only run one category (auth, security, ai, payments, seo, ...)
--fail-below <n> Exit 1 if Vibe Score is below n — useful in CI
--format json Output raw JSON instead of formatted text
--help Show helpExamples
# Full audit
npx vibecheck-cli https://yourapp.com
# Security checks only
npx vibecheck-cli https://yourapp.com --category security
# Fail CI if score drops below 70
npx vibecheck-cli https://yourapp.com --fail-below 70
# Pipe JSON to jq
npx vibecheck-cli https://yourapp.com --format json | jq '.score'What you get
- Vibe Score (0–100)
- All failing checks with evidence and fix suggestions
- All warnings
- Full list of passing checks
- Direct link to the full web report
Homepage
https://vibecheck.builtthisweekend.com/cli
