This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryStructured 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 tetiklenmiyorstill_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_fixpre_commit— scan_staged → fix_code → verify_fix → scan_stagedpr_review— scan_changed_files → review_pr → explain_remediationnew_project— scan_directory → generate_policy → audit_config → doctorfix_vulnerabilities— fix_code → verify_fix → scan_filecompliance_audit— compliance_report → explain_remediationdependency_check— scan_dependencies → check_package_health
Confidence Scoring
Tüm finding'lere confidence alanı eklendi:
high— bilinen secret prefix (sk-live-, ghp_), package.json CVEmedium— standart pattern matchlow— 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
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]