skill-creator

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • File Analysis (SAFE): Analysis of the provided files confirms they are development utilities.
  • scripts/quick_validate.py (SAFE): Performs schema validation on SKILL.md files. It correctly uses yaml.safe_load() to prevent arbitrary code execution during parsing.
  • scripts/package_skill.py (SAFE): A packaging script that zips a skill directory. It uses standard libraries (zipfile, pathlib) and includes a validation step before processing.
  • references/ (SAFE): Documentation files providing templates for output and workflow patterns. These contain natural instructional language and are benign.
  • Data Privacy (SAFE): No hardcoded credentials, sensitive file access, or unauthorized network operations were identified.
  • Execution Safety (SAFE): No use of unsafe functions like eval(), exec(), or os.system() with untrusted input.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:32 PM