guardvibe
GuardVibe is a comprehensive security MCP server with 36 tools built for AI-assisted development workflows, enabling local scanning, auto-fix, and compliance mapping — zero setup required.
Code Analysis
check_code— Analyze inline snippets for OWASP Top 10 (XSS, SQLi, etc.)check_project/scan_file/scan_directory— Scan projects, files, or entire directoriesscan_changed_files/scan_staged— Incremental scans for CI or pre-commitdeep_scan— LLM-powered (Claude/OpenAI) analysis for IDOR, race conditions, business logic flaws, and auth bypass
Secrets & Credentials
scan_secrets— Detect leaked API keys, tokens, and credentialsscan_secrets_history— Scan git history for secrets committed and later removed
Dependency & Supply Chain
scan_dependencies/check_dependencies— Check lockfiles/manifests against the OSV CVE databasecheck_package_health— Detect typosquatting, maintenance status, and deprecation
Configuration & Infrastructure
audit_config— Audit Next.js, .env, vercel.json configs for cross-file security gapsscan_config_change— Detect security downgrades between config versions (CORS relaxation, CSP weakening)repo_security_posture— Assess overall repository security posture
AI Host & MCP Security
guardvibe_doctor— Audit MCP configs, hook injection, and base URL hijackingaudit_mcp_config— Scan MCP config files for malicious hooks and suspicious serversscan_host_config— Detect API base URL hijacking and credential exposure in shell profiles
Taint & Dataflow Analysis
analyze_dataflow— Track user input into dangerous sinks (SQL, eval, file ops) within a fileanalyze_cross_file_dataflow— Track tainted data across module boundaries in multi-file projects
Auto-Fix & Remediation
fix_code— Get concrete before/after patches for vulnerable codeverify_fix— Confirm a fix was applied correctlyexplain_remediation— Get detailed guidance and exploit scenarios for a specific ruleremediation_plan/verify_remediation— Generate and verify a full section-by-section fix checklist
Full Audit
full_audit— Run all checks (code, secrets, deps, config, taint, auth) in one call with a PASS/FAIL/WARN verdict
Authentication Coverage
auth_coverage— Map auth coverage across Next.js App Router routes, detecting unprotected endpoints
Compliance & Policy
compliance_report— Map findings to SOC2, PCI-DSS, HIPAA, GDPR, ISO27001, or EU AI Actpolicy_check— Enforce security gates via.guardvibercfor CI/CD pipelinesgenerate_policy— Auto-generate tailored CSP headers, CORS config, and RLS policies
CI/CD & PR Integration
review_pr— Review PR diffs with severity gating and GitHub Check Run annotationsexport_sarif— Export results in SARIF v2.1.0 for GitHub/GitLab/Azure DevOps
Utilities
check_command— Analyze shell commands for risks before executionsecurity_stats— View cumulative security dashboard with grade trends and fix progresssecurity_workflow— Get recommended tool sequences for pre-commit, PR review, incident response, and more
GuardVibe
The security MCP built for vibe coding. 422 security rules, 36 tools covering the entire AI-generated code journey — from first line to production deployment.
Works with Claude Code, Cursor, Gemini CLI, Codex, VS Code (Copilot), Windsurf, and any MCP-compatible coding agent.
Why GuardVibe
Most security tools are built for enterprise security teams. GuardVibe is built for you — the developer using AI to build and ship web apps fast.
422 security rules, 36 tools purpose-built for the stacks AI agents generate
Zero setup friction —
npx guardvibeand you're scanningNo account required — runs 100% locally, no API keys, no cloud
Understands your stack — not generic SAST, but rules that know Next.js, Supabase, Stripe, Clerk, and the tools you actually use
CVE version intelligence — detects 60 known vulnerable package versions in package.json, refreshed every day from GHSA / OSV.dev / CISA KEV
AI agent & MCP security — detects MCP server vulnerabilities, tool-description prompt injection (OWASP MCP Top 10), model-controlled sandbox-disable flags, excessive AI permissions, indirect prompt injection
Auto-fix suggestions —
fix_codetool returns concrete patches and structured edits the AI agent can apply mechanically. Coverage: hardcoded credentials → env-var migration; public-prefix LLM keys (NEXT_PUBLIC_/VITE_/EXPO_PUBLIC_/REACT_APP_) → prefix removal; CORS wildcards → env allowlist;dangerouslyAllowBrowserflags → drop; sandbox bypass flags (unsafe/noSandbox/allowEval) → drop; agent loops → addmaxSteps; raw-HTML React props →<ReactMarkdown>; missing auth checks → insert auth guard; SQL injection → parameterized queries; missing rate limiters / CSRF / security headers → snippet templates.Pre-commit hook — block insecure code before it reaches your repo
CI/CD ready — GitHub Actions workflow with SARIF upload to Security tab
Agent-friendly output — JSON format for AI agents, Markdown for humans, SARIF for CI/CD
Plugin system — extend with community or premium rule packs
New in v3.1.x
Daily threat-intel pipeline — rule set tracks GHSA / OSV.dev / CISA KEV every day. v3.1.23 alone added 22 new CVE / supply-chain / AI-runtime rules covering the Next.js May 2026 13-advisory cluster, Drizzle ORM SQL identifier injection (CVE-2026-39356), Clerk
clerkFrontendApiProxySSRF (CVE-2026-34076), tRPCexperimental_nextAppDirCallerprototype pollution (CVE-2025-68130), MikroORM SQL injection, angular-expressions filter RCE,@tanstack/*Mini Shai-Hulud supply-chain attack, Kysely JSON-path traversal,@nyariv/sandboxjssandbox escape, OpenClaudedangerouslyDisableSandboxmodel-controlled flag, Strapi content-type builder SQL injection, LangSmith untrusted prompt-manifest deserialization, and moreOWASP MCP Top 10 alignment —
VG1068flags MCP / AI tool definitions whosedescription,instructions, orsystemPromptfields carry prompt-injection markers (ignore previous instructions,you are now,jailbreak mode,system prompt:,override safety, …); pair withVG1063which catchesdangerouslyDisableSandbox: truein agent runtimesInline suppress —
// guardvibe-ignore VG001silences individual findings per-lineCLI-first approach —
npx guardvibe audit,npx guardvibe scan,npx guardvibe doctorall work standalone without MCPEmbedded remediation plan —
remediation_plangenerates a section-by-section fix checklist after every auditScore reflects all sections — security score now factors code, dependencies, config, secrets, auth coverage, and taint analysis
Gitignored secrets excluded — files matched by
.gitignoreare automatically skipped during secret scanningTaint sanitizer recognition — dataflow analysis recognizes common sanitizers (DOMPurify, escape functions, parameterized queries) and stops propagation
How GuardVibe Compares
GuardVibe is purpose-built for the AI coding workflow. Traditional tools are excellent for enterprise CI/CD pipelines — GuardVibe fills a different gap.
Capability | GuardVibe | Traditional SAST | Dependency Scanners |
Runs inside AI agents (MCP) | Native | Not supported | Not supported |
Zero config setup |
| Account + config required | Built-in (limited) |
Vibecoding stack rules (Next.js, Supabase, Clerk, tRPC, Hono) | 100+ dedicated | Generic patterns | Not applicable |
AI/LLM security (prompt injection, MCP, tool abuse) | 68 rules | Experimental/None | None |
AI host security (CVE-2025-59536, CVE-2026-21852) |
| Not supported | Not supported |
Auto-fix suggestions for AI agents |
| CLI autofix | Not supported |
CVE version detection | 60 packages, refreshed daily | Extensive | Extensive |
Compliance mapping (SOC2, PCI-DSS, HIPAA) | Built-in | Paid tier | None |
SARIF CI/CD export | Yes | Yes | Limited |
Rule count | 422 (focused, 68 AI-native) | 5000+ (broad) | N/A |
When to use GuardVibe: You're building with AI agents and want security scanning integrated into your coding workflow — no dashboard, no account, no CI setup.
When to use traditional tools: You need deep AST analysis, enterprise dashboards, org-wide policy enforcement, or coverage across hundreds of languages.
Quick Start
Claude Code
npx guardvibe init claudeCreates .mcp.json MCP config (pinned to current version), .claude/settings.json auto-scan hooks, and CLAUDE.md security rules. Restart Claude Code after setup.
Cursor
npx guardvibe init cursorCreates .cursor/mcp.json and .cursorrules with security rules. Restart Cursor after setup.
Gemini CLI
npx guardvibe init geminiCreates ~/.gemini/settings.json MCP config and GEMINI.md security rules.
Codex (OpenAI)
codex mcp add guardvibe -- npx -y guardvibeVS Code (GitHub Copilot)
Create .vscode/mcp.json in your project:
{
"servers": {
"guardvibe": {
"command": "npx",
"args": ["-y", "guardvibe"]
}
}
}Note: VS Code uses
"servers", not"mcpServers".
Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"guardvibe": {
"command": "npx",
"args": ["-y", "guardvibe"]
}
}
}All platforms at once
npx guardvibe init all # Claude + Cursor + GeminiPre-commit hook
npx guardvibe hook install # Blocks commits with critical/high findings
npx guardvibe hook uninstall # Remove hookCI/CD (GitHub Actions)
npx guardvibe ci github # Generates .github/workflows/guardvibe.ymlWhat GuardVibe Scans
Application Code
Next.js App Router, Server Actions, Server Components, React, Express, Hono, tRPC, GraphQL, FastAPI, Go
Authentication & Authorization
Clerk, Auth.js (NextAuth), Supabase Auth, OAuth/OIDC (state parameter, PKCE) — middleware checks, secret exposure, session handling, SSR cookie auth, admin method protection
Database & ORM
Supabase (RLS, anon vs service role), Prisma (raw query injection, CVEs), Drizzle (SQL injection — including CVE-2026-39356 identifier-injection), MikroORM (CVE-2026-44680 runtime-identifier injection), Kysely (CVE-2026-44635 JSON-path traversal), Turso/LibSQL (client exposure, SQL injection), Convex (auth bypass, internal function exposure)
Payments
Stripe (webhook signatures, replay protection, secret keys), Polar.sh, LemonSqueezy
Third-Party Services
Resend (email HTML injection), Upstash Redis, Pinecone, PostHog, Google Analytics (PII tracking), Uploadthing (auth, file type/size)
AI / LLM Security
Prompt injection detection, LLM output sinks, system prompt leaks, MCP server SSRF/path traversal/command injection, MCP tool description prompt-injection markers (OWASP MCP Top 10 alignment, VG1068), model-controlled sandbox-disable flags (dangerouslyDisableSandbox, VG1063), AI agent unrestricted shell/database access, dangerouslyAllowBrowser, missing maxTokens, agent loop without maxSteps, AI API key client exposure, indirect prompt injection via external data, RAG/vector poisoning, public-prefix LLM key leaks (NEXT_PUBLIC_*, VITE_*, EXPO_PUBLIC_*)
AI Host Security
guardvibe doctor — unified host hardening scanner detecting CVE-2025-59536 (hook injection via .claude/settings.json), CVE-2026-21852 (API key exfiltration via ANTHROPIC_BASE_URL override), MCP config audit, environment scanner, permission analysis. Supports Claude, Cursor, VS Code, Gemini, Windsurf. Host-specific remediation with platform-tailored fix steps.
OWASP API Security
BOLA/IDOR (Broken Object Level Authorization), mass assignment (spread request body, Object.assign), missing pagination, rate limiting, admin endpoint authorization, verbose error leaks
Modern Stack
Zod .passthrough() mass assignment, z.any() bypass, file upload validation, server-only import guard, webhook replay protection, CSP headers, unsafe-inline/unsafe-eval detection, cron endpoint auth
Mobile
React Native, Expo — AsyncStorage secrets, deep link token exposure, hardcoded API URLs, ATS configuration
Firebase
Firestore security rules, Firebase Admin SDK exposure, storage rules, custom token validation
CVE Version Intelligence (60 CVEs, refreshed daily)
Frameworks: Next.js (CVE-2024-34351, CVE-2024-46982, CVE-2025-29927, CVE-2026-23869, CVE-2026-44573 / 44574 / 44575 / 44578 / 44579 / 45109 May 2026 cluster), React + react-server-dom-* (CVE-2025-55182, CVE-2026-23870), Express, Hono pre-4.12.18 cluster, @vitejs/plugin-rsc, Strapi content-type-builder (CVE-2026-22599)
Auth: Clerk middleware bypass (GHSA-vqx2), Clerk has() org/billing/reverification bypass (GHSA-w24r), Clerk clerkFrontendApiProxy SSRF (CVE-2026-34076), NextAuth.js (2 CVEs), jsonwebtoken
ORMs / SQL: Drizzle SQL identifier injection (CVE-2026-39356), MikroORM SQL injection (CVE-2026-44680), Prisma raw-query call-form, Kysely JSON-path traversal (CVE-2026-44635)
AI ecosystem: @anthropic-ai/sdk (CVE-2026-34451 + memory tool path escape), Vercel AI SDK file-type bypass (CVE-2025-48985), LangSmith untrusted prompt manifest (CVE-2026-45134), OpenClaude sandbox bypass (CVE-2026-42074), @nyariv/sandboxjs Function.caller escape (CVE-2026-43898)
HTTP / parsing: Axios pre-1.15.2 cluster (SSRF + prototype-pollution + DoS + CRLF), fast-uri path traversal + host confusion (CVE-2026-6321 / 6322), fast-xml-parser CDATA injection, xmldom CDATA, protobuf.js multi-CVE cluster, undici (2 CVEs), ws
Tools / supply chain: @tanstack/* Mini Shai-Hulud (84 malicious versions, May 2026), @wdio/browserstack-service command injection (CVE-2026-25244), @babel/plugin-transform-modules-systemjs arbitrary code (CVE-2026-44728), @opentelemetry exporter-prometheus DoS (CVE-2026-44902), systeminformation Linux cmd injection (CVE-2026-44724), velocityjs prototype pollution, defu, sharp, lodash, node-fetch, tar, xml2js, crypto-js, angular-expressions RCE, i18next-http-backend, vm2 sandbox breakouts
Deployment & Config
Vercel (vercel.json, cron secrets, headers), Next.js config, Docker, Docker Compose, Fly.io, Render, Netlify, Cloudflare
Infrastructure
Dockerfile security, GitHub Actions CI/CD, Terraform (S3, IAM, RDS, security groups)
Secrets & Environment
API keys (AWS, GitHub, Stripe, OpenAI, Resend, Turso), .env management, .gitignore coverage, high-entropy detection, NEXT_PUBLIC exposure
Compliance Control Mapping
Maps security findings to SOC2, PCI-DSS, HIPAA, GDPR, ISO27001, and EU AI Act (EUAIACT) controls. Identifies which code-level vulnerabilities are relevant to specific compliance requirements. Not a substitute for professional compliance audits.
Supply Chain
Malicious postinstall scripts, unpinned GitHub Actions, typosquat detection, @tanstack/* Mini Shai-Hulud mass-malware versions (May 2026), @wdio/browserstack-service command injection via git branch names (CVE-2026-25244), lockfile poisoning patterns
Tools (36 MCP tools)
Tool | What it does |
| Analyze a code snippet for security issues |
| Scan multiple files with security scoring (A-F) |
| Scan a project directory from disk |
| Pre-commit scan of git-staged files |
| Check all dependencies for known CVEs (OSV) |
| Detect leaked secrets, API keys, tokens |
| Check individual packages against OSV |
| Typosquat detection, maintenance status, adoption metrics |
| Map security findings to compliance controls (SOC2, PCI-DSS, HIPAA, GDPR, ISO27001, EU AI Act) |
| SARIF v2.1.0 export for CI/CD integration |
| Security best practices and guides |
| Auto-fix suggestions with concrete patches for AI agents |
| Audit project configuration files for cross-file security misconfigurations |
| Detect project stack and generate tailored security policies (CSP, CORS, RLS) |
| Review PR diff for security issues with severity gating |
| Scan git history for leaked secrets (active and removed) |
| Check project against compliance policies defined in .guardviberc |
| Track tainted data flows from user input to dangerous sinks |
| Cross-file taint analysis — track tainted data across module boundaries |
| Analyze shell commands for security risks before execution |
| Compare config file versions to detect security downgrades |
| Assess overall repository security posture and map sensitive areas |
| Get detailed remediation guidance with exploit scenarios and fix strategies |
| Real-time single-file scan — designed for post-edit hooks |
| Scan only git-changed files — for PRs and incremental CI |
| Cumulative security dashboard — scans, fixes, grade trend over time |
| Host security audit — CVE-2025-59536, CVE-2026-21852, MCP config, env scanner |
| Audit MCP server configurations for hook injection, file:// abuse, sensitive paths |
| Scan shell profiles, .env files for base URL hijack and credential sniffing |
| Verify a security fix was applied correctly — returns fixed/still_vulnerable/new_issues |
| Get recommended tool workflow for your current task (writing, pre-commit, PR review, etc.) |
| Auth coverage map — enumerate routes, parse middleware matchers, detect auth guards, report coverage % |
| LLM-powered deep analysis — IDOR, business logic, race conditions, auth bypass. Defaults to Claude Haiku 4.5 (~cents/scan). Pass |
| Single source of truth — runs ALL checks in one call, returns PASS/FAIL/WARN verdict + score + coverage % + deterministic result hash |
| Remediation plan — generates section-by-section fix checklist after audit |
| Remediation verification — compares before/after audit, flags skipped sections |
All scanning tools support format: "json" for machine-readable output.
Security Rules (390 rules across 25 modules)
Category | Rules | Coverage |
Core OWASP | 38 | SQL injection, XSS, CSRF, command injection, CORS, SSRF, hardcoded secrets |
Next.js App Router | 17 | Server Actions, secret exposure, auth bypass, CSP, redirects |
Auth (Clerk / Auth.js / Supabase Auth) | 16 | Middleware, secret keys, session storage, role checks, SSR cookies |
Database (Supabase / Prisma / Drizzle) | 12 | Raw queries, client exposure, service role leaks, NoSQL injection, Drizzle identifier injection (CVE-2026-39356) |
OWASP API Security | 10 | BOLA/IDOR, mass assignment, pagination, rate limiting, error leaks |
Modern Stack | 40 | Zod, tRPC, Hono, GraphQL, Uploadthing, Turso, Convex, OAuth, CSP, webhooks, AI SDK, React Server Action validation (React2Shell) |
Deployment Config | 21 | Vercel, Next.js config, Docker Compose, Fly, Render, Netlify, Cloudflare, K8s secrets |
Payments (Stripe / Polar / Lemon) | 9 | Webhook signatures, key exposure, price manipulation |
Services (Resend / Upstash / Pinecone / PostHog) | 11 | API key leaks, PII tracking, email injection |
Web Security | 15 | Webhooks, CSP, .env safety, AI key exposure, cookie handling |
React Native / Expo | 10 | AsyncStorage secrets, deep links, ATS, hardcoded URLs |
Firebase | 7 | Firestore rules, admin SDK, storage, custom tokens |
AI / LLM Security | 16 | Prompt injection, MCP SSRF, excessive agency, indirect injection |
AI Host Security | 10 | CVE-2025-59536 hook injection, CVE-2026-21852 base URL hijack, MCP config audit |
AI Tool Runtime | 4 | MCP tool output sanitization, obfuscated descriptions, safety bypass |
CVE Version Intelligence | 27 | Known vulnerable versions in package.json — incl. Axios supply-chain backdoor, Clerk middleware bypass (GHSA-vqx2), Next.js RSC DoS (CVE-2026-23869), Hono CRLF (CVE-2026-29086) |
Shell / Bash | 5 | Pipe to bash, chmod 777, rm -rf, sudo password |
SQL | 4 | DROP/DELETE without WHERE, stacked queries, GRANT ALL |
Supply Chain | 16 | Malicious install scripts, lockfile integrity, dependency confusion, typosquat detection |
Go | 6 | SQL injection, command injection, template escaping |
Dockerfile | 7 | Root user, secrets in ENV, untagged images, non-root user |
CI/CD (GitHub Actions) | 7 | Secrets interpolation, unpinned actions, write-all permissions |
Terraform | 6 | Public S3, open security groups, IAM wildcards |
Advanced Security | 21 | ReDoS, CRLF injection, race conditions, XXE, brute force, audit logging |
Other Services | 5 | AWS, GCP, MongoDB, Convex, Sentry, Twilio |
CLI Commands
# Scanning
npx guardvibe scan [path] # Scan a directory for security issues
npx guardvibe scan . --format json # JSON output for automation
npx guardvibe check <file> # Scan a single file
npx guardvibe diff [base] # Scan only changed files since git ref
# Full security audit
npx guardvibe audit [path] # Full audit with PASS/FAIL verdict + hash
npx guardvibe audit . --format json # JSON output for CI pipelines
npx guardvibe audit --skip-deps # Skip dependency CVE check
npx guardvibe audit --full # Disable MCP-output truncation (full finding set)
# Host security audit
npx guardvibe doctor # Host hardening audit (project scope)
npx guardvibe doctor --scope host # + shell profiles, global MCP configs
npx guardvibe doctor --scope full # + home dir configs
npx guardvibe doctor --format json # JSON output
# LLM-powered deep scan (IDOR, business logic, race conditions, auth bypass)
npx guardvibe deep-scan <file> # Default: Haiku 4.5, all focus areas
npx guardvibe deep-scan <file> --focus idor # Narrow to IDOR
npx guardvibe deep-scan <file> --model sonnet # Deeper analysis (more expensive)
npx guardvibe deep-scan <file> --max-bytes 5000 # Truncate input for cost control
# Requires ANTHROPIC_API_KEY or OPENAI_API_KEY env var
# Setup
npx guardvibe init <platform> # Setup MCP server (claude, cursor, gemini, all)
npx guardvibe hook install # Install pre-commit hook
npx guardvibe hook uninstall # Remove pre-commit hook
npx guardvibe ci github # Generate GitHub Actions workflow
# Pre-commit / CI
npx guardvibe-scan # Scan staged files (for pre-commit)
npx guardvibe-scan --format sarif --output results.sarif # CI mode
# Options (all scan commands)
# --format markdown|json|sarif|buddy
# --output <file> Write results to file
# --fail-on <level> Exit 1 on findings: critical|high|medium|low|none
# --full Bypass response-size caps (50 JSON / 30 markdown / 200-file taint)Plugin System
Extend GuardVibe with custom or community rule packs.
npm install guardvibe-rules-awesomePlugins matching guardvibe-rules-*, @guardvibe/rules-*, or @guardvibe-pro/rules-* are discovered automatically.
Writing a Plugin
A plugin is an npm package that exports a GuardVibePlugin object:
// index.ts
import type { GuardVibePlugin } from "guardvibe/plugins";
const plugin: GuardVibePlugin = {
name: "my-rules",
version: "1.0.0",
description: "My custom security rules",
rules: [
{
id: "CUSTOM001",
name: "My Custom Rule",
severity: "high", // "critical" | "high" | "medium" | "low" | "info"
owasp: "A01:2025 Broken Access Control",
description: "What this rule detects and why it's dangerous",
pattern: /vulnerable_pattern_here/g, // RegExp with global flag
languages: ["javascript", "typescript"], // which file types to scan
fix: "How to fix the vulnerability",
fixCode: "// Copy-paste secure code example",
compliance: ["SOC2:CC6.1"], // optional compliance mapping
},
],
};
export default plugin;Plugin Rule Schema
Field | Type | Required | Description |
| string | Yes | Unique rule ID (e.g., "CUSTOM001") |
| string | Yes | Human-readable rule name |
| string | Yes |
|
| string | Yes | OWASP category mapping |
| string | Yes | What the rule detects |
| RegExp | Yes | Regex pattern to match vulnerable code (use |
| string[] | Yes | File types to scan |
| string | Yes | How to fix the issue |
| string | No | Copy-paste secure code example |
| string[] | No | SOC2/PCI-DSS/HIPAA control IDs |
Loading Plugins
Plugins are loaded from three sources:
Auto-discovery: Any installed npm package matching
guardvibe-rules-*or@guardvibe/rules-*Config-specified: Packages listed in
.guardvibercpluginsarrayLocal paths: Relative paths in
.guardvibercpluginsarray
// .guardviberc
{
"plugins": [
"guardvibe-rules-awesome",
"./my-local-rules"
]
}Configuration
Create a .guardviberc file in your project root:
{
"rules": {
"disable": ["VG030"],
"severity": {
"VG002": "medium"
}
},
"scan": {
"exclude": ["fixtures/", "coverage/"],
"maxFileSize": 1048576
},
"plugins": ["guardvibe-rules-awesome"]
}Inline Suppression
const key = process.env.API_KEY; // guardvibe-ignore VG001
// guardvibe-ignore-next-line VG002
app.get("/api/health", (req, res) => res.json({ ok: true }));Supports //, #, and <!-- --> comment styles.
GuardVibe Scans Itself
We run GuardVibe on its own codebase as a pre-commit hook. Every commit is scanned before it reaches the repository — the same workflow GuardVibe enables for your projects.
How It Works
You write code with AI
|
AI agent calls GuardVibe MCP tools
|
GuardVibe scans locally (no cloud, no API)
|
Returns findings with severity, OWASP mapping, and fix suggestions
|
AI agent fixes issues before they reach productionPerformance
Tested on real AI-built projects (837 files, Next.js + Supabase + Clerk):
Scan time: ~1.2s (837 files)
False positive rate: near zero — context-aware detection (React Native, Supabase client/server, static innerHTML, git-aware secrets)
Detection rate: 100% on known vulnerability patterns
Security score: A (99/100) on production projects
Troubleshooting
MCP connection issues
If your AI agent cannot connect to GuardVibe:
Restart your IDE/agent. MCP servers are started by the host application. After running
npx guardvibe init, restart Claude Code, Cursor, or Gemini CLI for the config to take effect.Check the config path. Run
npx guardvibe init claudeagain and verify the output shows the correct config file location (.mcp.jsonin your project root for Claude Code,.cursor/mcp.jsonfor Cursor).Re-run
initto upgrade. When upgrading GuardVibe, re-runnpx guardvibe init claude—.mcp.jsonis pinned to a specific version (e.g.guardvibe@3.1.3) at init time for fast deterministic startup. As of v3.1.2 the re-run also rewrites stale pins automatically (Upgraded GuardVibe pin (3.0.55 → 3.1.3)). The same applies tonpx guardvibe hook installandnpx guardvibe ci github(since v3.1.3) — both are version-pinned at install/generate time and re-run to upgrade.Pre-3.1.1 users won't see the auto-update banner. GuardVibe started writing a once-per-day "newer version available" notice to stderr in v3.1.1. If your install predates that, you'll never see it — run
npx -y guardvibe@latest init <host>once to bake in the latest pin and start receiving banners on subsequent sessions.Verify Node.js version. GuardVibe requires Node.js >= 18.0.0. Check with
node --version.Check npx cache. If you upgraded GuardVibe and the old version is cached, run
npx -y guardvibe@latestto force the latest version.
Node.js version requirements
GuardVibe requires Node.js >= 18.0.0. Earlier versions will fail with syntax errors or missing APIs. Node.js 22 LTS is recommended.
False positives
If a rule triggers on safe code:
Inline suppression: Add
// guardvibe-ignore VG001on the same line, or// guardvibe-ignore-next-line VG001on the line above. Supports//,#, and<!-- -->comment styles.Config exclusion: Add the rule ID to
rules.disablein.guardviberc:{ "rules": { "disable": ["VG030"] } }Path exclusion: Add directories to
scan.excludein.guardviberc:{ "scan": { "exclude": ["fixtures/", "test-data/"] } }
Pre-commit hook issues
Hook not running: Verify the hook file exists at
.git/hooks/pre-commitand is executable (chmod +x .git/hooks/pre-commit).Hook blocking valid commits: Use
git commit --no-verifyto skip the hook temporarily, then investigate the findings.Removing the hook: Run
npx guardvibe hook uninstall.
Security Model
GuardVibe is designed for use on sensitive and proprietary codebases:
100% local execution. All scanning happens on your machine. No code, findings, or metadata are sent to any server.
No accounts, no API keys, no telemetry. There is no signup, no cloud dashboard, and no usage tracking of any kind.
One optional network call. The
scan_dependenciesandcheck_dependenciestools query the OSV API to check for known CVEs. This is opt-in -- you only call it when you explicitly use those tools. No other tool makes network requests.Safe for air-gapped environments. All code analysis rules run entirely offline. Only dependency vulnerability checks require network access.
Configuration (.guardviberc)
Create a .guardviberc JSON file in your project root to customize GuardVibe behavior.
Full example
{
"rules": {
"disable": ["VG030", "VG045"],
"severity": {
"VG002": "medium",
"VG010": "low"
}
},
"scan": {
"exclude": ["fixtures/", "coverage/", "dist/", "vendor/"],
"maxFileSize": 1048576
},
"plugins": [
"guardvibe-rules-awesome",
"./my-local-rules"
],
"compliance": {
"frameworks": ["SOC2", "HIPAA"],
"failOn": "high",
"exceptions": [
{
"ruleId": "VG030",
"reason": "Accepted risk per security review 2026-03",
"approvedBy": "security-team",
"expiresAt": "2026-12-31",
"files": ["src/legacy/**"]
}
],
"requiredControls": ["SOC2:CC6.1"]
},
"scoring": {
"densityModel": "exponential"
}
}Configuration fields
Field | Type | Default | Description |
|
|
| Rule IDs to skip during scanning |
|
|
| Override severity for specific rules |
|
|
| Glob patterns for directories/files to skip |
|
|
| Maximum file size in bytes (files larger than this are skipped) |
|
|
| npm package names or local paths to load as plugins |
|
| -- | Compliance frameworks to map against ( |
|
|
| Minimum severity that causes compliance failure |
|
|
| Approved exceptions with expiration dates |
|
| -- | Controls that must pass regardless of exceptions |
|
|
| Score decay curve. |
Security
GuardVibe takes supply chain security seriously:
npm provenance — every published version is cryptographically signed via Sigstore, linking the package to this exact GitHub repo and commit. Verify with
npm audit signatures2FA enabled — npm account protected with two-factor authentication
Branch protection — force push disabled on main, admin enforcement enabled
Tag protection — version tags (
v*) cannot be deleted or force-pushedMinimal CI permissions — GitHub Actions workflows use
permissions: contents: readonlyZero runtime dependencies — only MCP SDK and Zod (both widely audited)
To report a vulnerability, please email info@goklab.com or open a GitHub issue.
License
Apache 2.0 — open source, patent-safe, enterprise-ready. Built by GokLab.
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/goklab/guardvibe'
If you have feedback or need assistance with the MCP directory API, please join our Discord server