Node.js Security
v1.0.0
Reviews Node.js code for security vulnerabilities — input sanitization, eval/exec prevention, HTTP header hardening, dependency risks, and prototype pollution. Server-side JavaScript runs with full system access, so a single unsanitized input can compromise the entire host.
Security(4)
Sanitize User Input
Sanitize and escape all user-provided input before rendering in HTML, executing in SQL, or passing to system commands. Unsanitized input is the entry point for XSS, SQL injection, and command injection attacks — the three most exploited vulnerability classes in web applications.
Automate Node.js Security checks on every PR
BeforeMerge scans your pull requests against all 4 Node.js Security rules automatically. Get actionable feedback before code ships.