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.py script uses exist_ok=False when creating directories, which prevents accidental overwriting of existing data.
  • [SAFE]: While init_skill.py applies 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.md are purely informational and follow best practices for skill development.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 3, 2026, 08:00 PM