Security Audit Report
App Router
62
Routes
0
Query Params
0
Custom Headers
Found 4 files with Server Actions that need authentication validation
Found 4 files with Server Actions that need authentication validation
Location
src/app/client/page.tsx
Target 2
src/app/client/layout.tsx
Target 3
src/lib/data.ts
Target 4
src/lib/actions.ts
Remediation
Ensure all Server Actions validate authentication at the start of each function. Use getServerSession() or similar auth checks.