← Back to Skills Marketplace
uos-cve-checker
by
ykjack2005
· GitHub ↗
· v1.0.0
· MIT-0
73
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install uos-cve-checker
Description
这是一个用于检查 UOS(统信操作系统)系统 CVE 漏洞的技能。当用户需要检查特定漏洞是否影响 UOS 系统,或者需要获取漏洞修复信息和补丁下载链接时,应自动调用此技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install uos-cve-checker - After installation, invoke the skill by name or use
/uos-cve-checker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本发布。
- 提供 UOS(统信操作系统)系统 CVE 漏洞自动检查能力,支持批量查询和补丁下载。
- 支持四种漏洞编号格式(CVE、CNNVD、CNVD、UT)。
- 支持 UOS 桌面版和服务器版不同版本号格式的查询。
- 自动输出漏洞检查结果至 CSV 文件,含详细修复信息与下载链接。
- 可选自动下载受影响漏洞的补丁包,按架构分类保存。
- 零依赖,仅需 Python 标准库与 requests 库。
Metadata
Frequently Asked Questions
What is uos-cve-checker?
这是一个用于检查 UOS(统信操作系统)系统 CVE 漏洞的技能。当用户需要检查特定漏洞是否影响 UOS 系统,或者需要获取漏洞修复信息和补丁下载链接时,应自动调用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.
How do I install uos-cve-checker?
Run "/install uos-cve-checker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is uos-cve-checker free?
Yes, uos-cve-checker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does uos-cve-checker support?
uos-cve-checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created uos-cve-checker?
It is built and maintained by ykjack2005 (@ykjack2005); the current version is v1.0.0.
More Skills