Startups are now the low-hanging fruits for hackers
Only after 4 days of the original post, some vibe-coded dating app got hacked and all personal information like driver's license has been leaked.

If you have vibe-coded something, make sure you don't store any sensitive information for the masses until you can afford someone else to secure it.
Last week I asked Cursor to write me a file upload function.
(With clear instructions on how to make it secure)
Then I realized most startups will get hacked after I saw the code.
Spoiler: it was still too insecure.
Chat history:
Me: Make sure only authorized users can access the files
Cursor: Here you go. The code is safe and written with best practices in mind
Me: But I can still access those files as a guest!
Cursor: Here you go… (repeating the same stuff)
Me: But I can still access…
After a few more prompts,
it finally coded the right thing.
But it left me wondering:
How many vibe-coders don’t question their AI?
And how many of them runs a startup?
As a pentester, after hacking hundreds of websites,
I know how companies’ websites usually get hacked.
Those flaws are usually invisible to vulnerability scanners.
And you don't get to know them unless you pay for a pentest.
Most startups can't afford that.
And most vibe-coded startups can't afford NOT doing that.
