Skip to content

VibeGuard v0.1.1

Choose a tag to compare

@Unclecheng-li Unclecheng-li released this 13 Jul 08:20

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