ClawAudit verdict

minimax-coding-plan-tool

minimax-coding-plan-tool-yongjie

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

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.

30
security
70
transparency
70
maintenance

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.

Capability combination high

Accesses credentials AND encodes data — may obfuscate stolen credentials

LLM02 · ASI03 · ASI04

Findings (4)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY="sk-cp-...

Pattern match medium

Base64 encoding/decoding

SKILL.md · code · base64_encode

Pattern match low

Node http/https module — low-level network access

minimax_coding_plan_tool.js · prose · downgraded · require('https')

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API