Skip to main content

implementing-realtime-features

Enables real-time features in applications using Supabase for live updates, presence, and data synchronization across devices.

Install this skill

or
75/100

Security score

The implementing-realtime-features skill was audited on Feb 12, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 62

Template literal with variable interpolation in command context

SourceSKILL.md
62filter: `canvas_id=eq.${canvasId}`,
medium line 148

Template literal with variable interpolation in command context

SourceSKILL.md
148.channel(`my-data:${scopeId}`)
medium line 155

Template literal with variable interpolation in command context

SourceSKILL.md
155filter: `scope_id=eq.${scopeId}`,
medium line 170

Template literal with variable interpolation in command context

SourceSKILL.md
170console.log(`Subscribed to my-data:${scopeId}`);
medium line 408

Template literal with variable interpolation in command context

SourceSKILL.md
408const tempId = `temp-${Date.now()}`;
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →