Security Guides
Learn how to secure your Next.js applications and understand what VibeCheck detects.
Protect API Routes
Secure your Next.js API routes with authentication middleware, session checks, and NextAuth integration.
Beginner5 min read
Rate Limiting for AI Endpoints
Prevent compute abuse and protect expensive AI-powered endpoints with effective rate limiting strategies.
Intermediate8 min read
Request Size Limits & Timeouts
Configure proper request size limits and timeouts to prevent resource exhaustion attacks.
Beginner4 min read
Safe Environment Variable Handling
Best practices for managing secrets and environment variables in Next.js applications.
Beginner6 min read
Server-Side Validation
Never trust client-only validation. Learn patterns for robust server-side input validation.
Intermediate7 min read
Common Security Vulnerabilities
Overview of common vulnerabilities VibeCheck detects and how to prevent them.
Intermediate10 min read