skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [COMMAND_EXECUTION] (LOW): The
package_skill.pyscript uses standard library functions (zipfile,pathlib) to create archive files. While it executes logic based on command-line arguments, it does not invoke arbitrary system shells or execute untrusted code. - [DATA_EXPOSURE] (SAFE): The scripts operate on local file paths provided by the user and do not access sensitive system directories or credentials.
- [INDIRECT_PROMPT_INJECTION] (LOW): The
quick_validate.pyscript parses YAML frontmatter fromSKILL.mdusingyaml.safe_load(). This is the recommended secure practice to prevent arbitrary object instantiation during parsing.
Audit Metadata