skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a meta-utility for skill development. The included scripts (
init_skill.py,package_skill.py,quick_validate.py) perform standard file and directory management tasks, such as creating templates and archiving folders into ZIP files, which are consistent with the skill's description. - [SAFE]: Metadata validation in
scripts/quick_validate.pycorrectly usesyaml.safe_load()to parse frontmatter. This follows security best practices by preventing arbitrary object instantiation and code execution during the deserialization of YAML data. - [SAFE]: The skill does not perform any network operations, external downloads, or subprocess executions. All logic is self-contained and operates locally on the file system.
- [SAFE]: No evidence of prompt injection, obfuscation, persistence mechanisms, or hardcoded credentials was found in the instructions or script files.
Audit Metadata