Security-focused ESLint plugin for Express.js applications. Detects insecure cookies, missing security headers, CORS misconfigurations, CSRF vulnerabilities, GraphQL security issues, and more.
npm install eslint-plugin-express-security
Comprehensive security rules for Express.js applications, mapping to OWASP Top 10.
This plugin provides Comprehensive security rules for Express.js applications, mapping to OWASP Top 10.
By using this plugin, you can proactively identify and mitigate security risks across your entire codebase.
Interlace fosters strength through integration. Instead of stacking isolated rules, we interlace security directly into your workflow to create a resilient fabric of code. We believe tools should guide rather than gatekeep, providing educational feedback that strengthens the developer with every interaction.
- To check out the guide, visit eslint.interlace.tools. ๐
- ่ฆๆฅ็ไธญๆ ๆๅ, ่ฏท่ฎฟ้ฎ eslint.interlace.tools. ๐
- ๊ฐ์ด๋ ๋ฌธ์๋ eslint.interlace.tools์์ ํ์ธํ์ค ์ ์์ต๋๋ค. ๐
- ใฌใคใใฏ eslint.interlace.toolsใงใ็ขบ่ชใใ ใใใ ๐
- Para ver la guรญa, visita eslint.interlace.tools. ๐
- ููุงุทูุงุน ุนูู ุงูุฏูููุ ูู
ุจุฒูุงุฑุฉ eslint.interlace.tools. ๐
``bash`
npm install eslint-plugin-express-security --save-dev
| Balanced security for Express projects (critical as error, others warn) |
| strict | Maximum security enforcement (all rules as errors) |
| api | HTTP/API security rules only (CORS, CSRF, cookies, rate limiting) |
| graphql | GraphQL-specific security rules only |๐ Supported Libraries
| Library | npm | Downloads | Detection |
| :-------- | :---------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------- | :----------------------- |
| express |  |  | Misconfig, DoS |
| helmet |  |  | Missing Security Headers |
| cors |  |  | Permissive CORS |
| csurf |  |  | Missing CSRF Protection |---
Rules
Legend
| Icon | Description |
| :---: | :--- |
| ๐ผ | Recommended: Included in the recommended preset. |
| โ ๏ธ | Warns: Set towarn in recommended preset. |
| ๐ง | Auto-fixable: Automatically fixable by the
--fix CLI option. |
| ๐ก | Suggestions: Providing code suggestions in IDE. |
| ๐ซ | Deprecated: This rule is deprecated. || Rule | CWE | OWASP | CVSS | Description | ๐ผ | โ ๏ธ | ๐ง | ๐ก | ๐ซ |
| :--- | :---: | :---: | :---: | :--- | :---: | :---: | :---: | :---: | :---: |
| no-cors-credentials-wildcard | CWE-942 | | 9.1 | ESLint rule documentation for no-cors-credentials-wildcard | ๐ผ | | | | |
| no-exposed-debug-endpoints | | | | ESLint rule documentation for no-exposed-debug-endpoints | | | | | |
| no-express-unsafe-regex-route | CWE-1333 | | 7.5 | ESLint rule documentation for no-express-unsafe-regex-route | ๐ผ | | | | |
| no-graphql-introspection-production | CWE-200 | | 5.3 | ESLint rule documentation for no-graphql-introspection-production | ๐ผ | โ ๏ธ | | | |
| no-insecure-cookie-options | CWE-614 | | 5.3 | ESLint rule documentation for no-insecure-cookie-options | ๐ผ | | | | |
| no-permissive-cors | CWE-942 | | 9.1 | ESLint rule documentation for no-permissive-cors | ๐ผ | | | | |
| require-csrf-protection | CWE-352 | | 8.8 | ESLint rule documentation for require-csrf-protection | ๐ผ | โ ๏ธ | | | |
| require-express-body-parser-limits | CWE-770 | | 7.5 | ESLint rule documentation for require-express-body-parser-limits | ๐ผ | โ ๏ธ | | | |
| require-helmet | CWE-693 | | 7.1 | ESLint rule documentation for require-helmet | ๐ผ | | | | |
| require-rate-limiting | CWE-770 | | 7.5 | ESLint rule documentation for require-rate-limiting | ๐ผ | โ ๏ธ | | | |
๐ Related ESLint Plugins
Part of the Interlace ESLint Ecosystem โ AI-native security plugins with LLM-optimized error messages:
| Plugin | Downloads | Description |
| :--- | :---: | :--- |
|
eslint-plugin-secure-coding |  | General security rules & OWASP guidelines. |
| eslint-plugin-pg |  | PostgreSQL security & best practices. |
| eslint-plugin-crypto |  | NodeJS Cryptography security rules. |
| eslint-plugin-jwt |  | JWT security & best practices. |
| eslint-plugin-browser-security |  | Browser-specific security & XSS prevention. |
| eslint-plugin-express-security |  | Express.js security hardening rules. |
| eslint-plugin-lambda-security |  | AWS Lambda security best practices. |
| eslint-plugin-nestjs-security |  | NestJS security rules & patterns. |
| eslint-plugin-mongodb-security |  | MongoDB security best practices. |
| eslint-plugin-vercel-ai-security |  | Vercel AI SDK security hardening. |
| eslint-plugin-import-next` |  | Next-gen import sorting & architecture. |MIT ยฉ Ofri Peretz