AIBC · Week 10
Week 10 – Security & Access Control
Don’t get anyone fired
Focus for this week
Add enough security awareness that your tools are safe to use in a real organization.
Skills & concepts
- • Role-based access control basics
- • Using Supabase RLS or equivalent row-level security
- • Least-privilege API keys and service accounts
- • Safe prompt patterns that avoid leaking private data
Weekly deliverable
A version of your app with at least two roles (e.g., user/admin) and restricted data access per role.