| Version | Supported |
|---|---|
| 1.0.x | Yes |
Please report security issues privately by opening a GitHub issue with minimal public detail and asking for a private contact channel.
Do not include cookies, tokens, account data, private URLs, or downloaded media in public reports.
Security-sensitive areas include:
- user-provided
yt-dlpextra arguments - cookies and browser-session handling
- filesystem write paths
- subprocess execution
- packaging and installer scripts
- DownloadThis passes subprocess arguments as a list and does not use
shell=True. - Dangerous
yt-dlpflags that can execute commands or read host-controlled input are blocked inextra_args. - Cookies are used locally and are not uploaded by the application.
extra_argsis protected with a denylist, not a strict allowlist.- Native installers are not yet validated as final binary releases.
- Users are responsible for keeping
yt-dlpandffmpegupdated.