Dev Tools · 1h ago
New open-source tool auto-generates RLS policy tests for Postgres
RLS policies that fail silently can ship untested, leading to data leaks or broken apps. rlsautotest reads policies from the database catalog and generates pgTAP tests with real seed data. The tool is free, open-source, and works with any Postgres database including Supabase, Neon, and RDS.
Meridian48 take
This tool addresses a real pain point for developers using Postgres Row-Level Security, but its adoption depends on how well it integrates into existing CI pipelines.
Read the full reporting
RLS fails silently. Here's how to actually test your Supabase policies. →
DEV Community
postgresrls-testing