Skip to content

goklab/guardvibe

v2.9.0 Feature

This release adds 3 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

Summary

AI summary

Structured patch output now returns direct edit instructions for agents and a new verify_fix tool validates applied fixes.

Full changelog

v2.9.0 — Agent-Friendly Structured Patches & Workflow Guide

AI agent'ların GuardVibe ile daha hızlı ve güvenli çalışmasını sağlayan büyük iyileştirme.

Structured Patch Output (fix_code)

fix_code artık agent'ların direkt uygulayabileceği yapılandırılmış edit talimatları döner:

{
  "edit": {
    "startLine": 15,
    "endLine": 15,
    "oldText": "const apiKey = 'sk-live-123';",
    "newText": "const apiKey = process.env.API_KEY;",
    "imports": ["import { auth } from '@clerk/nextjs/server'"]
  },
  "confidence": "high",
  "effort": 1
}

scan_file + Fix Entegrasyonu

scan_file JSON modda artık suggested_fixes döner — tek tool çağrısında hem bul hem düzelt öner.

Yeni Tool: verify_fix

Fix uygulandıktan sonra hedefli doğrulama. Tüm dosyayı tekrar scan etmek yerine, sadece hedef kuralı kontrol eder:

  • fixed — kural artık tetiklenmiyor
  • still_vulnerable — fix uygulanmamış
  • new_issues — fix uygulandı ama yeni sorunlar çıktı

Yeni Tool: security_workflow

Agent'a duruma göre hangi tool'u ne sırayla kullanacağını söyleyen rehber. 7 iş akışı:

  • writing_code — scan_file → verify_fix
  • pre_commit — scan_staged → fix_code → verify_fix → scan_staged
  • pr_review — scan_changed_files → review_pr → explain_remediation
  • new_project — scan_directory → generate_policy → audit_config → doctor
  • fix_vulnerabilities — fix_code → verify_fix → scan_file
  • compliance_audit — compliance_report → explain_remediation
  • dependency_check — scan_dependencies → check_package_health

Confidence Scoring

Tüm finding'lere confidence alanı eklendi:

  • high — bilinen secret prefix (sk-live-, ghp_), package.json CVE
  • medium — standart pattern match
  • low — test dosyası, comment, fixture

Numbers

334 rules, 31 tools, 23 CVEs, 6 compliance frameworks

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]