← 返回 Skills 市场
354
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install open-cve-scanner
功能描述
오픈소스 취약점 분석 스킬. 사용자가 오픈소스 패키지 이름과 사용 중인 버전을 입력하면, NVD(NIST), OSV.dev(Google), GitHub Advisory 3개 데이터 소스에서 CVE 취약점을 조회하여 최신 버전 정보와 함께 보안 리포트를 생성한다. 마크다운, Exce...
安全使用建议
This skill appears to do what it claims: aggregate CVE data from NVD, OSV, and GitHub and produce reports. Before installing or running it: 1) be prepared for the tool to make outbound network requests to NVD/OSV/GitHub (and possibly other public APIs); 2) supply API keys only if you trust the code and need higher rate limits (the keys increase rate limits but grant access only to those APIs); 3) review utils/llm_ecosystem_detector.py (if present) to see whether any LLM calls go to third-party endpoints you don't expect; and 4) run scripts in a sandbox or review them if you will scan sensitive dependency files, since pipelines write temporary output to /tmp and may perform bulk queries. Overall the skill is coherent with its stated purpose.
功能分析
Type: OpenClaw Skill
Name: open-cve-scanner
Version: 1.0.1
The open-cve-scanner skill is a comprehensive vulnerability analysis tool that integrates data from NVD, OSV.dev, and GitHub Advisory. The codebase is well-structured and implements legitimate security scanning logic, including dependency file parsing (scripts/parsers/), multi-source CVE fetching (scripts/cve_sources/), and a sophisticated accuracy verification pipeline (scripts/run_accuracy_pipeline.py). While it interacts with external APIs and registries (e.g., api.osv.dev, services.nvd.nist.gov) and includes an LLM-based ecosystem detector (scripts/utils/llm_ecosystem_detector.py), all network and file operations are strictly aligned with its stated purpose of identifying software vulnerabilities. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力评估
Purpose & Capability
The name/description (CVE scanner across NVD/OSV/GitHub) matches the included code and scripts (cve-scanner.py, cve_sources/*, utils/*). Optional API key usage (NVD, GitHub) appears only to increase rate limits, which is appropriate for the stated purpose. There are no requested env vars or binaries that are unrelated to vulnerability scanning.
Instruction Scope
SKILL.md directs the agent/user to run the included Python CLI and optional pipelines (pip install -r requirements.txt; scripts/*.py). The instructions reference only dependency files (package.json, requirements.txt) and temporary output paths (/tmp) which are consistent with bulk scan/ground-truth pipeline behavior. There are no instructions to read unrelated system credentials, global configs, or to exfiltrate data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only skill), but the bundle includes many Python scripts and a requirements.txt. That means installing/running the skill will require pip installing packages and executing local Python code. This is expected for this tool, but users should be aware that code will execute locally and perform network calls.
Credentials
No required environment variables are declared. SKILL.md mentions optional NVD_API_KEY and GITHUB_TOKEN to improve API rate limits — these are proportional and typical for a CVE scanner. No unrelated tokens/credentials or config paths are requested.
Persistence & Privilege
The skill does not request 'always: true' or other elevated persistence. It does create and use local files (reports in /tmp and checkpoints) as part of accuracy pipelines, which is consistent with its stated functionality and not an unexplained privilege escalation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install open-cve-scanner - 安装完成后,直接呼叫该 Skill 的名称或使用
/open-cve-scanner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
open-cve-scanner 1.0.1
- Added large-scale accuracy testing pipeline, including scripts for generating ~1000 test cases, batch scanning, ground truth building, and verification.
- Introduced new utility and matching modules to improve version detection, matching reliability, and ecosystem analysis.
- Documentation updates: Added details and instructions for running the new accuracy test pipeline and interpreting results.
- Expanded and modularized the codebase for testability, future improvements, and research on CVE detection precision.
- Removed obsolete top-level cve-scanner file as part of refactoring.
v1.0.0
Initial release
元数据
常见问题
Open Cve Scanner 是什么?
오픈소스 취약점 분석 스킬. 사용자가 오픈소스 패키지 이름과 사용 중인 버전을 입력하면, NVD(NIST), OSV.dev(Google), GitHub Advisory 3개 데이터 소스에서 CVE 취약점을 조회하여 최신 버전 정보와 함께 보안 리포트를 생성한다. 마크다운, Exce... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 354 次。
如何安装 Open Cve Scanner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install open-cve-scanner」即可一键安装,无需额外配置。
Open Cve Scanner 是免费的吗?
是的,Open Cve Scanner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Open Cve Scanner 支持哪些平台?
Open Cve Scanner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Open Cve Scanner?
由 rebugui(@rebugui)开发并维护,当前版本 v1.0.1。
推荐 Skills