This release includes 1 security fix for security teams reviewing exposed deployments.
Topics
+14 more
Affected surfaces
Summary
AI summaryRead‑only object accesses no longer trigger VG152 prototype pollution warnings.
Full changelog
- VG152 (Object Injection / prototype pollution): only fires on bracket ASSIGNMENT (
obj[key] = ...). Read-only access (config[field]on RHS, in conditional, in function arg) no longer flagged — read access doesn't pollute prototypes even with attacker-controlled key. Cleared FPs onfor-inloops, hardcoded constant lookups (DEFAULT_REDIRECTS[key]), and forEach-callback bracket reads.
Security Fixes
- VG152: Read‑only object accesses (e.g., config[field] in RHS, conditionals, function args) no longer flagged as prototype pollution
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]