skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes scripts (
init_skill.py,package_skill.py) that perform file system operations such as directory creation (mkdir), file writing (write_text), and zipping files. These operations are restricted to paths provided via command-line arguments and are necessary for the skill's primary function as a development tool. - [SAFE]: The Python scripts utilize the standard library (e.g.,
pathlib,zipfile,sys) and do not import any external or untrusted dependencies. No network activity or sensitive data access was detected.
Audit Metadata