Security Audit Report
App Router
21
Routes
0
Query Params
0
Custom Headers
Found 15 files with Server Actions that need authentication validation
Found 15 files with Server Actions that need authentication validation
Location
src/lib/utils/image-control.ts
Target 2
src/lib/utils/geocode.ts
Target 3
src/lib/actions/stripe-action.ts
Target 4
src/lib/actions/snow-action.ts
Remediation
Ensure all Server Actions validate authentication at the start of each function. Use getServerSession() or similar auth checks.