skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/package_skill.pyscript usessubprocess.runto execute a local validation script (scripts/quick_validate.py) via theuvtool. This operation is used to ensure the skill follows required conventions before packaging and is not used for malicious command execution. - [DATA_EXPOSURE]: The skill's Python scripts perform file system operations such as directory creation, file reading, and file writing to manage skill content. These operations are scoped to the paths provided by the user and are consistent with the skill's purpose as a development scaffolding tool.
- [EXTERNAL_DOWNLOADS]: The scripts declare a dependency on the well-known
pyyamllibrary to facilitate parsing of skill metadata. No unexpected or untrusted external resources are fetched during execution.
Audit Metadata