← 返回 Skills 市场
ykjack2005

uos-cve-checker

作者 ykjack2005 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
73
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install uos-cve-checker
功能描述
这是一个用于检查 UOS(统信操作系统)系统 CVE 漏洞的技能。当用户需要检查特定漏洞是否影响 UOS 系统,或者需要获取漏洞修复信息和补丁下载链接时,应自动调用此技能。
安全使用建议
This skill appears to do what it claims: query UnionTech's security advisory site and optionally download patch packages, then write results to cve_info.csv and architecture subfolders in the current directory. Before installing or running: 1) Review the full cve_checker.py source yourself (or in a sandbox) to confirm there are no hidden behaviors — the provided file is truncated in the report so double-check the complete file. 2) Run the script from a non-sensitive directory and as a non-privileged user to avoid accidental overwriting or unintended installs. 3) Be aware it will perform network requests to https://src.uniontech.com and may download binary patches — ensure you have sufficient disk space and bandwidth. 4) Inspect downloaded patches before installing them on production machines. 5) If you need higher assurance, run the script in an isolated environment (container or VM) and verify its HTTP calls and downloaded artifacts.
功能分析
Type: OpenClaw Skill Name: uos-cve-checker Version: 1.0.0 The skill is a legitimate security utility designed to check UOS (UnionTech OS) systems for vulnerabilities by querying the official vendor security portal (src.uniontech.com). The script `cve_checker.py` parses CVE, CNNVD, and CNVD identifiers from a user-provided file, retrieves patch information via API, and optionally downloads deb/bin packages to local architecture-specific directories. No evidence of data exfiltration, malicious execution, or deceptive prompt injection was found.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included Python script all describe the same function: query UnionTech's security advisory endpoints and optionally download patch packages. Required tools and dependencies (Python 3.x and requests) are proportionate to that purpose; there are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
Instructions tell the agent to run the provided cve_checker.py, supply an OS version and CVE list, read the generated cve_info.csv, and optionally download patches from src.uniontech.com. This is consistent with the stated goal. Note: the script performs network requests to src.uniontech.com and will write result CSVs and downloaded patch files to the current working directory — the agent should run it from a controlled location and ensure disk/bandwidth are acceptable.
Install Mechanism
No install spec (instruction-only plus a shipped script). There is no external installer or archive fetched at install time. The only runtime network activity is the script contacting src.uniontech.com to query advisories and download patches, which is expected for this skill.
Credentials
The skill requests no environment variables, credentials, or config paths. Its behavior (reading a user-provided CVE file and writing CSV and patch files locally) matches this minimal requirement set.
Persistence & Privilege
always is false and model invocation is normal. The skill does not request permanent elevated privileges or modify other skills. It writes output and downloaded files to the working directory — this is expected but the agent should avoid running it from sensitive directories.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install uos-cve-checker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /uos-cve-checker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本发布。 - 提供 UOS(统信操作系统)系统 CVE 漏洞自动检查能力,支持批量查询和补丁下载。 - 支持四种漏洞编号格式(CVE、CNNVD、CNVD、UT)。 - 支持 UOS 桌面版和服务器版不同版本号格式的查询。 - 自动输出漏洞检查结果至 CSV 文件,含详细修复信息与下载链接。 - 可选自动下载受影响漏洞的补丁包,按架构分类保存。 - 零依赖,仅需 Python 标准库与 requests 库。
元数据
Slug uos-cve-checker
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

uos-cve-checker 是什么?

这是一个用于检查 UOS(统信操作系统)系统 CVE 漏洞的技能。当用户需要检查特定漏洞是否影响 UOS 系统,或者需要获取漏洞修复信息和补丁下载链接时,应自动调用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。

如何安装 uos-cve-checker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install uos-cve-checker」即可一键安装,无需额外配置。

uos-cve-checker 是免费的吗?

是的,uos-cve-checker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

uos-cve-checker 支持哪些平台?

uos-cve-checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 uos-cve-checker?

由 ykjack2005(@ykjack2005)开发并维护,当前版本 v1.0.0。

💬 留言讨论