skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE] (SAFE): The script reads the content of 'SKILL.md' from a user-specified path to perform validation. It does not access sensitive system directories or exfiltrate any data.
- [DYNAMIC_EXECUTION] (SAFE): The script utilizes 'yaml.safe_load()' for parsing YAML frontmatter. This is a secure practice that prevents the execution of arbitrary Python objects during the deserialization process.
- [REMOTE_CODE_EXECUTION] (SAFE): No remote code execution patterns, external downloads, or subprocess calls were found in the script.
Audit Metadata