扫描报告
20 /100
speech-recognition
通用语音识别 Skill。支持多种音频格式(ogg/mp3/wav/m4a),使用硅基流动 SenseVoice API 进行语音转文字。
Pure documentation skill with no executable code; legitimate SiliconFlow API integration for speech recognition with minor documentation inconsistencies.
可以安装
No action required. Consider fixing the typo in README.md line 57 (api.sylliconflow.cn → api.siliconflow.cn).
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Typo in API endpoint URL 文档欺骗 | README.md:57 |
| 低危 | Author metadata inconsistency 文档欺骗 | package.json, skill.json:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in this documentation-only skill |
| 网络访问 | READ | READ | ✓ 一致 | Describes API calls to api.siliconflow.cn - legitimate documented behavior |
| 命令执行 | NONE | NONE | — | FFmpeg usage is documented as bash examples only |
| 环境变量 | NONE | READ | ✓ 一致 | SKILL.md line 62 references SILICONFLOW_API_KEY env var - documented expected us… |
| 数据库 | NONE | NONE | — | No database access |
6 项发现
中危 外部 URL 外部 URL
https://img.shields.io/badge/License-MIT-yellow.svg README.md:3 中危 外部 URL 外部 URL
https://opensource.org/licenses/MIT README.md:3 中危 外部 URL 外部 URL
https://api.sylliconflow.cn/v1/audio/transcriptions README.md:57 中危 外部 URL 外部 URL
https://api.siliconflow.cn/v1/audio/transcriptions README.md:156 中危 外部 URL 外部 URL
https://docs.siliconflow.cn/ README.md:259 中危 外部 URL 外部 URL
https://clawhub.com README.md:271 目录结构
5 文件 · 11.2 KB · 514 行 Markdown 2f · 472L
JSON 3f · 42L
├─
_meta.json
JSON
├─
package.json
JSON
├─
README.md
Markdown
├─
skill.json
JSON
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
none | N/A | N/A | 否 | No dependencies defined in package.json |
安全亮点
✓ No executable code files present - purely documentation
✓ No credential harvesting or exfiltration behavior
✓ No obfuscation or encoded payloads
✓ No suspicious network IOCs beyond expected SiliconFlow API calls
✓ No supply chain risks - no dependencies defined
✓ MIT license clearly declared
✓ Legitimate Chinese AI API provider (SiliconFlow) used