80% of vibe-coded apps have critical vulnerabilities: open Firebase rules, API keys exposed client-side, user data accessible without auth. I find them in 48h and fix them.
A manual, thorough audit, not an automated scan. I read every rule, every API call, every secret.
Verification of every collection: read/write by role, field validation, no open rules. This is the #1 flaw in FlutterFlow apps.
Client code scan: Stripe, Anthropic, Google Maps keys exposed? Everything must go through Cloud Functions, never client-side.
Check of OWASP Mobile 10 risks: insecure storage, unencrypted communication, weak auth, injection, reverse engineering.
AI integration audit: prompt injection, data leaks to LLMs, uncapped API costs, exposed keys.
Detailed PDF report with severity, reproduction, recommended fix. I fix critical flaws within 48h of the report.
You give me access to the Git repo and Firebase project. We identify critical points to check first.
I read every Firebase rule, every API call, every secret. No automated scan: a human audit, line by line.
Detailed document: each flaw with severity (critical/high/medium), reproduction steps, and recommended fix.
I fix critical and high flaws. Firebase rules rewritten, keys migrated to secrets, Cloud Functions secured.
Second pass to confirm fixes are effective. Final signed checklist.
Report + fixes in 48h. No sales pitch, no automated scan.
Describe your app and the stack used. I'll reply within 24h with an audit quote.