-
Notifications
You must be signed in to change notification settings - Fork 300
Description
Hello! I wanted to check - has anybody else experienced any false positive flagging by VirusTotal in applications that link async-openai
?
Here's an example of a scan of one of the examples in the repository:
https://www.virustotal.com/gui/file/0a864ec8dc71213016ad9f3cc2b8cf81f7bfebc86aee0f42df94645221f1692e?nocache=1
We first became aware of this after noticing that one of the binaries distributed with GitButler gets flagged by VirusTotal immediately after a dependency to async-openai = "0.28.2"
was introduced: gitbutlerapp/gitbutler#9090 (comment)
I know these scanners can be quite random at times, for example Tauri applications often get their Windows distributions flagged tauri-apps/tauri#2486 but I wanted to check if somebody here has an idea what may be causing this particular one.
Thanks