ArgosX: independent security testing for AI-built apps

Security scan for Bolt apps

Bolt stands up a full-stack app faster than almost anything, most often on Supabase, and that speed is exactly the risk: the auth and database policies that keep data private are the parts a prompt rarely completes. The default failure is a database that answers to the public key already sitting in your bundle. We scan the app you deployed, from the outside.

Run the free scan on your Bolt app

Runs on your deployed URL in minutes. No signup, no card, and it never logs in: public surface only.

What Bolt apps typically get wrong

Supabase RLS never turned on for generated tables

Bolt scaffolds tables to make the UI work, not to lock them down. Unprotected tables are readable by anyone with the anon key in your bundle.

Keys and tokens baked into the client bundle

Bolt inlines what the app needs to run. A private key that lands in the browser bundle is exposed to every visitor.

Deploy shipped without security headers

A fast deploy often goes out with no Content-Security-Policy, no HSTS, no frame protection. Quick wins, routinely skipped.

What the scan checks on your live app

Supabase database exposure free scan

We use the anon key your live bundle already serves and check what it can read without a login, table by table.

Secrets in the client bundle free scan

We scan what your deploy actually sends to the browser for real private keys, and we distinguish them from publishable keys that are safe in the page.

Security headers and HTTPS config free scan

The one-line deploy fixes: CSP, HSTS, frame and content-type protections.

Cross-user access, signed in Pro, with your permission

On a Pro scan, with your permission and your test accounts, we sign in as two users and check whether one can reach the other's data, with the request and response as evidence.

Being straight about scope: the free scan sees only what an anonymous visitor sees. Signed-in cross-user testing is a paid scan, needs your explicit permission and test accounts you provide, and takes tens of minutes because we actually drive the app. Plans on pricing.

Already asked Bolt to check its own security?

Asking the AI that wrote the code whether the code is safe is grading its own homework: it has no adversarial view of its own output. An independent scan tests the deployed app the way a stranger reaches it, and a Pro scan proves the one thing no code review can, whether two signed-in users are actually separated at runtime.

Common questions

Is it safe to run this on my Bolt app?

The free scan only reads your public surface, the same pages and endpoints any anonymous visitor can reach. No logins, no account creation, no writes. Signed-in testing happens only on a paid scan, with your permission and test accounts you provide.

My Bolt app uses Supabase. Is the anon key in my page a problem?

The anon key itself is designed to be public. The problem is what it can read: without Row-Level Security set per table, that public key reads everything. The free scan shows you exactly which tables answer without a login.

Run the free scan

Prefer the checklist first? See the Bolt pre-launch checklist.

Platform behavior described as of September 2026. Platforms change their defaults; the scan tests what your app actually does today.