bsmg / ModAssistant

Simple Beat Saber Mod Installer
MIT License
2.49k stars 420 forks source link

Malware detected #423

Closed EduCCF closed 1 week ago

EduCCF commented 2 years ago

MaxSecure detects that the ModAssistant.exe file act as a "Trojan Malware 300983".

Can anyone shed some light about this?

Assistant commented 2 years ago

It's a false positive, after giving a pass through VirusTotal you can see that MaxSecure is the only antivirus that detects it as malicious, and some googling revealed that MaxSecure often gives out false positives. Since the source code is available, you can check that it does nothing malicious, and since the executable is compiled and posted by Github itself (which is run by Microsoft), you can be reasonably certain that it is what the source code says it is. Since the executable isn't signed because signing certificates cost money, and it downloads files from the internet (the mods you're installing and updates), overzealous antiviruses sometimes find that suspicious and flag it as malware.