skill-creator

Pass

Audited by Gen Agent Trust Hub on Feb 21, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE] (SAFE): Analysis of the provided scripts and documentation indicates no presence of malicious patterns across all 10 threat categories.
  • Dependency Analysis: The Python scripts use the standard library and PyYAML. Specifically, scripts/quick_validate.py utilizes yaml.safe_load(), which is the industry standard for preventing arbitrary code execution during YAML parsing.
  • File Operations: scripts/package_skill.py performs local file system operations (zipping a directory). It uses pathlib.Path.resolve() to handle path normalization and does not interact with sensitive system paths or network resources.
  • Documentation Content: The markdown files in the references/ directory provide structural guidance for skill output and workflows. They do not contain any instructions that would lead to prompt injection or behavioral overrides.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 21, 2026, 07:22 AM