skill-creator
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists primarily of educational documentation and templates to guide the creation of other skills. No indicators of prompt injection, data exfiltration, or malicious persistence were found.
- [COMMAND_EXECUTION]: The skill includes local utility scripts (
scripts/init_skill.pyandscripts/quick_validate.py) designed for development workflows.init_skill.pymanages local directory and file creation using standard Python libraries, whilequick_validate.pyperforms metadata checks using safe YAML parsing practices (yaml.safe_load). - [EXTERNAL_DOWNLOADS]: The skill references the
PyYAMLpackage for YAML validation, which is a standard industry library. No unauthorized or suspicious remote downloads are performed during skill execution.
Audit Metadata