skill-creator
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed as a developer tool to facilitate the creation of other skills. It includes instructional documentation and Python utility scripts that demonstrate best practices for skill structure.
- [COMMAND_EXECUTION]: The skill provides scripts such as init_skill.py and package_skill.py which are intended to be run by the user to manage local skill directories. These scripts use standard Python libraries (pathlib, zipfile, sys) to create boilerplate files and archives. They do not contain any patterns of malicious command execution, shell injection, or unauthorized privilege escalation.
- [EXTERNAL_DOWNLOADS]: No remote URLs, scripts, or external dependencies are fetched or executed by the skill. All resources are managed locally within the provided folder structure.
- [DATA_EXFILTRATION]: The skill does not attempt to access sensitive environment variables, system credentials, or user files. There are no network operations present in the scripts that could facilitate data exfiltration.
Audit Metadata