skill-creator
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates as a development utility, providing Python scripts and templates to help users organize their own skill packages. Analysis of scripts/init_skill.py and scripts/package_skill.py confirms they perform standard file and directory management tasks (e.g., path resolution, directory creation, and zip archiving) using only Python's built-in libraries. There is no evidence of network activity, credential harvesting, or persistence mechanisms.
- [COMMAND_EXECUTION]: While the skill involves executing local Python scripts to generate templates and packages, these operations are transparent, deterministic, and integral to the skill's role as a creator tool. No unsafe subprocess calls or dynamic code evaluation from untrusted sources were found.
Audit Metadata