skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data access detected. The skill's functionality is transparent and matches its described purpose of assisting in skill development.
- [COMMAND_EXECUTION]: The skill provides utility scripts for local file system operations:
scripts/init_skill.py: Automates the creation of a skill directory, generating aSKILL.mdtemplate and example resource folders. It sets execution permissions on a generated example script.scripts/package_skill.py: Automates the compression of the skill folder into a.skill(ZIP) format.scripts/quick_validate.py: Validates YAML frontmatter and skill structure using the standard regex and YAML parsing.
Audit Metadata