skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [COMMAND_EXECUTION] (LOW): The
package_skill.pyscript executes file system operations including reading, writing, and directory traversal. These are necessary for its function as a packager and do not involve arbitrary command execution or shell injection.- [DATA_EXPOSURE] (SAFE): The scripts only access files within the provided skill directory path and do not attempt to read sensitive system files (e.g., SSH keys, credentials).- [EXTERNAL_DOWNLOADS] (SAFE): No remote network requests, downloads, or external package installations are performed by these scripts.- [DYNAMIC_EXECUTION] (SAFE): The validation script usesyaml.safe_load()which prevents unsafe deserialization attacks. Noeval()orexec()calls are present.
Audit Metadata