zenmux-usage
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands (
curl,jq) to interact with the ZenMux Management API endpoints. - [CREDENTIALS_UNSAFE]: References an environment variable
ZENMUX_MANAGEMENT_KEYfor authentication. It correctly instructs the user on how to set it up without hardcoding secrets. - [EXTERNAL_DOWNLOADS]: Communicates with the official
zenmux.aiAPI domain, which is the primary service for this tool. This is a standard operation for a management skill and is considered safe as it targets the intended service provider. - [NO_CODE]: The skill does not bundle external scripts or binaries; it relies on standard system utilities like
curl.
Audit Metadata