Vulngrep is a JetBrains plugin that catches the small, specific list of security mistakes Copilot and Cursor keep making in Spring Boot — before you commit them. Runs entirely inside your IDE. No cloud, no account, nothing leaves your machine.
Vulngrep doesn't try to replace SonarQube or Snyk. It's tuned specifically for what AI coding assistants actually get wrong in Spring Boot.
The "just make the CORS error go away" suggestion that opens the endpoint to any origin.
Query building via concatenation instead of parameter binding — classic injection, still generated constantly.
Default typing left enabled on user-controlled input.
The "quick fix" Spring Security config that was meant to be temporary.
/actuator/env and friends left reachable without auth after a scaffolding suggestion.
Most security scanners want an account, a dashboard, and your source uploaded to their servers. That's a reasonable trade for a security team with a budget. It's a bad trade for a solo developer.
One email, when it's live on the JetBrains Marketplace. Reply and tell me the worst AI-generated security bug you've caught — it'll probably end up as detector #6.
No spam, no drip sequence. One email, when it's real.