Skip to main content

supabase-sdk-patterns

Implements production-ready Supabase SDK patterns for TypeScript and Python, enhancing integration and coding standards.

Install this skill

or
82/100

Security score

The supabase-sdk-patterns skill was audited on May 12, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 328

Template literal with variable interpolation in command context

SourceSKILL.md
328console.error(`Query failed [${error.code}]: ${error.message}`)
medium line 373

Template literal with variable interpolation in command context

SourceSKILL.md
373.or(`name.ilike.%${query}%,email.ilike.%${query}%`)
low line 58

Access to .env file

SourceSKILL.md
58process.env.SUPABASE_URL!,
low line 59

Access to .env file

SourceSKILL.md
59process.env.SUPABASE_ANON_KEY!,
low line 427

External URL reference

SourceSKILL.md
427- [Supabase JS Client Reference](https://supabase.com/docs/reference/javascript/initializing)
low line 428

External URL reference

SourceSKILL.md
428- [TypeScript Support & Type Generation](https://supabase.com/docs/reference/javascript/typescript-support)
low line 429

External URL reference

SourceSKILL.md
429- [Supabase Auth Reference](https://supabase.com/docs/reference/javascript/auth-signup)
low line 430

External URL reference

SourceSKILL.md
430- [Realtime Guide](https://supabase.com/docs/guides/realtime)
low line 431

External URL reference

SourceSKILL.md
431- [Storage Guide](https://supabase.com/docs/guides/storage)
low line 432

External URL reference

SourceSKILL.md
432- [Python Client Reference](https://supabase.com/docs/reference/python/initializing)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →