vibe-security
v1.0.10
Published
Security scanner and fixer for Vibe Coder - find, verify and fix security vulnerabilities
Maintainers
Readme
vibe-security
Security scanner and fixer for AI coding assistants - find, verify and fix security vulnerabilities.
Repository: https://github.com/0x8506/vibe-security
Installation
npm install -g vibe-security
npm install -g vibe-security@latest # Update to latest versionUsage
# Install security rules for AI assistants
vibesec init --ai claude # Claude Code
vibesec init --ai cursor # Cursor
vibesec init --ai windsurf # Windsurf
vibesec init --ai antigravity # Antigravity
vibesec init --ai copilot # GitHub Copilot
vibesec init --ai all # All assistants
# Version Management
vibesec versions # List available versions
vibesec init --version v1.0.0 # Install specific versionDevelopment
# Install dependencies
bun install
# Run locally
bun run src/index.ts --help
# Build
bun run build
# Link for local testing
bun linkLicense
CC-BY-NC-4.0
