leafspark / AutoGGUF

automatically quant GGUF models
Apache License 2.0
136 stars 12 forks source link

[BUG] Bitdefender flags the binary as malicious. #28

Open singultus opened 1 month ago

singultus commented 1 month ago

Bitdefender considers your binary to be malicious, identified as Gen:Variant.Tedy.644475. Googling reveals that this may be a false positive. However, on virustotal.com 15 out of 75 security vendors raise a red flag. You might want to look into that.

leafspark commented 1 month ago

Not sure why it's flagging the exe created by PyInstaller (Nuitka doesn't have this issue). My guess is that because of the use of the subprocess.run module to execute the llama.cpp quantization and conversion scripts, it identifies it as similar to other malware that uses the same module to execute commands on the system.