扫描报告
0 /100
local-stt-workflow
Local speech-to-text workflow for an OpenAI-compatible STT server
Pure documentation/reference skill for debugging a local STT server with no executable code, scripts, or external network access.
可以安装
No action required. This skill only provides debugging instructions using standard curl commands to a local STT server at 127.0.0.1:8000.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | curl commands only target http://127.0.0.1:8000 |
| 命令执行 | WRITE | WRITE | ✓ 一致 | Only curl commands to local STT server |
| 文件系统 | NONE | NONE | — | No file operations |
| 环境变量 | READ | READ | ✓ 一致 | References MLX_AUDIO_SERVER_TASKS for documentation |
6 项发现
中危 外部 URL 外部 URL
http://127.0.0.1:8000/v1. SKILL.md:3 中危 外部 URL 外部 URL
http://127.0.0.1:8000/v1 SKILL.md:10 中危 外部 URL 外部 URL
http://127.0.0.1:8000/health SKILL.md:27 中危 外部 URL 外部 URL
http://127.0.0.1:8000/v1/models SKILL.md:28 中危 外部 URL 外部 URL
http://127.0.0.1:8000/v1/audio/transcriptions SKILL.md:50 中危 外部 URL 外部 URL
http://127.0.0.1:8000/v1/audio/translations references/stt-api.md:290 目录结构
2 文件 · 14.1 KB · 498 行 Markdown 2f · 498L
├─
▾
references
│ └─
stt-api.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ No executable code or scripts present
✓ All network activity limited to localhost (127.0.0.1)
✓ No credential access or exfiltration
✓ No external network requests
✓ No file system modifications
✓ Clear documentation of all functionality
✓ Standard curl-based testing pattern
✓ Purpose is purely informational/debugging