skill-creator
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation guide and scaffolding tool for developers. The analysis found no evidence of malicious patterns, such as prompt injection, data exfiltration, or unauthorized network activity.
- [COMMAND_EXECUTION]: The skill includes a local Python utility,
scripts/init_skill.py, which is used to automate the creation of new skill directories and boilerplate files. This script utilizes thepathlibmodule for file system operations and does not employ unsafe execution methods likeeval(),exec(), or shell-based command execution with user-supplied input. - [EXTERNAL_DOWNLOADS]: All resources, scripts, and documentation are contained within the skill package. There are no external downloads, remote script executions (e.g., curl-to-bash), or dependencies on unverified remote sources.
Audit Metadata