Skip to main content

supabase

Supabase offers a powerful PostgreSQL backend-as-a-service with real-time capabilities, ideal for rapid application development.

Install this skill

or
93/100

Security score

The supabase skill was audited on Feb 24, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 67

Webhook reference - potential data exfiltration

SourceSKILL.md
67- **Don't put business logic in triggers**: Hard to debug. Use Database Webhooks or Edge Functions.
low line 22

External URL reference

SourceSKILL.md
22const supabase = createClient("https://xyz.supabase.co", "public-anon-key");
low line 71

External URL reference

SourceSKILL.md
71- [Supabase Docs](https://supabase.com/docs)
Scanned on Feb 24, 2026
View Security Dashboard