skill-creator
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a legitimate framework for skill development, providing guidance and tools for structuring agent instructions and resources.
- [COMMAND_EXECUTION]: Includes scripts for directory creation (
init_skill.py) and zip archiving (package_skill.py). These operations are standard file system management tasks performed within the context of the user's development environment. - [DYNAMIC_EXECUTION]: The skill generates placeholder scripts from internal templates and guides the agent to implement and test functional code. This is a standard part of the development lifecycle for building specialized agent capabilities.
- [DATA_EXPOSURE]: The validation script (
quick_validate.py) usesyaml.safe_load()to parse frontmatter, preventing unsafe deserialization of skill metadata.
Audit Metadata