skill-creation-guide
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns or vulnerabilities were detected in the analyzed files. The scripts are straightforward utility tools for skill development.
- [DYNAMIC_EXECUTION] (SAFE): The validation script
scripts/quick_validate.pyusesyaml.safe_load()to parse frontmatter, which is a security best practice that prevents arbitrary code execution during deserialization. - [COMMAND_EXECUTION] (SAFE): The packaging script
scripts/package_skill.pyuses the standardzipfilelibrary for local filesystem operations and does not execute shell commands or external processes.
Audit Metadata