skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The scripts perform routine file system operations and validation using secure practices.
- File Handling: The code uses the
pathlibmodule for path resolution and directory management, which is a modern and safe approach to handling file paths. - Packaging Process: Archives are created using the built-in
zipfilemodule, and relative path calculations are used to prevent unintended file inclusion. - Validation Logic: Skill metadata is parsed and validated using regular expressions rather than potentially unsafe external parsers or dynamic execution.
- No External Risks: No network operations, remote code downloads, or credential exposures were found in the analyzed files.
Audit Metadata