Releases: Unclecheng-li/VibeGuard
Releases · Unclecheng-li/VibeGuard
Release list
VibeGuard v0.1.5
Fixed the VibeGuard Activity Bar entry in VS Code with the built-in shield icon.
Made VSIX package naming version-aware on Windows, macOS, and Linux.
v0.1.4
Changes
- fix: Update VibeGuard icon reference and verify activity bar asset
- test: Add L3 panel test coverage
Packages
- VSCode: vibeguard-security-0.1.4.vsix
- JetBrains: vibeguard-jetbrains-0.1.4.zip
v0.1.3
What's Changed
- chore: Clean up .gitignore rules (JetBrains sandbox, IDE temp files, OS files, internal docs)
- fix: Exclude internal documentation from VSIX package
- VSCode: vibeguard-security-0.1.3.vsix
- JetBrains: vibeguard-jetbrains-0.1.3.zip
VibeGuard v0.1.2
VibeGuard v0.1.2
Fixes
- Fix README images not displaying on VSCode Marketplace (use absolute GitHub raw URLs)
Downloads
- VSCode Extension: \ibeguard-security-0.1.2.vsix\
- JetBrains Plugin: \ibeguard-jetbrains-0.1.2.zip\
Installation
VSCode: Download the .vsix\ file, then in VSCode: Extensions panel → ...\ → Install from VSIX
JetBrains: Download the .zip\ file, then in IDE: Settings → Plugins → Gear icon → Install Plugin from Disk
VibeGuard v0.1.1
VibeGuard v0.1.1
IDE-first security scanner for AI-generated code.
Downloads
- VSCode Extension: ibeguard-security-0.1.1.vsix
- JetBrains Plugin: ibeguard-jetbrains-0.1.1.zip
Installation
VSCode: Download the .vsix file, then in VSCode: Extensions panel → ... → Install from VSIX
JetBrains: Download the .zip file, then in IDE: Settings → Plugins → Gear icon → Install Plugin from Disk
What's New
- Real-time L1/L2 diagnostics in editor
- Hallucinated package detection (npm/PyPI/Cargo/Go/Maven)
- Hardcoded secret detection with quick fixes
- Tree-sitter WASM SAST (XSS, SSRF, SQL injection, path traversal, etc.)
- VSCode Findings sidebar panel
- JetBrains plugin via shared LSP server
- CLI scanner with JSON/SARIF/Markdown output
- Docker image for CI usage
- Team dashboard with OIDC authentication
- GitHub Action for PR scanning