Security Review
Perform a focused security review for frontend and config changes.
When to Use
- •Use this skill before release or after auth/data changes.
Inputs
- •Areas touched (auth, storage, API, config)
- •Known risks or incidents
Instructions
- •Check for unsafe patterns (XSS, insecure storage, secrets).
- •Review CSP and environment variable handling.
- •Ensure dependency scanning is noted (
npm audit). - •List any missing mitigations or follow-ups.
Output
- •A security checklist with findings and next steps.