audit_server_actions
Scans Next.js projects for 'use server' functions to detect missing validation, error handling, authentication, and unprotected database calls.
Instructions
Audit Next.js Server Actions. Finds all 'use server' functions and checks for missing validation, error handling, auth checks, and unprotected database calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project root directory |