> cat /dev/github | grep security-tools
discovered 03 Aug 2026

eslint-plugin-xss

via awesome-list
→ View on GitHub
eslint-plugin-xss is a static analysis tool designed to identify potential XSS vulnerabilities in JavaScript code before deployment. This ESLint plugin includes rules that alert developers to issues such as mixed HTML content and unsafe manipulations of the `location.href` property. Its primary use case is to enhance web application security by ensuring code adheres to best practices in preventing cross-site scripting attacks.