THE 41-POINT CHECKLIST

This is the list we run against every app we audit. It is published in advance on purpose: ask anyone else quoting you for this work to show you theirs.

Data & access

The main category, and the one where a single mistake exposes the most data at once. Written in Postgres terms because most of these apps use Supabase, but the question is the same wherever the data lives — a SQLite file in a container, a self-hosted database, Firebase, or an API you wrote by hand: who can read this row, and what stops them?

Secrets

Any finding here means the key is treated as compromised. Removing it from the code is not enough — it has to be rotated.

Authentication & authorisation

Sign-in works on the first try, so nobody checks it again. Authorisation is what actually fails.

Resilience

The category nobody else checks, and the one that most often ends the business rather than just the feature.

Load & cost

Works in a demo, dies on launch day — and the bill arrives either way.

Legal & platform

Cheap to fix before launch, expensive after.

Want this run against your app?

The first check is free and the audit price is on the page — no sales call required.

SEE PRICING