skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a development utility. All Python scripts (
init_skill.py,package_skill.py,quick_validate.py) rely exclusively on the Python standard library (sys,pathlib,zipfile,os,re) and do not perform any external network requests or download third-party code. - [SAFE]: File operations are restricted to creating local directory structures and writing template files based on static content defined within the scripts. The
init_skill.pyscript usesexist_ok=Falsewhen creating directories, which prevents accidental overwriting of existing data. - [SAFE]: While
init_skill.pyapplies executable permissions (0o755) to a generated example script, this is a standard and expected operation for a tool designed to initialize a coding environment and does not pose a security risk in this context. - [SAFE]: No hardcoded credentials, sensitive file paths, or obfuscated code patterns were detected. The instructions in
SKILL.mdare purely informational and follow best practices for skill development.
Audit Metadata