skill-creator
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill contains utility scripts for automation of the skill development lifecycle.
scripts/init_skill.pyautomates the creation of a skill's directory structure and template files, including making example scripts executable viachmod.scripts/package_skill.pyuses the standardzipfilelibrary to bundle skill contents into a distributable archive.scripts/quick_validate.pyperforms syntax and schema validation on skill metadata. - [SAFE]: No suspicious network activity, data exfiltration, or obfuscation was detected. The scripts use secure coding practices such as
yaml.safe_load()for parsing configuration files and rely only on standard libraries.
Audit Metadata