Review: Server Actions
Security Checklist
Input Validation
For runtime validation patterns and type safety, use the using-runtime-checks skill from the typescript plugin.
If reviewing Zod schema validation patterns, use the validating-schema-basics skill for type-safe Zod v4 schema patterns.
Authentication & Authorization
For secure credential handling, use the SECURITY-credentials skill from the typescript plugin.
Data Sanitization
Best Practices
Error Handling
Return Values
Performance
Anti-Patterns to Flag
For comprehensive Server Actions security, see: research/react-19-comprehensive.md lines 723-729, 1808-1942.