扫描报告
15 /100
voice-minimax
MiniMax TTS语音生成并通过飞书发送的技能
A straightforward voice generation skill with all capabilities declared in documentation; minor issue with placeholder credentials in code.
可以安装
This skill is safe to use. Consider documenting that users should never commit actual API keys to version control.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | API key placeholder in inline code | SKILL.md:23 |
| 低危 | Lark user ID hardcoded | SKILL.md:42 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md:31 urllib.request to api.minimaxi.com |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md:24-45 ffmpeg, cp, lark-cli commands |
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md:36-37 writes to /tmp/voice.mp3 and ./voice.opus |
| 环境变量 | NONE | NONE | — | No environment variable access detected |
| 技能调用 | NONE | NONE | — | No skill invocation detected |
| 剪贴板 | NONE | NONE | — | No clipboard access detected |
| 浏览器 | NONE | NONE | — | No browser access detected |
| 数据库 | NONE | NONE | — | No database access detected |
1 项发现
中危 外部 URL 外部 URL
https://api.minimaxi.com/v1/t2a_v2 SKILL.md:31 目录结构
1 文件 · 2.2 KB · 89 行 Markdown 1f · 89L
└─
SKILL.md
Markdown
安全亮点
✓ All shell commands (ffmpeg, cp, lark-cli) are explicitly declared in SKILL.md
✓ No hidden functionality or undocumented code execution
✓ No credential harvesting or data exfiltration detected
✓ No base64 encoding, eval(), or other obfuscation techniques
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ Single-purpose tool with clear, auditable workflow
✓ No external script downloads (curl|bash pattern absent)
✓ Filesystem operations are limited to documented /tmp/ and ./ directories