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

eslint-plugin-no-secrets

via awesome-list
→ View on GitHub
eslint-plugin-no-secrets is an ESLint plugin designed to identify and flag potential secrets or sensitive information within JavaScript and JSON files. It features two primary rules: `no-secrets`, which utilizes cryptographic entropy and pattern matching to detect secrets, and `no-pattern-match`, which provides flexible text-based searching capabilities. This tool enhances code security by integrating seamlessly into ESLint workflows, making it essential for developers concerned about inadvertent exposure of sensitive credentials.