Audio Transcription

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The `scripts/transcribe.sh` file contains critical shell injection vulnerabilities. The `$AUDIO_FILE` and `$AUDIO_CONV` variables are directly used in `ffmpeg`, `whisper`, and `whisper.cpp` commands without proper sanitization or quoting, allowing an attacker to execute arbitrary commands by crafting a malicious audio file path. Additionally, the `$LANGUAGE` variable is passed directly to `curl -F`, which could lead to argument injection. While these are severe vulnerabilities, there is no clear evidence of intentional malicious behavior such as unauthorized data exfiltration or backdoor installation; the script's actions are aligned with its stated purpose of audio transcription.