eslint-community/eslint-plugin-security
ESLint rules for Node Security observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 98
- Release rhythm 64
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 112
- age_days: 3959
- days_rel: 82
- days_push: 13
- n_releases_24m: 2
Adoption not part of the score
2372 stars · 111 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An ESLint plugin providing security-focused linting rules for Node.js code. It flags potential security hotspots like eval usage, unsafe child_process calls, and trojan source attacks, though it produces false positives requiring human triage.
Use cases
- lint node.js code for security issues
- detect eval with dynamic expressions
- find unsafe child_process exec calls
- detect trojan source bidi character attacks
- add security rules to eslint config
- catch buffer noassert misuse
When to choose
- you use ESLint and want automated security checks in CI
- you want to flag common Node.js security anti-patterns early
- you maintain a Node.js codebase and want defense-in-depth code review
When to avoid
- you need precise vulnerability scanning with low false positives
- you don't use ESLint or JavaScript/Node.js
- you need runtime security monitoring rather than static analysis
Facets
plugin · maturity active
security linter static-site-generator security developer-tools web-development eslint-plugin node-security code-analysis vulnerability-detection nodejs javascript
2 sources
- readme: https://github.com/eslint-community/eslint-plugin-security · fetched 2026-08-28 · 806ba0d75b4d
- registry_npm: https://registry.npmjs.org/eslint-plugin-security · fetched 2026-08-29 · 820fce8ad66f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| eslint-community/eslint-plugin-security | main | 86 |
For agents
markdown · JSON · MCP: product_card(name="eslint-community/eslint-plugin-security")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem