This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Affected surfaces
Summary
AI summaryTaint analysis now runs on the check path, adds exec/execSync command‑injection sinks, and open‑redirect false positives are reduced.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Taint analysis and secret scanning now run on the check path, detecting variable‑indirection flows and hardcoded keys before commit Taint analysis and secret scanning now run on the check path, detecting variable‑indirection flows and hardcoded keys before commit Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Feature | Medium |
New exec()/execSync() command‑injection taint sink added (regex.exec excluded) New exec()/execSync() command‑injection taint sink added (regex.exec excluded) Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Bugfix | Medium |
Open‑redirect no longer fires on same‑origin relative paths; taint/secrets skip minified bundles and test fixtures Open‑redirect no longer fires on same‑origin relative paths; taint/secrets skip minified bundles and test fixtures Source: llm_adapter@2026-06-07 Confidence: high |
— |
Full changelog
- Taint analysis + secret scanning now run on the check path (check/scan_file/scan_changed_files/pre-commit/diff), catching two-step variable-indirection flows and hardcoded keys before commit
- New exec()/execSync() command-injection taint sink (method calls like regex.exec excluded)
- Open-redirect no longer fires on same-origin relative paths; taint/secrets skip minified bundles and test fixtures
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]