ClawAudit verdict
minimax-coding-plan-tool
minimax-coding-plan-tool-yongjie
Accesses credentials AND encodes data
Legitimately wraps MiniMax Token Plan API for image generation, web search, image understanding, TTS, and video generation, reading an API key from environment and sending it to the official MiniMax endpoint — behavior matches stated purpose with no exfiltration.
Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Findings (4)
Possible hardcoded credential
SKILL.md · code · API_KEY="sk-cp-...
Base64 encoding/decoding
SKILL.md · code · base64_encode
Node http/https module — low-level network access
minimax_coding_plan_tool.js · prose · downgraded · require('https')
Accesses sensitive environment variables
minimax_coding_plan_tool.js · prose · downgraded · process.env.MINIMAX_API_KEY
Permissions & capabilities
Requires 1 environment variable. (1 sensitive: MINIMAX_API_KEY). Requires 1 system binary.
credential_accessdata_encoding Thanks — recorded.