Problem Description
Dev Machine Guard currently detects VS Code, Cursor, Windsurf, Zed, and a few other IDEs, but has no detection for JetBrains IDEs. JetBrains products (IntelliJ IDEA, PyCharm, WebStorm, GoLand, Rider, PhpStorm, RubyMine, CLion, DataGrip, Fleet) are heavily used in open-source as well as enterprise environments, making them a relevant part of the developer attack surface.
Proposed Solution
Add JetBrains IDE detection to detect_ide_installations() following the existing pattern. On macOS, JetBrains IDEs install to /Applications/ with names like IntelliJ IDEA.app, PyCharm.app, etc. Versions can be extracted from Info.plist
Alternatives Considered
No response
Additional Context
No response
Problem Description
Dev Machine Guard currently detects VS Code, Cursor, Windsurf, Zed, and a few other IDEs, but has no detection for JetBrains IDEs. JetBrains products (IntelliJ IDEA, PyCharm, WebStorm, GoLand, Rider, PhpStorm, RubyMine, CLion, DataGrip, Fleet) are heavily used in open-source as well as enterprise environments, making them a relevant part of the developer attack surface.
Proposed Solution
Add JetBrains IDE detection to detect_ide_installations() following the existing pattern. On macOS, JetBrains IDEs install to /Applications/ with names like IntelliJ IDEA.app, PyCharm.app, etc. Versions can be extracted from Info.plist
Alternatives Considered
No response
Additional Context
No response