010115-supabase-platform — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited 010115-supabase-platform (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Supabase is an open-source Firebase alternative built on PostgreSQL. This skill covers RLS security, Edge Functions (Deno), Realtime (Broadcast + Postgres Changes), Storage, schema design conventions, and common anti-patterns.
| Area | Description |
|---|---|
| Database | PostgreSQL with UUID v4, snake_case, audit columns |
| RLS | Row Level Security — mandatory on all tables |
| Auth | auth.uid() in RLS policies, custom claims in JWT |
| Storage | Private buckets + signed URLs, RLS on storage.objects |
| Realtime | Broadcast (low-latency pub-sub) vs Postgres Changes (WAL-based) |
| Edge Functions | Deno runtime, Hono router, service role key |
SUPABASE_URL — Supabase project URLSUPABASE_ANON_KEY — Public anon key for client-sideSUPABASE_SERVICE_ROLE_KEY — Server-side key (bypasses RLS)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.