media-to-transcript
Warn
Audited by Socket on Aug 13, 2026
1 alert found:
AnomalyAnomalyscripts/media_to_transcript.py
LOWAnomalyLOW
scripts/media_to_transcript.py
No clear malware/backdoor behavior is present in this fragment (no eval/exec backdoors, no obvious data-stealing logic). However, the code has notable security risks: (1) it disables TLS certificate verification as a fallback on CERTIFICATE_VERIFY_FAILED (MITM risk), (2) it dynamically imports and executes a local skill module (video-transcript/scripts/transcript.py) which is a supply-chain/code-execution risk if that skill is compromised, and (3) it accepts arbitrary user-provided URLs and performs network egress by downloading and uploading media to R2 and sending it to AUC.
Confidence: 68%Severity: 62%
Audit Metadata