skill-creator

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • Standard File Operations (SAFE): The package_skill.py and quick_validate.py scripts perform routine file system operations such as reading, directory traversal, and zip creation. All operations are restricted to the local file path provided by the user.
  • Safe Data Parsing (SAFE): quick_validate.py correctly uses yaml.safe_load() to parse frontmatter from SKILL.md files, preventing arbitrary code execution during deserialization.
  • Documentation Only (SAFE): The files in the references/ directory contain only markdown documentation and templates, posing no technical risk.
  • No Remote Operations (SAFE): No network requests (curl, wget, etc.) or remote code downloads were detected in any of the scripts.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:41 PM