扫描报告
15 /100
free-tts-voice-cloning
免费文字转语音与克隆 - 完全免费的本地TTS和声音克隆技能
Legitimate local TTS and voice cloning skill with no malicious behavior detected. The skill performs exactly as documented with minor issues (remote script download for Homebrew installation, version unpinned dependencies) that are standard practices for tool installation scripts.
可以安装
This skill is safe to use. The curl|bash pattern in install_dependencies.sh downloads Homebrew from the official GitHub repository, which is a standard and widely-accepted practice. Users should ensure they review installation scripts before execution as a general security practice.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Unpinned Python dependency version 供应链 | install_dependencies.sh:14 |
| 提示 | Initial model download from HuggingFace 文档欺骗 | voice_cloning_demo.py:47 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | voice_cloning_demo.py writes audio output files via open() with 'wb' mode |
| 网络访问 | READ | READ | ✓ 一致 | load_model() downloads MLX model from HuggingFace on first run - declared in SKI… |
| 命令执行 | WRITE | WRITE | ✓ 一致 | install_dependencies.sh executes brew install and pip install - declared in SKIL… |
| 环境变量 | NONE | NONE | — | No environment variable access found in code |
| 技能调用 | NONE | NONE | — | No inter-skill invocation found |
| 剪贴板 | NONE | NONE | — | No clipboard access found |
| 浏览器 | NONE | NONE | — | No browser access found |
| 数据库 | NONE | NONE | — | No database access found |
3 项发现
中危 外部 URL 外部 URL
http://127.0.0.1:18789/ README.md:25 中危 外部 URL 外部 URL
https://hf-mirror.com SKILL.md:239 中危 外部 URL 外部 URL
https://docs.openclaw.ai/skills/voice-cloning package.json:19 目录结构
6 文件 · 19.3 KB · 645 行 Markdown 2f · 446L
Python 1f · 133L
JSON 2f · 36L
Shell 1f · 30L
├─
_meta.json
JSON
├─
install_dependencies.sh
Shell
├─
package.json
JSON
├─
README.md
Markdown
├─
SKILL.md
Markdown
└─
voice_cloning_demo.py
Python
依赖分析 3 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
mlx-audio | * | pip | 否 | Version not pinned in install script |
ffmpeg | latest | homebrew | 否 | Installed via Homebrew |
[email protected] | latest | homebrew | 否 | Standard Python installation |
安全亮点
✓ No credential harvesting or API key theft detected
✓ No data exfiltration to external servers during TTS processing
✓ No obfuscated code (base64, eval, etc.) found
✓ No reverse shell or C2 communication patterns
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ No hidden functionality different from documentation
✓ Legitimate use of subprocess for tool installation (Homebrew, pip)
✓ Clear and comprehensive legal/ethics disclaimer included
✓ Local-only processing claim aligns with code implementation (MLX framework)