skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill documentation provides instructions to execute local Python scripts (init_skill.py and package_skill.py) for managing the development lifecycle of new skills.
- [SAFE]: The script init_skill.py performs initialization tasks such as creating directories and generating template files. It sets executable permissions on the generated example script, which is a standard feature for a project scaffolding utility.
- [SAFE]: The skill includes validation logic in quick_validate.py that reads and inspects local SKILL.md files to verify that metadata fields conform to the expected format before packaging.
Audit Metadata