training-srt-transcriber
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/transcribe_srt.pyusessubprocess.runto execute system commands such asffprobeto validate audio file metadata andpiporuvto manage the local virtual environment. - [EXTERNAL_DOWNLOADS]: The skill automatically provisions a managed virtual environment in
~/.cache/zynkr-srt-transcriber/venvand downloads standard Python packages includingtorchandstable-tsfrom public registries. It also triggers the download of Whisper model weights to the local cache directory on first use. - [REMOTE_CODE_EXECUTION]: The script utilizes
os.execvfor process replacement, allowing it to re-execute itself within the newly created virtual environment to ensure proper dependency loading.
Audit Metadata