skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The scripts use the
pathliblibrary for file system operations instead of risky shell commands or subprocess calls. - [EXTERNAL_DOWNLOADS] (SAFE): No network operations (e.g.,
requests,curl,wget) are present; the scripts operate entirely on the local file system. - [DATA_EXFILTRATION] (SAFE): The code does not attempt to access sensitive directories (e.g.,
.ssh,.aws) or transmit data to external domains. - [REMOTE_CODE_EXECUTION] (SAFE): There is no use of
eval(),exec(), or dynamic loading of untrusted remote content. - [CREDENTIALS_UNSAFE] (SAFE): No hardcoded API keys, tokens, or secrets were found in the scripts or templates.
Audit Metadata