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.pycorrectly usesyaml.safe_load()to parse frontmatter, preventing potential arbitrary code execution vulnerabilities during YAML deserialization. - [SAFE] (SAFE):
package_skill.pyperforms local file system operations to create a ZIP archive of a skill directory. It does not useos.systemorsubprocess, nor does it make any network requests. - [SAFE] (SAFE): The documentation files (
references/output-patterns.mdandreferences/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