skill-creator-uv
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
subprocess.runinscripts/init_skill.pyto executeuvcommands for project initialization and dependency management. These operations are core to the skill's purpose and use validated inputs for skill naming to prevent command injection. - [EXTERNAL_DOWNLOADS]: The generated dependency management script (
check_dependencies.py.template) includes a print statement directing users to install theuvtool from its official, well-known source (astral.sh). This is an informative reference to a trusted tool rather than an automated execution of untrusted code.
Audit Metadata