Security Express

Review Express.js security audit patterns for middleware and routes. Use for auditing Helmet.js, CORS, body-parser limits, and auth middleware. Use proactively when reviewing Express.js apps. Examples: - user: "Secure my Express app" → add Helmet.js and disable x-powered-by - user: "Check Express CORS config" → verify origin allowlists and credentials - user: "Review Express auth middleware" → check route order and coverage - user: "Scan for Express path traversal" → verify path normalization and validation - user: "Audit Express session config" → check secure, httpOnly, and sameSite flags

majiayu000 0729a1f 2 files · 8.0 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/data/security-express commit 0729a1f228

Frequently asked questions

npx skillmds add majiayu000/security-express