skill-creator
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of documentation and local Python scripts designed to assist in skill development. It follows security best practices by using
yaml.safe_load()for parsing configuration files and sanitizing user-provided skill names through regular expressions.\n- [COMMAND_EXECUTION]: Several Python scripts (scripts/init_skill.py,scripts/generate_openai_yaml.py,scripts/quick_validate.py) are included to automate file creation, metadata generation, and structural validation. These scripts perform standard file system operations within the user-specified skill directory and do not exhibit dangerous behaviors such as network communication or unauthorized access to sensitive files.
Audit Metadata