skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The scripts do not invoke any external processes or shell commands. All operations are handled via Python standard library modules like
zipfileandpathlib. - [DATA_EXPOSURE] (SAFE): While the script reads files to create a ZIP archive, it only accesses paths provided via command-line arguments and does not contain hardcoded sensitive paths or network exfiltration logic.
- [REMOTE_CODE_EXECUTION] (SAFE): There are no instances of
eval(),exec(), or other dynamic code execution patterns. No remote resources are fetched or executed. - [EXTERNAL_DOWNLOADS] (SAFE): The skill does not define any external dependencies (Python or Node.js) and does not perform any network requests.
Audit Metadata