skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a template and scaffolding tool for developing other agent skills. It contains standard instructional documentation and utility scripts.
- [COMMAND_EXECUTION]: The included Python scripts (
init_skill.py,package_skill.py, andquick_validate.py) perform routine file system operations such as directory creation, writing template files, and zipping directories. These actions are consistent with the skill's stated purpose as a development tool. - [SAFE]: The validation script (
quick_validate.py) correctly utilizesyaml.safe_load()for parsing frontmatter, which is a security best practice to prevent code injection vulnerabilities during YAML processing.
Audit Metadata