Skip to content

goklab/guardvibe

v3.0.44 Bugfix

This release fixes issues for SREs watching stability and regressions.

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

Summary

AI summary

Taint analyzer's url-input source now only matches untrusted URLs in the first argument of new URL, fixing false-positive open‑redirect reports.

Full changelog
  • Taint analyzer's url-input source narrowed: was matching req/request anywhere in new URL(...) arguments. The standard same-origin redirect pattern new URL('/verified', request.url) was reporting as open-redirect even though the path is a literal — only the origin came from the (trusted) request URL.
  • Source pattern now constrained to the first argument: new URL(\s*[^,)]*?(?:req|request). Same-origin redirects with literal paths no longer flagged.
  • Validated end-to-end on a real Next.js + Clerk + Supabase app: 4 false-positive open-redirect taints cleared, no new 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]