youtube-downloader
Audited by Socket on Feb 23, 2026
1 alert found:
Obfuscated FileFunctionally legitimate: the documentation and helper script provide valid, common workflows to download YouTube and HLS streams using yt-dlp and ffmpeg. Main security concerns are procedural: (1) installing an unpinned third-party PO token provider into yt-dlp's Python runtime (supply-chain risk of arbitrary code execution and potential exfiltration), and (2) reading and forwarding browser cookies/DevTools-copied headers (credential exposure). There is no explicit malicious code or immediate evidence of backdoors in the provided material, but operators should: verify plugin provenance (use checksums or pinned versions), avoid installing packages into embedded runtimes without review, protect and minimize sharing of browser cookies/headers, and prefer ephemeral tokens or browser-based authenticated downloads when possible.