Skip to content
CodeAuditAgent
All articles

Checklist

Guides on code security, AI code review and shipping fixes that hold.

· 8 min read

Next.js App Router Security Checklist

A practical security checklist for Next.js App Router apps: server actions, route handlers, middleware, env vars, CSRF, headers, webhooks and per-user caching.

  • Next.js
  • Security
  • Checklist

· 9 min read

Top 10 Code Vulnerabilities to Hunt For in 2026

A practical checklist of the ten vulnerability classes worth checking in every code review, mapped to OWASP Top 10 and CWE, with the one-line fix for each.

  • Security
  • OWASP
  • Checklist