skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The provided files are development utilities and documentation. No malicious patterns, data exfiltration, or prompt injection vectors were detected.
- [COMMAND_EXECUTION] (SAFE): The script
package_skill.pyuses standard library modules (zipfile,pathlib) to create archive files. These operations are restricted to the local file system and align with the script's stated purpose. - [DATA_EXPOSURE] (SAFE): The validation script
quick_validate.pyusesyaml.safe_load()to parse metadata, which is the recommended practice for preventing code execution during YAML parsing. - [EXTERNAL_DOWNLOADS] (SAFE): No network operations, external downloads, or remote script executions were found in the code.
Audit Metadata