konfab
Honorary Master
Have fun doing XXS and SQL injection with Django. All the backend APIs are very standard and boring Django views.I hope you are adding all your security checks or only using this as an internal project that doesn't touch the internet.
The vibe coded things are coming through in pentests and have huge security flaws.
Even programs that have been pentested aren’t safe. Someone decides to “clean up” the code, dumps it into an AI without any of the context, and the AI strips out chunks that existed for a reason. Suddenly, an application that’s been tested for a decade is vulnerable to XSS, SQL injection, etc.
This is the mistake I think a lot of people make with vibe coding. I know where it is safe for the AI to work, and where it is not. For example, if someone mentioned graphql and vibe coding, I would instantly classify it as being a security risk ( well I would say graphql in general)
Most of the work was developing a fairly complex front end. I would rather spend my time ensuing the backend works well and is secure and let my good friend and colleague Claude handle React and CSS.
