Scan Report
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.
Safe to install
No action required. This skill only provides debugging instructions using standard curl commands to a local STT server at 127.0.0.1:8000.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | curl commands only target http://127.0.0.1:8000 |
| Shell | WRITE | WRITE | ✓ Aligned | Only curl commands to local STT server |
| Filesystem | NONE | NONE | — | No file operations |
| Environment | READ | READ | ✓ Aligned | References MLX_AUDIO_SERVER_TASKS for documentation |
6 findings
Medium External URL 外部 URL
http://127.0.0.1:8000/v1. SKILL.md:3 Medium External URL 外部 URL
http://127.0.0.1:8000/v1 SKILL.md:10 Medium External URL 外部 URL
http://127.0.0.1:8000/health SKILL.md:27 Medium External URL 外部 URL
http://127.0.0.1:8000/v1/models SKILL.md:28 Medium External URL 外部 URL
http://127.0.0.1:8000/v1/audio/transcriptions SKILL.md:50 Medium External URL 外部 URL
http://127.0.0.1:8000/v1/audio/translations references/stt-api.md:290 File Tree
2 files · 14.1 KB · 498 lines Markdown 2f · 498L
├─
▾
references
│ └─
stt-api.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 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