Skip to main content

jikime-platform-supabase

Provides a comprehensive guide for building full-stack apps with Supabase and optimizing PostgreSQL performance.

Install this skill

or
62/100

Security score

The jikime-platform-supabase skill was audited on Feb 16, 2026 and we found 18 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 249

Template literal with variable interpolation in command context

SourceSKILL.md
249filter: `author_id=eq.${userId}`,
medium line 279

Template literal with variable interpolation in command context

SourceSKILL.md
279options: { redirectTo: `${origin}/auth/callback` },
medium line 295

Template literal with variable interpolation in command context

SourceSKILL.md
295.upload(`${userId}/avatar.png`, file, {
medium line 303

Template literal with variable interpolation in command context

SourceSKILL.md
303.getPublicUrl(`${userId}/avatar.png`);
medium line 308

Template literal with variable interpolation in command context

SourceSKILL.md
308.remove([`${userId}/avatar.png`]);
low line 65

Access to .env file

SourceSKILL.md
65process.env.NEXT_PUBLIC_SUPABASE_URL!,
low line 66

Access to .env file

SourceSKILL.md
66process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY!
low line 78

Access to .env file

SourceSKILL.md
78process.env.NEXT_PUBLIC_SUPABASE_URL!,
low line 79

Access to .env file

SourceSKILL.md
79process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY!,
low line 320

Access to .env file

SourceSKILL.md
320Deno.env.get('SUPABASE_URL')!,
low line 321

Access to .env file

SourceSKILL.md
321Deno.env.get('SUPABASE_SERVICE_ROLE_KEY')!
low line 315

External URL reference

SourceSKILL.md
315import { serve } from 'https://deno.land/[email protected]/http/server.ts';
low line 316

External URL reference

SourceSKILL.md
316import { createClient } from 'https://esm.sh/@supabase/supabase-js@2';
low line 424

External URL reference

SourceSKILL.md
424- https://www.postgresql.org/docs/current/
low line 425

External URL reference

SourceSKILL.md
425- https://supabase.com/docs
low line 426

External URL reference

SourceSKILL.md
426- https://wiki.postgresql.org/wiki/Performance_Optimization
low line 427

External URL reference

SourceSKILL.md
427- https://supabase.com/docs/guides/database/overview
low line 428

External URL reference

SourceSKILL.md
428- https://supabase.com/docs/guides/auth/row-level-security
Scanned on Feb 16, 2026
View Security Dashboard