This release includes 3 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryVG204 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 (
ADDinstruction) anchored to start-of-line + case-sensitive —RUN pnpm add/apk add/yarn addno longer match. VG200 / VG206 now skip files that already declare aUSER/HEALTHCHECKdirective anywhere (multi-stagenginx-style pattern was producing FPs). VG202 (untagged image) skips intermediate-stage references where the FROM target matches a previousAS <alias>in the same file. - VG146 (Unquoted .env Value) restricted to actual
.env/.env.local/.env.productionfiles; 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
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.
Related context
Beta — feedback welcome: [email protected]