Skip to main content

minimax-studio

Creates voice, music, and video content using MiniMax AI models, enabling TTS, voice cloning, and media processing.

Install this skill

or
73/100

Security score

The minimax-studio skill was audited on May 15, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 33

Access to .env file

SourceSKILL.md
331. **`.env` file** (recommended — persists across sessions):
medium line 34

Access to .env file

SourceSKILL.md
34Create a `.env` file in the MiniMaxStudio project root (alongside SKILL.md):
medium line 38

Access to .env file

SourceSKILL.md
38All scripts automatically load `.env` on startup. Environment variables take precedence over `.env` values.
medium line 46

Access to .env file

SourceSKILL.md
46Before running any script, check if `MINIMAX_API_KEY` is available (via env var or `.env` file). If it is NOT configured:
medium line 48

Access to .env file

SourceSKILL.md
482. Write the key to the `.env` file in the **MiniMaxStudio skill directory** (i.e., the directory containing this SKILL.md): `echo 'MINIMAX_API_KEY=sk-api-xxxxx' > <skill_directory>/.env`
low line 480

Access to .env file

SourceSKILL.md
480├── env_loader.py # .env file loader (auto-loaded by all scripts)
low line 50

External URL reference

SourceSKILL.md
504. The key starts with `sk-api-`, obtainable from https://platform.minimaxi.com
Scanned on May 15, 2026
View Security Dashboard
Installation guide →