From 8cb2be71b6172d63dd7231cb3d8cd220ba07869f Mon Sep 17 00:00:00 2001 From: Shyngys Shynbolatov Date: Wed, 19 Nov 2025 02:57:54 +0400 Subject: [PATCH] Add NPM Scan to security tools list Added NPM Scan to the list of tools for security scanning. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 88e1a50..1aff6f0 100644 --- a/readme.md +++ b/readme.md @@ -116,6 +116,7 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). * [ESLint](https://eslint.org/) - Linting utility for JavaScript and TypeScript. * [Prettier](https://prettier.io/) - Opinionated code formatter. * [SonarQube](https://www.sonarsource.com/products/sonarqube/) - Continuous inspection of code quality. +* [NPM Scan](https://npmscan.com/) - Zero-setup npm package security scanner that detects malicious code, obfuscation, hidden scripts, and supply-chain vulnerabilities. ## Docs & Knowledge