Tag · security
#security
3 posts tagged security. View all posts.
How to secure a vibe-coded app: the 3 bugs a blank repo always ships
A coding agent starting from an empty folder reproduces the same three security bugs every time — un-revocable sessions, payment webhooks that charge twice, and queries that return another tenant's rows. Why it happens, and how a tested base closes all three.
The last 20%: where vibe-coded SaaS apps break and leak
To make a vibe-coded app production-ready you have to survive the invisible 80% — auth that forgets, tenant data that leaks, billing that double-charges. Here's where it breaks, with real incidents, and what "done" actually requires.
Multi-tenancy in Prisma without RLS: a tenant guard that fails loud
How UseDeploy stops cross-tenant data leaks with an org-scoped Prisma query extension that throws when a query forgets its organizationId — no Postgres RLS required.