Skip to content

Releases: Preshy/vibesec

VibeSecPro v1.2.3

09 Apr 10:38

Choose a tag to compare

🛡️ VibeSecPro v1.2.3

Fixed

  • Dependency Bundling: All production dependencies (ignore, chalk, commander) are now correctly bundled into the VSIX package.
  • Antigravity Compatibility: Extension now works out-of-the-box with Antigravity and other VS Code forks.
  • Resolves Issue #1: Cannot find module 'ignore' in Antigravity

Install

  1. Download vibesecpro-v1.2.3.vsix below
  2. In VS Code / Antigravity, run Extensions: Install from VSIX...
  3. Select the downloaded file and reload

latest

26 Jan 23:32

Choose a tag to compare

image

🚀 Release Notes: VibeSec v1.0.0 — The AI Coding Guardrail

We are excited to announce the official V1.0.0 release of VibeSec! 🛡️

VibeSec is designed specifically for the "Vibe Coding" era. If you move fast with AI-generated code from Cursor, Claude, or ChatGPT, VibeSec ensures you don't trade speed for security.

🌟 Key Features

⚡ Real-Time AI Paste Detection

VibeSec monitors your editor for large insertions (AI blocks). The moment you paste, the scanner triggers, surfacing potential vulnerabilities in ~200ms—before you even hit save.

🛡️ 200+ Professional Security Rules

A comprehensive security engine covering:

  • Secrets & Keys: Instant detection of OpenAI, AWS, Supabase, and Firebase keys.
  • Web Security: Real-time alerts for SQL Injection, XSS, NoSQL Injection, and Path Traversal.
  • Dangerous Functions: Flags risky calls like eval(), child_process.exec(), and insecure Math.random().
  • AI-Specific Risks: Detects prompt injection surfaces where untrusted input enters system prompts.

💡 One-Click Quick Fixes

Don't just find security debt—vibe your way out of it. Use "Fix with VibeSec" actions to automatically replace hardcoded secrets with process.env and swap insecure logic for protected alternatives.

📂 Workspace-Wide Auditing

Run the VibeSec: Scan Workspace command to recursively audit your entire project and clear out existing security debt in seconds.

🔒 Privacy-First & High Performance

  • 100% Local: No code ever leaves your machine. No cloud, no telemetry.
  • Lightweight: Optimized regex engine that runs without slowing down your IDE.
  • Obfuscated Core: Production builds are self-defending and optimized for performance.

🛠️ Installation

  1. Download the vibesec-v1.vsix asset.
  2. In VS Code, run Extensions: Install from VSIX... from the Command Palette.
  3. Look for the 🛡️ icon in your Status Bar.

🤝 Community & Support

Developed by devpreshy.


Stop shipping hallucinations. Start shipping secure code.