skill-creator
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPRIVILEGE_ESCALATION
Full Analysis
- Command Execution: The skill includes helper scripts, specifically
init_skill.pyandpackage_skill.py, which are designed to be executed by the agent to automate the skill creation workflow. These scripts perform standard file system operations such as directory creation, writing content to files from internal templates, and zipping directories for packaging. These actions are limited to the local environment and the specific paths provided during execution. - Administrative File Operations: The
init_skill.pyscript uses thechmodcommand to set executable permissions on a newly created example script (scripts/example.py). While this is a standard step in software development to ensure scripts can be run, it is a noteworthy administrative operation that modifies file system metadata.
Audit Metadata