Changelog
What's new in VibeGuard
Track updates, improvements, and fixes.
v1.0.0
Initial Release
What changed
- •11 security scanners bundled and orchestrated
- •Unified scoring system (0-100, A-F grades)
- •JSON, HTML, and SARIF report formats
- •SARIF upload support for GitHub Code Scanning
- •Baseline creation and comparison
- •BYOK patching with diff generation
- •Safe apply workflow with git checks
Why it matters
- →One command replaces running multiple tools separately
- →Triage reduces noise from hundreds of findings to what matters
- →Local-first design keeps your code on your machine
v0.9.0
Beta Release
What changed
- •Added Nuclei for localhost DAST (experimental)
- •Improved secret detection with TruffleHog integration
- •Fixed Windows path handling issues
- •Added --quiet flag for CI environments
Why it matters
- →Better coverage for running web applications
- →Catches secrets that Gitleaks might miss
- →Smoother experience on Windows machines
v0.8.0
Patch System
What changed
- •Introduced vibeguard patch command
- •BYOK (Bring Your Own Key) LLM integration
- •Diff validation before saving
- •Manual review markers for uncertain fixes
Why it matters
- →Turn findings into reviewable fixes in seconds
- →You control the model and costs
- →Transparent about when fixes need human review