-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Issue
Hi,
First of all, thanks for creating Claude Code Usage Monitor — it’s a really useful tool.
I wanted to raise something I recently encountered in case it is useful to be aware of.
Issue
BitDefender on my system recently quarantined the binary for Claude Code Usage Monitor, flagging it as potentially malicious.
Out of caution I uploaded the binary to VirusTotal to see if other engines were detecting anything.
VirusTotal results show 3 engines currently flagging the file as malicious, while the vast majority report it as clean.
VirusTotal report:
https://www.virustotal.com/gui/file/bbea4de4bbee8cd649aefb2aaa6f7e0948d909f5d5e60352c7d3779e8cffbe92?nocache=1
Notes
I suspect this may simply be a false positive, which can sometimes occur with compiled binaries from smaller projects. I have scanned the code and am satisfied that there is no malicious code, but the way the app runs likely triggers that false positive in the AI/ML/heuristics rules.
I’m not sure there’s much that can be done from your side beyond potentially submitting false positive reports to AV vendors, but I wanted to raise it as an FYI in case:
- other users encounter similar behaviour
- you want to submit a false positive to BitDefender or the engines flagging it
Environment
- OS: Windows
- Antivirus: BitDefender
- Binary source: GitHub release
Happy to provide any additional details if it helps.
Thanks again for the project!