skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a development utility for scaffolding. The script
init_skill.pycreates a standard directory structure and populates it with template files using standard Python file system operations (pathlib, mkdir, write_text). - [SAFE]: All included scripts (
init_skill.py,package_skill.py,quick_validate.py) utilize only the Python standard library and do not declare or require external third-party dependencies. - [SAFE]: The skill includes a validation script (
quick_validate.py) that implements basic sanitization by checking skill names against strict naming conventions and forbidding angle brackets in descriptions to prevent metadata-based injection. - [SAFE]: No network activity, remote downloads, or command execution patterns were identified. The scripts operate exclusively on the local file system using paths provided by the user.
Audit Metadata