skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides local utility scripts (
scripts/init_skill.pyandscripts/package_skill.py) and instructs the user to run them via the command line for skill development tasks. - [COMMAND_EXECUTION]: The
scripts/init_skill.pyscript manages local file system operations, including creating a standardized directory structure and writing template files. It also programmatically sets file permissions (0755) to ensure newly created scripts are executable. - [COMMAND_EXECUTION]: The
scripts/package_skill.pyscript automates the creation of a ZIP archive from the skill's directory, facilitating distribution of the completed skill.
Audit Metadata