skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The analysis of the provided Python scripts did not reveal any malicious patterns, obfuscation, or security vulnerabilities.
- [FILE_SYSTEM_ACCESS] (SAFE): The scripts read and write to the local file system to process skill metadata and create archives. The code correctly utilizes the
pathlibmodule for path resolution and relative path calculations, which is a recommended practice to avoid path traversal vulnerabilities. - [METADATA_VALIDATION] (SAFE):
quick_validate.pyperforms basic syntax and structure checks onSKILL.mdfiles. It enforces naming conventions and restricts certain characters in descriptions, which helps maintain data integrity within the agent ecosystem. - [NO_EXTERNAL_ASSETS] (SAFE): No external dependencies, remote script downloads, or network-based exfiltration vectors were detected.
Audit Metadata