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 where untrusted JSON can reach it.
The "quick fix" Spring Security config that was meant to be temporary.
Security config that can leave /actuator/env and friends open to unauthenticated access.
Findings are raised for review, not asserted as proven exploits. Severity is reasoned per pattern rather than defaulted, so a flag is worth stopping for.
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.