skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a documentation and utility package intended for developers. It does not contain prompt injections, data exfiltration mechanisms, or obfuscated code.- [COMMAND_EXECUTION]: The skill includes local Python scripts (
init_skill.pyandpackage_skill.py) that perform file system operations. scripts/init_skill.py: This script is used to scaffold new skill directories by creating folders and writing template files (SKILL.md, example scripts).scripts/package_skill.py: This script validates the structure of a skill folder and packages it into a standard zip archive.- These scripts operate locally on paths provided by the user and do not involve remote command execution or unsafe shell interpolation.
Audit Metadata