media-to-transcript

Warn

Audited by Socket on Aug 13, 2026

1 alert found:

Anomaly
AnomalyLOW
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
Analyzed At
Aug 13, 2026, 02:53 PM
Package URL
pkg:socket/skills-sh/bozhoudev%2Fvideo-skills-toolkit%2Fmedia-to-transcript%2F@bb70a90e8ce709b310dd003762234ef995821b5bb83963fcca7d1d9608b401b2
Security Audit — socket — media-to-transcript