skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Standard File Operations (SAFE): The
package_skill.pyandquick_validate.pyscripts perform routine file system operations such as reading, directory traversal, and zip creation. All operations are restricted to the local file path provided by the user. - Safe Data Parsing (SAFE):
quick_validate.pycorrectly usesyaml.safe_load()to parse frontmatter fromSKILL.mdfiles, preventing arbitrary code execution during deserialization. - Documentation Only (SAFE): The files in the
references/directory contain only markdown documentation and templates, posing no technical risk. - No Remote Operations (SAFE): No network requests (curl, wget, etc.) or remote code downloads were detected in any of the scripts.
Audit Metadata