Probe with anon key
probe_anonChecks what a stranger can read using only the public anon key, probing tables, storage buckets, and RPC functions, revealing open access points without writing.
Instructions
Read-only. Uses ONLY the public anon key to check what a stranger can read: tables via REST (select * limit 1), storage buckets (list), and RPC functions (call with {}). Returns OPEN/closed per target. Never writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rpc | No | names, e.g. ["profiles","orders"] | |
| url | No | Project URL, e.g. https://ref.supabase.co (or env SUPABASE_URL) | |
| tables | No | names, e.g. ["profiles","orders"] | |
| anonKey | No | anon/public key (or env SUPABASE_ANON_KEY) | |
| buckets | No | names, e.g. ["profiles","orders"] |