Back to skill
Skillv1.0.0
ClawScan security
UUID生成器 · ClawHub's context-aware review of the artifact, metadata, and declared behavior.
Scanner verdict
BenignApr 29, 2026, 4:27 PM
- Verdict
- benign
- Confidence
- high
- Model
- gpt-5-mini
- Summary
- This skill is internally consistent: it implements a local UUID generator in Python, requires no credentials or network access, and its code matches the documented behavior.
- Guidance
- This skill appears safe: it generates UUIDs locally using Python's standard library and does not access the network or require secrets. If you plan to install it, ensure you run it in a trusted Python environment (Python 3.6+). You can also inspect or run the included scripts locally before enabling the skill. If you need guaranteed isolation, run the script in a sandbox or container, but no special precaution is required beyond usual caution for third‑party code.
Review Dimensions
- Purpose & Capability
- okThe name/description (UUID generator) matches the included script and SKILL.md. No unrelated binaries, environment variables, or services are requested.
- Instruction Scope
- okSKILL.md describes only local UUID generation and usage examples. The runtime instructions do not ask the agent to read unrelated files, call external endpoints, or access secrets.
- Install Mechanism
- okNo install spec; the skill is instruction-only plus a small Python script that uses only the standard library. Nothing is downloaded or written during installation.
- Credentials
- okNo environment variables, credentials, or config paths are required. The requested permissions are minimal and appropriate for the stated purpose.
- Persistence & Privilege
- okThe skill does not request always:true, does not modify other skills or system settings, and relies on normal agent invocation behavior.
