-
-
Notifications
You must be signed in to change notification settings - Fork 90
Description
Hi Dev Team,
I've downloaded and tested the Writing Tools.exe v7.1 for Windows, and I’ve come across some antivirus alerts that I wanted to share—mostly just to help make sure everything keeps running smoothly for all of us.
What I’ve Noticed
-
F-Secure:
It flags the executable as "HEUR/APC." -
Jotti Malware Scan:
Most antivirus engines say the file is clean, though Avast calls it FileRepMalware and Fortinet reports it as W32/PossibleThreat. These few warnings seem a bit over the top. -
VirusTotal:
Out of 61 vendors, 6 flagged the file (including Fortinet and Cylance), and it got a community score of 6/81 with a “Trojan” label. Not too many, but it might give some users pause. -
MetaDefender Cloud:
All 16 engines marked the file as clean. There were some minor behavioral hints noted (three MITRE techniques with a score of 75), but nothing that appears to be a real threat.
I also noticed similar chatter in the past Issues #130 and #155 . In those cases, it was mentioned that the alerts might be linked to the way PyInstaller packages the file—so it’s probably not something in the actual code.
My Suggestions
-
Digital Signing:
It might help to add a robust digital signature to the executable. A trusted digital signature can boost confidence among users and possibly lower false positive rates. -
Packaging Options:
If possible, exploring alternative packaging methods to replace PyInstaller.
Thanks so much for all the work you put into Writing Tools. I hope this feedback is helpful.
Cheers :)