L'80% delle app vibe-coded hanno falle critiche: Firebase rules aperte, chiavi API esposte, dati utente accessibili senza auth. Le trovo in 48h e le correggo.
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.
Quando chiedi a un'IA di programmare la tua app, produce codice che funziona. Ma l'IA non pensa alla sicurezza. Chiavi API esposte, dati accessibili senza auth, nessun rate limiting โ sono le falle #1 delle app vibe-coded.
| Incident | What happened | Root cause | Your risk |
|---|---|---|---|
| Tea Dating (2025) | Photos, messages and locations of all users publicly accessible | Firebase rules in test mode | Data breach + GDPR fine (4% of revenue) |
| Strava (2018) | Secret military bases revealed via public heatmap | Location data public by default | Loss of trust + media exposure |
| Parler (2021) | 70TB of data scraped in days | API without auth + no rate limit | Total platform destruction |
| FlutterFlow apps (common) | Stripe key in plaintext, open Firestore, unencrypted tokens | Prompts without security context | API bill -50k + store rejection |
An audit doesn't cost ,600. It saves you ,000 in damages, 6 months of reputation to rebuild, and potentially your app being pulled from stores.
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.