skill-creator
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes Python scripts (
scripts/init_skill.py,scripts/package_skill.py, andscripts/quick_validate.py) intended to be executed by the user to automate the creation and packaging of skill directories. init_skill.pyperforms standard filesystem operations (directory creation, file writing, permission setting) to initialize a project structure.package_skill.pyuses the standardzipfilelibrary to compress the skill folder for distribution.quick_validate.pyperforms regex-based checks on metadata to ensure it meets naming and formatting standards.
Audit Metadata