Moltbook — missing row-level security on a public table
A user profile table was reachable without authentication; the published Supabase key was meant for client use, but the table behind it had no row-level security.
What Ephyra could have flagged if the relevant configuration was present in the repo: a `CREATE TABLE` without a matching `ENABLE ROW LEVEL SECURITY` in any migration.