skill-creator

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE] (SAFE): The provided scripts for packaging and validating skills use standard Python libraries and secure coding practices.
  • [SAFE] (SAFE): quick_validate.py correctly uses yaml.safe_load() to parse frontmatter, preventing potential arbitrary code execution vulnerabilities during YAML deserialization.
  • [SAFE] (SAFE): package_skill.py performs local file system operations to create a ZIP archive of a skill directory. It does not use os.system or subprocess, nor does it make any network requests.
  • [SAFE] (SAFE): The documentation files (references/output-patterns.md and references/workflows.md) provide benign structural guidance for AI behavior without any signs of prompt injection or deceptive instructions.
  • [SAFE] (SAFE): No obfuscation, data exfiltration, or persistence mechanisms were found in any of the analyzed files.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:48 PM