Authorization and data isolation
Can one user reach another user's data?
A coding agent writes the query that fetches record 42. Nobody asked it to also check that record 42 belongs to the person asking, and the UI never reveals the gap.
What we try
- Changing an id in a URL or request body to reach someone else's record
- Reading, updating and deleting objects that belong to another account
- Tenant isolation: whether one workspace can see another's rows
- Function-level checks: admin-only actions called directly, bypassing the hidden button
- Privilege escalation by editing a role, plan or flag the client sends
- Mass assignment: fields the server accepts but was never meant to