skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [SAFE] (SAFE): No malicious patterns, prompt injections, or unauthorized data access were detected. The files consist of markdown documentation and a secure validation utility.
- [COMMAND_EXECUTION] (INFO): The script
scripts/quick_validate.pyperforms local file validation. It usesyaml.safe_load()for parsing frontmatter, which is a secure practice that prevents arbitrary code execution during deserialization. - [DATA_EXFILTRATION] (SAFE): The validation script only reads the specific
SKILL.mdfile within a provided directory and does not perform any network operations or access sensitive system paths.
Audit Metadata