Releases: Preshy/vibesec
VibeSecPro v1.2.3
🛡️ 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
- Download
vibesecpro-v1.2.3.vsixbelow - In VS Code / Antigravity, run
Extensions: Install from VSIX... - Select the downloaded file and reload
latest
🚀 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 insecureMath.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
- Download the
vibesec-v1.vsixasset. - In VS Code, run
Extensions: Install from VSIX...from the Command Palette. - Look for the 🛡️ icon in your Status Bar.
🤝 Community & Support
Developed by devpreshy.
- X (Twitter): @HonoredOnly
- GitHub: Preshy/vibesec
Stop shipping hallucinations. Start shipping secure code.