This release includes 1 security fix for security teams reviewing exposed deployments.
Topics
Affected surfaces
Summary
AI summarySecurity hardening adds session rate limiting, ID validation, JSON parsing safety, concurrent session caps, CORS support, auth callback, edge guard, HMAC secret check, and new server options.
Full changelog
Security Hardening
HTTP Transport
- Rate limiting per session (token bucket, 600 req/min default)
- Session ID format validation (UUID v4)
- Safe JSON body parsing with HTTP 400 on malformed input
- Max concurrent sessions limit (1000 default, HTTP 503)
- CORS configuration with preflight support
Authentication
onAuthFailurecallback for JWT and API-Key middleware (telemetry integration)
Edge Runtime
- Prototype pollution guard on
__vinkius_edge_setState
Cryptographic Attestation
- HMAC secret strength validation (warns in development, throws in production for < 32 chars)
Documentation
- Enhanced SandboxGuard security model documentation
New Options
StartServerOptions.rateLimitPerMinute(default: 600)StartServerOptions.maxSessions(default: 1000)StartServerOptions.cors(CorsConfig)RequireJwtOptions.onAuthFailureRequireApiKeyOptions.onAuthFailure
Tests
- 50 new regression tests across 4 test files
Security Fixes
- HTTP transport now enforces session ID UUID v4 validation, safely parses JSON bodies returning HTTP 400 on malformed input, limits concurrent sessions to 1000 with HTTP 503 overflow, implements CORS preflight support, adds prototype‑pollution guard in Edge Runtime, and validates HMAC secret strength (warning in dev, error in prod for < 32 chars).
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 vinkius-labs/mcp-fusion
A TypeScript framework for building production-ready MCP servers with automatic tool discovery, multi-transport support (stdio/SSE/HTTP), built-in validation, and zero-config setup.
Related context
Related tools
Beta — feedback welcome: [email protected]