Free check for AI-built apps
IsMyAppOK
Your AI-built app may have problems you don't know about.
What it is
What is IsMyAppOK?
IsMyAppOK is a free service that checks apps built with AI tools such as Lovable and prepares fixes for the problems it finds. You connect GitHub, run a diagnosis, and the fix arrives as a Pull Request.
Who it's for
Who is it for?
For people who built and published an app with an AI tool but are not sure whether it is safe or has problems. No programming background is needed.
What it does
What does it do for you?
-
01
It examines your app's code and finds problems that commonly occur in AI-built apps.
-
02
It prepares a proposal for fixing the problems it finds.
-
03
It delivers that proposal to you as a Pull Request.
How it works
How to use it (3 steps)
-
Connect GitHub
Connect the GitHub account where your app's code lives, and choose the app you want checked.
-
Diagnose your app
IsMyAppOK examines the app you connected. While it works, the screen shows that it is analyzing.
-
Get a fix Pull Request
A Pull Request arrives with the problems that were found and a proposal for fixing them. Review it and decide whether to accept the changes.
Checks
What it checks
The free check covers the most important problems. Additional checks give you deeper coverage.
Included for free (7)
- Service-role key exposed in the frontend
- API key hardcoded in the source
- Secrets committed in .env files
- Row Level Security not enabled
- RLS policy that allows everything (USING true)
- Edge Function without authentication
- RLS bypass via service_role
Additional checks (8)
- INSERT policy missing WITH CHECK
- Owner column does not match the authenticated user
- Hardcoded callback URL (e.g. localhost)
- Hardcoded production URL
- Environment variable name mismatch
- Import that points to a missing file
- Risky or unnecessary dependency
- Obvious tsconfig misconfiguration
No surprises
Peace of mind
- It never rewrites your app on its own. It only prepares the changes.
- You decide whether to accept the proposed changes. Nothing is applied automatically.
- It is free to use.