← 返回
安全合规 中文

OSV Scanner

Scans Node.js/NPM and Linux packages for known vulnerabilities using the Google OSV API by analyzing dependencies and reporting related CVEs.
使用 Google OSV API 扫描 Node.js/NPM 和 Linux 包中的已知漏洞,分析依赖项并报告相关 CVE。
moenassi
安全合规 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 1,387
下载
💾 26
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 07:13 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,577
security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,687
productivity

Django Project Creator

moenassi
自动创建可立即使用的 Django 或 Django REST Framework 项目,配备预配置设置和环境准备,实现快速、一致的项目初始化。
★ 0 📥 1,183