intro-video
Warn
Audited by Socket on Aug 30, 2026
1 alert found:
AnomalyAnomalyscripts/asr.py
LOWAnomalyLOW
scripts/asr.py
No direct evidence of intentional malware (e.g., backdoors, credential theft, or data exfiltration) is present in this module. The primary security concerns are supply-chain and archive-handling risk: the model archive is downloaded without integrity verification and extracted using tarfile.extractall with a fallback that could weaken safeguards depending on runtime behavior. Additionally, it invokes ffmpeg on attacker-controlled media, which is a typical external-binary attack surface. Overall, this is a mostly legitimate offline ASR utility, but it warrants hardening around model authenticity (hash/signature/pinning) and safer extraction practices.
Confidence: 64%Severity: 60%
Audit Metadata