Security tool TrustBoost has released a free scanning service designed to detect exposed Supabase data within applications built on popular AI coding platforms. The scanner specifically targets projects created with Lovable, Bolt, and Base44, tools that have seen rapid adoption among developers who prefer prompt-based generation over manual coding.

The Rise of AI-Generated Security Flaws

As the market for AI-assisted development tools expands, so does the risk of misconfigured backends. These platforms often automate the connection between frontend code and Supabase databases, but they can inadvertently expose API keys or leave database tables publicly readable if Row Level Security (RLS) is not correctly implemented. The new scanner aims to identify these specific vulnerabilities in the codebases generated by these popular builders.

How the Tool Works

The service operates via a dedicated endpoint at api.trustboost.dev/free-scan. While the tool is currently in an early stage, evidenced by its low visibility on Hacker News with only 3 points and zero comments, it addresses a critical pain point for builders who rely on automation. The scanner checks for common configuration errors that leave sensitive user data accessible to anyone with a web browser.

Key Takeaways

  • TrustBoost offers a free scan for exposed Supabase data in AI-built apps.
  • The tool supports Lovable, Bolt, and Base44, three leading AI development platforms.
  • Users can access the scanner via the api.trustboost.dev/free-scan endpoint.

The Bottom Line

If you are shipping AI-generated MVPs to production, you are shipping your database to the world. Stop guessing about your RLS policies and run the scan before your first user sees your data.