skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes utility scripts (
scripts/init_skill.py,scripts/package_skill.py) designed to automate the skill development lifecycle. These scripts perform local file system operations such as directory creation, template instantiation, and zipping files into archives. These are typical functionalities for a developer-oriented tool. - [SAFE]: Employs safe deserialization techniques by using
yaml.safe_load()inscripts/quick_validate.py. This ensures that YAML frontmatter from analyzed skills is processed without the risk of arbitrary code execution. - [SAFE]: The instructions in
SKILL.mdand reference documents provide purely procedural and organizational guidance for creating modular AI capabilities. No evidence was found of network exfiltration, credential harvesting, or attempts to bypass agent safety guidelines.
Audit Metadata