skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documentation and accompanying Python scripts (
init_skill.py,package_skill.py,quick_validate.py) are focused on local development workflows. The scripts were reviewed and found to contain no malicious logic, external downloads, or data exfiltration patterns. - [COMMAND_EXECUTION]: While the skill includes scripts that perform filesystem operations such as creating directories and writing files, these are standard project initialization tasks. These operations are performed using the
pathlibmodule and do not involve the execution of untrusted external commands or shell-based vulnerabilities. - [NO_CODE]: The skill provides templates for script generation but does not execute dynamically generated code within its own context. The provided scripts are intended for manual execution by the developer during the skill creation process.
Audit Metadata