use-local-whisper
Enables local voice transcription on Apple Silicon devices using whisper.cpp for WhatsApp, eliminating API costs and network dependency.
Install this skill
or
89/100
Security score
The use-local-whisper skill was audited on Jun 1, 2026 and we found 3 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 55
Curl to non-GitHub URL
SourceSKILL.md
| 55 | curl -L -o data/models/ggml-base.bin "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-base.bin" |
medium line 116
Access to .env file
SourceSKILL.md
| 116 | Environment variables (optional, set in `.env`): |
low line 55
External URL reference
SourceSKILL.md
| 55 | curl -L -o data/models/ggml-base.bin "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-base.bin" |
Scanned on Jun 1, 2026
View Security Dashboard