@vidhaankhare/vibeguard
v1.0.0
Published
Zero-trust vulnerability scanner and security auditor for vibe-coded (AI-generated) applications
Downloads
76
Maintainers
Readme
vibeguard
Zero-trust vulnerability scanner for vibe-coded (AI-generated) applications.
npx vibeguard scan .No account. No config. One command.
Install
# Use via npx (no install needed)
npx vibeguard scan .
# Install globally
npm install -g vibeguard
vibeguard scan .Usage
vibeguard scan [path] [options]
Options:
-y, --yes Skip interactive prompts (non-interactive / CI mode)
-v Print version
-h HelpExamples:
vibeguard scan . # Scan current directory
vibeguard scan ./my-app # Scan a specific path
vibeguard scan . --yes # Non-interactive (for CI/CD)
npx vibeguard scan . --yes # One-line CI commandWhat it checks
| Phase | Description | |---|---| | Supply-Chain Audit | Hallucinated/slopsquatted npm packages | | Access Control Audit | Missing auth middleware, unauthenticated admin endpoints | | Prompt Injection Audit | Raw user input flowing into LLM system prompts | | Secrets & Defaults | Hardcoded API keys, wildcard CORS |
Output
Generates two report files in the scanned directory:
vibeguard-report.json— Machine-readable (for CI/CD)vibeguard-report.md— Human-readable with CVSS scores and fix instructions
License
MIT © 2026 VibeGuard Security
