zenmux-statusline

Pass

Audited by Gen Agent Trust Hub on Sep 16, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses shell commands (curl, jq, git, chmod, cp) to install the status line and fetch status information. These are standard tools for the described tasks.
  • [EXTERNAL_DOWNLOADS]: The script performs network requests to zenmux.ai to retrieve account subscription and balance information. As the skill is authored by ZenMux, these requests to the vendor's official API are expected and legitimate.
  • [CREDENTIALS_UNSAFE]: The script utilizes the ZENMUX_MANAGEMENT_KEY environment variable to authenticate API requests. It also implements masking for the ZENMUX_API_KEY when displaying it in the status line to prevent accidental exposure of the full secret in the UI.
  • [PERSISTENCE]: The skill modifies ~/.claude/settings.json to register the status line script. This is the intended persistent configuration change required for the status line to function across sessions.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 16, 2026, 02:44 PM
Security Audit — agent-trust-hub — zenmux-statusline