skill-creator
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides utility scripts (
scripts/init_skill.py,scripts/package_skill.py, andscripts/quick_validate.py) meant to be executed during the skill development lifecycle. These scripts handle standard directory scaffolding, file writing for templates, and ZIP compression for distribution. - [EXTERNAL_DOWNLOADS]: The skill uses the
PyYAMLlibrary to parse metadata inSKILL.mdfiles. This is a standard and well-known dependency used for configuration processing. - [SAFE]: No malicious behavior, obfuscation, or data exfiltration attempts were identified. The scripts operate within the local directory scope specified by the user and do not perform unauthorized network communications or access sensitive system paths.
Audit Metadata