skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides Python utility scripts (
init_skill.py,generate_openai_yaml.py,quick_validate.py) for local file management and project scaffolding. - [SAFE]: YAML processing is performed using
yaml.safe_load(), which mitigates risks associated with unsafe object deserialization. - [SAFE]: No network requests, external downloads, or attempts to access sensitive system files or credentials were identified.
- [SAFE]: User-provided inputs (such as skill names) are normalized and sanitized before being used for filesystem operations or metadata generation.
- [SAFE]: The scripts are intended for developer workflow automation and operate within the context of the user-defined output directory.
Audit Metadata