skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: LOW
Full Analysis
- [SAFE] (SAFE): The script
package_skill.pyimplements standard zip packaging logic using thezipfilelibrary. It validates the input path and ensures the existence of required files before processing. - [SAFE] (SAFE): The script
quick_validate.pyperforms basic structural and format checks on skill metadata (SKILL.md) using regular expressions and string matching. No unsafe parsing or execution of the file content occurs. - [SAFE] (SAFE): No external dependencies, remote code downloads, or network operations are present in either script.
Audit Metadata