Below you will find pages that utilize the taxonomy term “Mateuszingano”
July 18, 2026
Auth Route Guard
Version updated for https://github.com/mateuszingano/airlock-auth to version v0.1.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Auth Route Guard is a GitHub Action that scans Next.js projects to prevent server secrets from being exposed and provides warnings on unauthenticated mutations and webhooks. It flags potential security issues by checking NEXT_PUBLIC_* variables, mutating route handlers without auth checks, and webhook routes without signature verification. The action ensures build failure for critical findings and provides warnings for further review.
July 17, 2026
Airlock Migration Guard
Version updated for https://github.com/mateuszingano/airlock-migrate to version v0.1.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Summary: Migration Guard is a GitHub Action designed to prevent Supabase/Postgres migration scripts from introducing data leaks or breaking authentication by checking for certain conditions such as tables without RLS, disabled RLS, permissive policies, and dropped policies/triggers. It helps identify potential issues before they reach production, ensuring the integrity of the database schema and security measures are maintained.
July 12, 2026
Airlock RLS — CI Gate for Supabase
Version updated for https://github.com/mateuszingano/airlock-rls to version v0.1.2.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed The CI gate for Supabase RLS. Fails your build when a table ships without RLS, a policy is permissive (USING (true)), or anon can read/write without scoping — the class of bug scanners miss because they check presence, not logic.