可信 — 风险评分 0/100
上次扫描:2 天前 重新扫描
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.
技能名称local-stt-workflow
分析耗时20.0s
引擎pi
可以安装
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 319L · 7.7 KB
└─ 📝 SKILL.md Markdown 179L · 6.4 KB

安全亮点

✓ 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