The code, in depth
The squad reads the repo, auth, API, secrets. Not a surface scan: a reading of what your app actually does.
- login/page.tsx
- invoices/[id]/route.ts
- lib/tenant.ts
- middleware.ts
14 const row = await find(id) 15 return json(row) 16 ↑ no tenant check
