Supabase Security Analyzer

Analyze your Supabase credentials to understand what data and permissions are publicly accessible.

Enter Your Credentials

Please provide your Supabase URL and Public/Anon API key to generate a detailed security analysis report

Sample Report

CRITICAL

Public Write Access

Sample tables have unrestricted write access (create/update/delete), potentially allowing unauthorized data modifications.

Affected: usersprofiles

WARNING

Public Read Access

Sensitive data might be exposed through unrestricted read access to database tables.

Affected: settingslogs

LOW

Schema Exposure

Database schema structure is publicly visible, exposing table relationships and column names.

Affected: All Tables

Sample Score

75

/100

Critical Risk Level

Sample Results

Example Data

sample_table_1

Read

Create

Update

Delete

Sample Schema

id

int

name

text

created_at

timestamp

sample_table_2

Read

Create

Update

Delete

Sample Schema

id

int

name

text

created_at

timestamp