Skip to content

goklab/guardvibe

v3.1.4 Breaking

This release includes 3 breaking changes for platform teams planning a safe upgrade.

Published 1mo MCP Security & Auth
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-security claude clerk cursor cve drizzle
+14 more
gemini-cli-extension hono mcp nextjs owasp prisma static-analysis security stripe supabase supply-chain typescript vercel vibe-coding

Summary

AI summary

VG204 now only matches ADD at line start, VG200/206 skip files with USER or HEALTHCHECK, and VG146 restricts checks to actual .env files.

Full changelog
  • Dockerfile FP cluster narrowed: VG204 (ADD instruction) anchored to start-of-line + case-sensitive — RUN pnpm add / apk add / yarn add no longer match. VG200 / VG206 now skip files that already declare a USER / HEALTHCHECK directive anywhere (multi-stage nginx-style pattern was producing FPs). VG202 (untagged image) skips intermediate-stage references where the FROM target matches a previous AS <alias> in the same file.
  • VG146 (Unquoted .env Value) restricted to actual .env / .env.local / .env.production files; bash scripts using ${VAR:-default} no longer match.
  • VG407 (Server Data Leaked to Client Component) regex tightened to require JSX no-space attr={value} syntax (excludes JS object literal assignments). Also skipped in client components signaled by "use client" or React state hooks (useState/useRef/etc.).
  • Tests 1476 → 1486 (+10 covering each narrowing + regression coverage). Real-world baseline: plane 185 → 121 (-64), no regressions on dvna / NodeGoat / juice-shop / nodejs-goof / dub / cal. Self-audit PASS A 100.

Breaking Changes

  • VG204 regex now requires the ADD instruction to be at the start of a line with case‑sensitivity; RUN pnpm add, apk add, and yarn add no longer match.
  • VG200 and VG206 skip files that declare USER or HEALTHCHECK anywhere (e.g., multi‑stage nginx patterns).
  • VG146 now restricts checks to actual .env, .env.local, and .env.production files; bash scripts using ${VAR:-default} are excluded.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track goklab/guardvibe

Get notified when new releases ship.

Sign up free

About goklab/guardvibe

Security MCP for vibe coding with 330 rules and 29 tools. Purpose-built for AI-generated code — scans Next.js, Supabase, Clerk, Stripe, Prisma, Hono, GraphQL, and 25+ modules. Cross-file taint analysis, host security audit, auto-fix, SARIF export, pre-commit hook, and CVE version detection. Zero config, runs locally.

All releases →

Beta — feedback welcome: [email protected]