SECURITY·중요도 6·2026. 05. 26.·Dev.to

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

── KO ──────────────────

오픈 소스 보안 스캐너가 윈도우 디펜더에 의해 트로이 목마로 오해받은 사례를 공유합니다.

MCP 서버를 위한 보안 스캐너인 MCPSense가 윈도우 디펜더에 의해 트로이 목마로 잘못 인식되어 삭제된 사건을 다룹니다. 이 글에서는 Go 바이너리가 왜 이러한 문제를 겪는지, 그리고 이를 해결하기 위해 저자가 취한 조치를 설명합니다. MCPSense는 보안 취약점 점검을 위한 CLI 도구로, 다양한 유형의 취약점을 탐지합니다. 글을 통해 독자들은 비슷한 상황을 겪지 않도록 피드백을 받을 수 있습니다.


── EN ──────────────────

An open-source security scanner was flagged as a Trojan by Windows Defender, and the author shares this experience.

This article discusses the incident where MCPSense, a security scanner for MCP servers, was mistakenly identified as malware by Windows Defender. It explains why Go binaries can face such issues and the steps the author took to resolve it. MCPSense is a CLI tool designed to identify various security vulnerabilities in server configurations. Readers can learn from this experience to avoid similar problems.

원문 보기 →목록으로