Security audit
Whisper Voice Transcription (whisper.cpp)
Security checks for vulnerabilities and agentic risk
Overview
This skill is a clear local speech-to-text guide with disclosed downloads and an optional cloud fallback.
Install if you are comfortable cloning and building whisper.cpp locally. Download models only from official sources, verify hashes when available, keep audio-file searches scoped to known cache paths, and use the cloud fallback only when sending audio to an external provider is acceptable.
Vulnerability Patterns
- Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
- Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
- Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
- Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
- Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Static analysis
No suspicious patterns detected.
