skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns or security vulnerabilities were identified in the scripts or documentation files.
- [COMMAND_EXECUTION] (SAFE): The provided Python scripts perform routine file system operations such as zipping directories and reading metadata files without executing arbitrary shell commands or external binaries.
- [REMOTE_CODE_EXECUTION] (SAFE): The script
scripts/quick_validate.pyusesyaml.safe_load()to parse skill metadata, which is a secure practice that prevents arbitrary code execution during YAML deserialization. - [DATA_EXPOSURE] (SAFE): The skill does not contain hardcoded credentials, access sensitive system file paths, or perform any network operations.
Audit Metadata