UUID Gen

v1.0.1

生成 UUID(通用唯一标识符)。使用场景:(1) 需要为数据库记录、API、文件生成唯一 ID,(2) 批量生成多个 UUID,(3) 需要无连字符的紧凑格式,(4) 验证字符串是否为有效 UUID格式。

0· 189·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (UUID generation, formats, validation) matches the instructions which only demonstrate using Python's built-in uuid module and related stdlib modules; no unrelated capabilities or external services are requested.
Instruction Scope
SKILL.md contains only local Python examples (uuid, os, datetime, json) run via python -c. It does not instruct reading unrelated files, exfiltrating data, or calling external endpoints.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or downloaded during install.
Credentials
No environment variables, credentials, or config paths are required; the examples run purely with standard-library Python and require nothing extra.
Persistence & Privilege
The skill is not always-enabled and requests no elevated privileges or persistent configuration; autonomous invocation is allowed by default but combined with the minimal scope it presents low risk.
Assessment
This skill appears benign and self-contained: it only shows Python examples using the standard uuid module and requests no secrets or installs. Before use, ensure you have a trusted Python runtime on your system (the examples run via python -c). If you care about privacy, avoid UUID v1 (it can embed MAC/time info) and prefer v4 for general-purpose IDs. If you will run these commands in an automated agent, remember they execute locally — verify you trust the environment that will run them.

Like a lobster shell, security has layers — review code before you run it.

latestvk97073kjme0690v27j2fhttw8182w564

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments