skill-creator
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's instructions and provided scripts align with its stated purpose of facilitating the development of other AI agent skills. It establishes best practices for token efficiency and progressive disclosure.
- [COMMAND_EXECUTION]: The utility scripts (
init_skill.py,package_skill.py) perform local file system operations including directory creation, file writes, and ZIP archiving. These actions are standard for a project scaffolding and packaging tool and do not involve unauthorized network access or sensitive file exposure. - [DYNAMIC_EXECUTION]: The validation script (
quick_validate.py) utilizesyaml.safe_load()to process YAML frontmatter, which is the recommended secure method for parsing configuration data and prevents arbitrary code execution during deserialization.
Audit Metadata