Switch language한국어
Back to the list

My Open Source Security Scanner Got Flagged as a Trojan by Windows Defender

TL;DR AI

Key summary

2 min read
  1. Windows Defender silently quarantined and deleted MCPSense, an open-source Go security scanner, when installed from GitHub Releases on Windows.

  2. VirusTotal showed only 1 detection out of 71 engines, pointing to a false positive rather than real malware.

  3. The issue matches a known heuristic/ML pattern that often hits downloaded Go binaries, especially those with the Mark of the Web.

  4. The post explains steps to reduce the problem so legitimate security tools are less likely to be blocked and lose users.

Read the original