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.pyutilizesyaml.safe_load(), which is the industry standard for preventing arbitrary code execution during YAML parsing. - File Operations:
scripts/package_skill.pyperforms local file system operations (zipping a directory). It usespathlib.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