Skip to content

goklab/guardvibe

v2.9.5 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

rce_ssrf breaking_upgrade

Summary

AI summary

Fix detection now recognizes both inline usage and imported utility functions.

Full changelog

v2.9.5 — Import-Aware Fix Detection

Problem

Projeler güvenlik fonksiyonlarını ayrı utility dosyalarında tanımlayıp import ediyor (ör. import { sanitizeHtml } from './lib/sanitize'). Scanner sadece inline kullanımı tanıyordu, import edilen fonksiyonları görmüyordu.

Çözüm

Fix detection artık hem inline kullanımı hem import satırlarını tanıyor:

// Artık bu dosyadaki dangerouslySetInnerHTML VG408 tetiklemez:
import { sanitizeHtml } from '@/lib/sanitize'
<div dangerouslySetInnerHTML={{ __html: sanitizeHtml(content) }} />

Tanınan Import Pattern'ları

| Import | Suppresses |
|--------|-----------|
| sanitizeHtml, DOMPurify, escapeHtml | VG408, VG012, VG042 |
| validateFetchUrl, validateUrl, urlValidation | VG120 |
| sanitizeUploadFilename, sanitizeFilename | VG993 |
| verifyCronSecret, cronAuth | VG968, VG503 |
| sanitizeRedirectUrl, validateRedirect | VG425, VG409, VG660 |

Ek Düzeltmeler

  • VG131 (GET state-change): Sadece gerçek mutation (create, update, delete) varsa tetiklenir
  • Read-only GET handler'lar artık false positive üretmez

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]