skill-creator
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes utility scripts (
scripts/init_skill.py,scripts/package_skill.py) designed for the skill creation lifecycle. These scripts perform standard operations such as directory creation, file writing from hardcoded templates, and ZIP bundling. - [DYNAMIC_EXECUTION]: The initialization script (
scripts/init_skill.py) useschmodto set execution permissions on generated boilerplate scripts. This is restricted to the newly created files within the target skill directory and follows standard developer tooling behavior. - [SAFE]: No malicious patterns, obfuscation, or unauthorized network operations were detected. The scripts use safe practices, such as
yaml.safe_loadfor parsing metadata.
Audit Metadata