This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Affected surfaces
Summary
AI summaryAST engine adds multi-hop SQL‑injection taint detection for variable‑indirect injection paths.
Full changelog
AST engine: multi-hop SQL-injection taint. Dataflow now catches a user-tainted SQL string built into a variable and passed bare to a query sink (const q = "SELECT ... " + req.body.x; db.query(q)) — the variable-indirection shape the inline patterns miss. Reports only when the variable is user-tainted and provably a SQL string; parameterized queries, non-SQL .query(), and sanitizer-wrapped builds stay silent. 1 real SQLi caught, zero false positives, zero drift. Deterministic. 450 rules / 39 tools.
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
Related tools
Beta — feedback welcome: [email protected]