skill-creator
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill documents the use of provided Python scripts (
init_skill.py,package_skill.py) to automate skill creation tasks. Analysis of these scripts confirms they perform standard filesystem operations (creating directories, writing template files, and zipping folders) using built-in Python modules without suspicious subprocess or shell execution patterns. - [EXTERNAL_DOWNLOADS]: The skill does not perform any network operations. All resources are local to the skill package.
- [PROMPT_INJECTION]: The instructions in
SKILL.mdare purely educational and focused on teaching the correct structure for skill development. There are no attempts to bypass safety filters or override agent behavior. - [DATA_EXFILTRATION]: No sensitive file access or network transmission patterns were detected. The file handling is restricted to the user-specified output directories for skill development.
Audit Metadata