Comment Re:it's the complexity, stupid (Score 2) 22
It really has nothing to do with npm packages or vibe coding. The problem is the complexity that server components bring along, like GP says. And there's a simple fix... don't use them. Use api routes instead, that will save you from vulnerabilities like this one, and yes you can keep running javascript in the server too.