skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a structured framework for developing other skills. It includes Python scripts (
init_skill.py,package_skill.py,quick_validate.py) that perform local file system operations such as creating directories, writing template files, and zipping folders. These actions are consistent with the skill's documented purpose.\n- [SAFE]: No network operations or external downloads were identified. The scripts rely exclusively on Python standard libraries (sys,pathlib,zipfile,os,re) and do not attempt to exfiltrate data or connect to remote servers.\n- [SAFE]: There is no evidence of obfuscation, multi-layered encoding, or hidden instructions within the provided files. The logic is transparent and follows standard software development practices.\n- [SAFE]: The use ofchmod(0o755)ininit_skill.pyto make generated example scripts executable is a routine developer operation and does not constitute a privilege escalation risk in this context.\n- [SAFE]: The skill does not process untrusted external data in a way that would facilitate indirect prompt injection or runtime code execution from unverified sources.
Audit Metadata