i dont send yet my application to VirusTotal.com. But in this moment.
Antivirus software detects Python app as malware because:
- PyInstaller pattern - Many malware also use PyInstaller to create exe files, making AV suspicious of all PyInstaller-compiled apps
- Network activity - app downloads files from internet (yt-dlp updates, FFmpeg) which looks like malware behavio
- Subprocess calls - Running external commands (ffmpeg, pip) is flagged as potentially dangerous