Mateus Zingano
@mateuszingano
RLS & Next.js security engineer. Building @shipsealed 🦠— ship Supabase apps that don't leak. Open to contract/part-time.
3
Published Tools
0
Total Stars
0
Weekly Downloads
0
GitHub Followers
14
Public Repos
Published Tools
3 Skillsacross 1 categoryairlock-rls
mateuszingano
The CI gate for Supabase RLS. Fails your build if a table ships without Row Level Security or a policy is permissive (USING (true)) — and scans your deployed site for an exposed service_role key.
...moreairlock-auth
mateuszingano
The CI gate for Next.js auth mistakes. Fails your build when a server secret is exposed via NEXT_PUBLIC_*, and warns on mutating routes with no auth check and webhooks with no signature verification. No build required.
...moreairlock-migrate
mateuszingano
The CI gate for dangerous Supabase/Postgres migrations. Fails your build when a migration ships a table without RLS, disables RLS, or adds a USING (true) policy, and warns on a dropped policy/trigger. No database connection required.
...more