minimax-usage
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data exfiltration were detected. The script performs its stated function.
- [EXTERNAL_DOWNLOADS]: The script connects to platform.minimax.com, which is the official API domain for the Minimax service. This is a legitimate connection for retrieving usage statistics.
- [CREDENTIALS_UNSAFE]: The skill requires MINIMAX_CODING_API_KEY and MINIMAX_GROUP_ID to be provided via a .env file. It sources this file to authenticate with the API, which is standard behavior for such utilities.
- [COMMAND_EXECUTION]: The script utilizes standard CLI tools, specifically curl for HTTPS requests and jq for parsing JSON responses. These operations are restricted to the primary purpose of the skill.
Audit Metadata