Growing security problem with "vibe coding" app and building tools
Vibe coding refers to building apps by describing

What “vibe coding” means
“Vibe coding” refers to building apps by describing what you want in natural language while AI generates much of the code. Platforms such as Replit, Netlify, Lovable, and Base44 make it possible for non-programmers to publish working web apps quickly.
The main issue
Researchers from RedAccess found a large number of publicly accessible AI-built apps exposed on the open web. According to recent reporting, about 380,000 public assets were identified, and roughly 5,000 contained sensitive corporate or personal information. Some exposed apps reportedly included medical records, financial information, internal business documents, customer conversations, and personally identifiable information.
Why this is happening
The problem is often configuration, not necessarily malicious hacking. Many people using these tools can create functional apps, but may not understand security basics like:
- authentication and access controls
- private vs public deployment settings
- database permissions
- API key protection
- limiting search engine indexing
In several cases, apps were accessible simply because they were published publicly without strong restrictions.
Why the article matters
The bigger takeaway is that AI has made software creation much easier, but it has also made it easier to accidentally publish sensitive data at scale. Instead of a few experienced developers making isolated mistakes, large numbers of new users can now deploy apps very quickly, which multiplies exposure risk.
My practical takeaway
If you use AI to build apps, treat the generated code as a first draft, not as production-ready security. Before publishing anything, check:
- whether the app is public or private
- who can access the database
- whether API keys are exposed in frontend code
- whether the sample/test data contains real personal information
- whether authentication actually protects sensitive pages
Related articles
Cognitive debt for developers
Is a newer concept that’s becoming really....
Claude is experiencing an outage
Here’s what we know about it
Family Web App AI - Family schedules, tasks, organization and more
A system to help you manager all schedules and tas
Apple e Google estão trabalhando juntos
Você sabia disso?
Hidden risks associated with developing a website using artificial intelligence
Using AI to do everything for you is a risk?
What Can Copilot Chat do for you?
Step by step using Copilot Chat
A IA do Google está sendo usada para enganar você
A IA está sendo usada para o bem e para o mal
Mauricio Junior