BitDefender on Windows is automatically deleting cli executable #211

Closed
opened 2026-02-16 00:20:30 -05:00 by yindo · 2 comments
Owner

Originally created by @webdepsbl on GitHub (Dec 3, 2025).

Self Checks

To make sure we get to you in time, please check the following :)

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • "Please do not modify this template :) and fill in all the required fields."

Versions

  1. dify-plugin-daemon Version: 0.4.1

Describe the bug
BitDefender on Windows is automatically deleting cli executable with reason:
"malware of type Generic.Ransom.Spora.F53F99F0"

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Originally created by @webdepsbl on GitHub (Dec 3, 2025). **Self Checks** To make sure we get to you in time, please check the following :) - [ ] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify-plugin-daemon/issues), including closed ones. - [ ] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [ ] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [ ] "Please do not modify this template :) and fill in all the required fields." **Versions** 1. dify-plugin-daemon Version: 0.4.1 **Describe the bug** BitDefender on Windows is automatically deleting cli executable with reason: "malware of type Generic.Ransom.Spora.F53F99F0" **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here.
yindo closed this issue 2026-02-16 00:20:30 -05:00
Author
Owner

@Yeuoly commented on GitHub (Dec 12, 2025):

It's usually because of a false positive detection by BitDefender, maybe you can just try our latest release and see if the problem solved, or just use tool like homebrew to install dify-plugin

@Yeuoly commented on GitHub (Dec 12, 2025): It's usually because of a false positive detection by BitDefender, maybe you can just try our latest release and see if the problem solved, or just use tool like `homebrew` to install dify-plugin
Author
Owner

@fatelei commented on GitHub (Jan 11, 2026):

Immediate Fix - Add Exclusion in BitDefender

  1. Open BitDefender
  2. Go to Protection → Antivirus → Settings
  3. Find Exclusions section
  4. Add the executable path (e.g., C:\Users<user>\go\bin\dify.exe or your build output directory)
  5. Alternatively, exclude the entire build directory
@fatelei commented on GitHub (Jan 11, 2026): Immediate Fix - Add Exclusion in BitDefender 1. Open BitDefender 2. Go to Protection → Antivirus → Settings 3. Find Exclusions section 4. Add the executable path (e.g., C:\Users\<user>\go\bin\dify.exe or your build output directory) 5. Alternatively, exclude the entire build directory
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#211