Security Toolchain: Zod Validation + PII Masking + XSS Protection
The `security-utils.ts` module is the frontend security toolkit for the admin panel, covering five security concerns in 276 lines: Zod input validation, PII data masking, XSS protection, SQL injection heuristic detection, and password strength evaluation.