skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes Python scripts (
init_skill.py,package_skill.py) designed to automate the skill creation process. init_skill.pycreates local directories and populates them with template files (SKILL.md, example scripts, and reference documentation).package_skill.pyuses the standardzipfilelibrary to bundle the skill directory into a distributable archive.quick_validate.pyperforms basic regex-based validation of the skill's metadata.- All file operations are confined to the user-specified output paths and do not interact with sensitive system files or network resources.
Audit Metadata