Security Vite

Review Vite security audit patterns for SPA and dev server security. Use for auditing VITE_* exposure, build-time secrets, and proxy configs. Use proactively when reviewing Vite apps (vite.config.ts present). Examples: - user: "Audit Vite env vars" → check for secrets with VITE_ prefix - user: "Check Vite build config" → verify define block and source maps - user: "Review Vite dev server" → check host binding and proxy security - user: "Scan Vite bundles" → search dist/ for leaked API keys or secrets - user: "Audit Vite SPA auth" → verify server-side auth vs client route guards

jal-co fd4d04a 2 files · 8.7 KB Updated

File contents

jal-co/jalco-opencode/tree/main/opencode/.config/opencode/skills/security-vite commit fd4d04a81f

Frequently asked questions

npx skillmds@latest add jal-co/security-vite