uos-printer-driver-downloader
v1.0.0本技能用于从统信UOS驱动中心搜索并下载打印机驱动程序。技能包含多个Python脚本,提供分离式和一体化两种使用方式。
⭐ 0· 24·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description align with included Python scripts and declared API endpoints (chinauos.com). The code only performs searches and two-step downloads from the stated UOS driver APIs and writes driver .deb files to disk; no unrelated services or credentials are requested.
Instruction Scope
SKILL.md and the scripts are consistent: they install requests, call the documented search/download APIs, save results to driver_list.json and write .deb files. Minor scope concerns: examples and defaults reference system-specific paths (/opt/miniconda3/bin/python3 and a hard-coded /Users/yangkaijian/Desktop path in download_driver.py) which may be inappropriate on other systems and could cause files to be written to an unexpected location if not changed.
Install Mechanism
No install spec; this is instruction+script content only. No downloads or extracted archives during install — scripts are included in the skill bundle.
Credentials
Skill requests no environment variables, credentials, or config paths. Network access is required to chinauos.com (expected for the stated functionality). No other secrets or unrelated services are referenced.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills/config. It writes files only to the working/download directories and the driver_list.json file.
Assessment
The skill appears to do what it says: search the UOS driver API and download .deb files. Before running: (1) Review and, if needed, edit the scripts to change the hard-coded download path (/Users/yangkaijian/Desktop) to a location you control; (2) Run the scripts in a confined environment (container or non-root account) the first time to verify behavior; (3) Inspect downloaded .deb files before installation (don’t blindly dpkg/apt install them); (4) Ensure your network policy allows requests to https://www.chinauos.com and that this is an expected source; (5) If you need higher assurance, ask the author for a canonical homepage or signed releases — lack of a homepage/source origin is a minor trust gap. Overall the skill is internally coherent but exercise normal caution for any code that downloads and writes executables to disk.Like a lobster shell, security has layers — review code before you run it.
latestvk978jmjqgnsbzf5g56mkrydta1850vbc
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
