skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The scripts
package_skill.pyandquick_validate.pyperform local file system operations (reading files, creating zip archives) which are consistent with their stated purpose of packaging and validating skill directories. No unauthorized command execution was found. - [REMOTE_CODE_EXECUTION] (SAFE): The script
quick_validate.pyusesyaml.safe_load()to parse frontmatter fromSKILL.md. This is a secure practice that prevents the execution of arbitrary code during YAML deserialization. - [DATA_EXFILTRATION] (SAFE): While
package_skill.pyreads local files to create a package, it does not perform any network operations to send this data externally. - [PROMPT_INJECTION] (SAFE): The documentation files (
output-patterns.md,workflows.md) contain examples of instructions for AI agents, but they do not include bypasses, overrides, or malicious instructions intended to subvert agent safety.
Audit Metadata