El 80% de las apps vibe-coded tienen fallas criticas: Firebase rules abiertas, claves API expuestas, datos accesibles sin auth. Las encuentro en 48h y las corrijo.
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.
Cuando le pides a una IA que programe tu app, produce codigo que funciona. Pero la IA no piensa en seguridad. Claves API expuestas, datos accesibles sin auth, sin rate limiting โ son las fallas #1 de las apps 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.