Skip to content

goklab/guardvibe

v3.0.43 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

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

Affected surfaces

auth rbac

Summary

AI summary

Added skipping of specific query patterns and App Router route handlers for VG154 and VG155.

Full changelog
  • VG154 (Supabase race condition) skips two query patterns that don't constitute check-then-act: count: 'exact', head: true (count-only, no rows returned) and .order/.limit/.range chains (list queries, not single-record reads).
  • VG155 (CSRF Missing) skipped in Next.js App Router route handlers (/app/.../route.{ts,tsx,js,jsx}). App Router enforces SameSite=Lax cookies by default, JSON Content-Type triggers CORS preflight, and bearer-token auth (Clerk, Auth0, custom JWT) is browser-non-attached — all three defeat traditional CSRF.
  • Validated against three real Next.js + Clerk + Supabase apps; no regressions on the dvna/NodeGoat/juice-shop/nodejs-goof/dub/cal baseline.

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]