Skip to content

goklab/guardvibe

v2.5.0 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

Published 2mo 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

Cross-file taint analysis added via analyze_cross_file_dataflow MCP tool.

Full changelog

What's New

Cross-file taint analysis — new analyze_cross_file_dataflow MCP tool that tracks tainted data flowing across module boundaries.

How it works

  1. Resolves imports/exports between files
  2. Builds a module graph
  3. Identifies exported functions whose parameters flow to dangerous sinks
  4. Finds call sites that pass tainted user input to those functions
  5. Reports the full cross-file flow chain: source → call → sink

Detects across files

  • SQL injection (req.body → helper → db.query)
  • XSS (user input → renderer → innerHTML)
  • Open redirect (searchParams → nav helper → redirect)
  • Code injection (input → processor → eval)
  • Path traversal (user path → file util → readFileSync)

Example

[SOURCE] http-input -> userId in src/routes/users.ts:3
[CALL] runQuery(userId) in src/routes/users.ts:4
[SINK] sql-injection in src/lib/db.ts:4

26 tools, 313 rules.

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]