Skip to main content

supabase-integration

Facilitates integration with Supabase for database management, authentication, and real-time features in Next.js applications.

Install this skill

or
79/100

Security score

The supabase-integration skill was audited on Mar 1, 2026 and we found 17 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 236

Template literal with variable interpolation in command context

SourceSKILL.md
236filter: `user_id=eq.${userId}`, // Only this user's notifications
low line 134

Access to .env file

SourceSKILL.md
134process.env.NEXT_PUBLIC_SUPABASE_URL!,
low line 135

Access to .env file

SourceSKILL.md
135process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY!
low line 146

Access to .env file

SourceSKILL.md
146process.env.NEXT_PUBLIC_SUPABASE_URL!,
low line 147

Access to .env file

SourceSKILL.md
147process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY!,
low line 173

Access to .env file

SourceSKILL.md
173process.env.NEXT_PUBLIC_SUPABASE_URL!,
low line 174

Access to .env file

SourceSKILL.md
174process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY!,
low line 254

Access to .env file

SourceSKILL.md
254Deno.env.get('SUPABASE_URL')!,
low line 255

Access to .env file

SourceSKILL.md
255Deno.env.get('SUPABASE_ANON_KEY')!,
low line 300

Access to .env file

SourceSKILL.md
300const supabase = createClient(url, process.env.SUPABASE_SERVICE_ROLE_KEY)
low line 303

Access to .env file

SourceSKILL.md
303const supabase = createClient(url, process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY)
low line 21

External URL reference

SourceSKILL.md
21"url": "https://mcp.supabase.com/mcp?project_ref=YOUR_PROJECT_REF&read_only=true"
low line 27

External URL reference

SourceSKILL.md
27OAuth authentication will prompt you to login. Alternatively, configure in your [Supabase Dashboard → Connect → MCP tab](https://supabase.com/dashboard).
low line 327

External URL reference

SourceSKILL.md
327- [Row-Level Security](https://supabase.com/docs/guides/database/postgres/row-level-security)
low line 328

External URL reference

SourceSKILL.md
328- [Next.js Integration](https://supabase.com/docs/guides/getting-started/tutorials/with-nextjs)
low line 329

External URL reference

SourceSKILL.md
329- [Realtime](https://supabase.com/docs/guides/realtime)
low line 330

External URL reference

SourceSKILL.md
330- [Edge Functions](https://supabase.com/docs/guides/functions)
Scanned on Mar 1, 2026
View Security Dashboard