skill-creator
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes Python scripts (
init_skill.py,package_skill.py,quick_validate.py) intended for local filesystem management. These scripts enable automated setup and packaging of skill projects.- [SAFE]: The permission adjustments (chmod 755) ininit_skill.pyare applied only to newly created template scripts to ensure they are functional for the developer.- [SAFE]: Thequick_validate.pyscript correctly usesyaml.safe_loadto process skill metadata, preventing unsafe deserialization risks.
Audit Metadata