skill-creator
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions and Python scripts involve standard file system operations and command-line execution for skill management.
scripts/init_skill.py: Performs directory creation (mkdir) and file writing to initialize templates. It useschmod(0o755)to set execution permissions on a newly created example script, which is a standard procedure for generating executable boilerplate.scripts/package_skill.py: Uses thezipfilemodule to package skill contents for distribution. This is a common utility function for the stated purpose.SKILL.md: Instructs the agent on how to run these management scripts using standard shell commands.
Audit Metadata