skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides Python utility scripts (
scripts/init_skill.pyandscripts/package_skill.py) intended to be executed by the agent to automate file system tasks. These operations include creating directories, writing template files, and generating zip archives, which are standard functions for a development scaffolding tool. - [SAFE]: No malicious patterns, obfuscation, or data exfiltration vectors were identified. The included scripts use Python's standard library and implement basic input validation in
scripts/quick_validate.pyto ensure that skill names follow a safe naming convention (lowercase, digits, and hyphens), which mitigates risks associated with malformed file paths.
Audit Metadata