Jump to related tools in the same category or review the original source on GitHub.

Browser & Automation @moenassi Updated 6/28/2026 1,509 downloads 0 stars Security: Pass

Osv Scanner OpenClaw Plugin & Skill | ClawHub

Looking to integrate Osv Scanner into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate browser & automation tasks instantly, without having to write custom tools from scratch.

What this skill does

change ScanResult file extension from txt -> xlsx located in template.

Install

ClawHub CLI
openclaw skills install @moenassi/osv-scanner
Node.js (npx)
npx clawhub@latest install osv-scanner

Full SKILL.md

Open original

SKILL.md content below is scrollable.

IMPORTANT !!!!

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.

🧠 How It Works

  1. Reads packages/package.json / packages/package.txt
  2. Collects all dependency names and versions
  3. Sends them to the OSV API
  4. 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
ClawHub Registry URL: https://clawhub.ai/moenassi/skills/osv-scanner

Related skills

If this matches your use case, these are close alternatives in the same category.