change ScanResult file extension from txt -> xlsx located in template
🔍 NPM & Node.js Vulnerability Scanner (OSV API)
A lightweight tool that scans your Node.js/NPM dependencies and Linux Packages for known vulnerabilities by using the Google OSV API. It reads your project packages and instantly returns any related CVEs.
Receives and displays any vulnerabilities (CVEs) affecting those packages
Linux
- python3 -m venv .venv
- pip install requests openpyxl
- source .venv/bin/activate
- copy packages.json to /packages folder and name it exactly like this 'packages.json' for nodejs otherwise for python use this command:
- pip freeze > packages.txt
- python3 scanner.py npm
Windows
- python3 -m venv .venv
- pip install requests openpyxl
- ./.venv/Script/Activate.ps1
- copy packages.json to /packages folder and name it exactly like this 'packages.json' for nodejs otherwise for python use this command:
- pip freeze > packages.txt
- python3 scanner.py npm
1---2name: osv-scanner3description: IMPORTANT !!!!4---5## IMPORTANT !!!!6change ScanResult file extension from txt -> xlsx located in template78## 🔍 NPM & Node.js Vulnerability Scanner (OSV API)910A lightweight tool that scans your Node.js/NPM dependencies and Linux Packages for known vulnerabilities by using the **Google OSV API**. It reads your project packages and instantly returns any related CVEs.1112### 🧠 How It Works131. Reads `packages/package.json` / `packages/package.txt`142. Collects all dependency names and versions153. Sends them to the **OSV API**164. Receives and displays any vulnerabilities (CVEs) affecting those packages1718**Linux**1920 - python3 -m venv .venv21 - pip install requests openpyxl22 - source .venv/bin/activate23 - copy packages.json to /packages folder and name it exactly like this 'packages.json' for nodejs otherwise for python use this command:24 - pip freeze > packages.txt25 - python3 scanner.py npm2627**Windows**2829 - python3 -m venv .venv30 - pip install requests openpyxl31 - ./.venv/Script/Activate.ps132 - copy packages.json to /packages folder and name it exactly like this 'packages.json' for nodejs otherwise for python use this command:33 - pip freeze > packages.txt34 - python3 scanner.py npm
Run npx skillmds@latest add javimosch/osv-scanner in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
IMPORTANT !!!! It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.