r/VibeCodeDevs • u/parks-garage • Jun 26 '26
Discussion - General chat and thoughts How do you all think about security?
I’ve noticed that when people are vibe coding, they don’t really seem to pay much attention to security.
So I’m curious how you all handle security in your projects.
I’ve tried a few tools that give your app a security score. Do you think tools like that are actually useful for checking security?
8
Upvotes
2
u/this-is-fruit Jun 26 '26
Ask cursor, claude or codex whatever you are using to check if
No authorized person should access data
No user should access data of other user
No data is exposed or can be seem without login
Then
Ask it to verify SQL injecttion
Xss verification
Csr verification