skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a template and toolkit for developers, providing guidance and local scripts to bootstrap skill development. All identified behaviors are consistent with its stated purpose.
- [SAFE]: The utility scripts (
init_skill.py,package_skill.py) use standard Python libraries for directory creation and file compression. These operations are performed locally and do not involve network access or sensitive data exfiltration. - [SAFE]: Validation logic in
quick_validate.pyemploysyaml.safe_load(), which is the industry standard for securely parsing YAML data without the risk of arbitrary code execution. - [SAFE]: The inclusion of a
chmod 755operation in the initialization script is an expected function for a tool that generates executable templates, and it does not represent an attempt at unauthorized privilege escalation.
Audit Metadata