返回顶部
d

dep-vuln-scanner

Scan project dependencies for known security vulnerabilities using the OSV.dev API. Supports npm (package.json), Python/pip (requirements.txt), and Go (go.mod). Use when checking a project for vulnerable packages, auditing dependencies before deployment, or investigating CVEs in third-party libraries. No API key required.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
166
下载量
0
收藏
概述
安装方式
版本历史

dep-vuln-scanner

# Dependency Vulnerability Scanner Scan project dependencies against the OSV.dev vulnerability database. Zero config, no API keys. ## Quick Start ```bash # Scan current directory (auto-detects project type) python3 scripts/dep_vuln_scan.py . # Scan a specific project python3 scripts/dep_vuln_scan.py /path/to/project # JSON output for CI/CD python3 scripts/dep_vuln_scan.py . --json # Scan only npm dependencies python3 scripts/dep_vuln_scan.py . --ecosystem npm ``` ## Supported Ecosystems | File | Ecosystem | |------|-----------| | `package.json` | npm | | `requirements.txt` | PyPI | | `go.mod` | Go | Multiple files in the same directory are scanned together. ## Output - Color-coded severity: CRITICAL/HIGH (red), MEDIUM (yellow), LOW (green) - Includes CVE aliases, vulnerability IDs, and descriptions - Summary with total count and critical/high breakdown - Exit code 1 if any vulnerabilities found (useful for CI gates) ## Flags - `--json` — Machine-readable JSON output - `--ecosystem <name>` — Filter by ecosystem (repeatable)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 dep-vuln-scanner-1776110356 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 dep-vuln-scanner-1776110356 技能

通过命令行安装

skillhub install dep-vuln-scanner-1776110356

下载 Zip 包

⬇ 下载 dep-vuln-scanner v1.0.0

文件大小: 4.28 KB | 发布时间: 2026-4-14 10:32

v1.0.0 最新 2026-4-14 10:32
Initial release of dep-vuln-scanner.

- Scans npm (package.json), Python/pip (requirements.txt), and Go (go.mod) dependencies for known vulnerabilities via the OSV.dev API.
- Zero configuration required and no API key needed.
- Supports color-coded output by severity and includes CVE information.
- Offers JSON output for CI/CD workflows and ecosystem filtering options.
- Returns non-zero exit code if vulnerabilities are found, aiding automated checks.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部