Skip to main content

realtime

Enables real-time communication in Laravel applications using WebSockets with Laravel Reverb for event broadcasting and notifications.

Install this skill

or
37/100

Security score

The realtime skill was audited on May 20, 2026 and we found 19 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 60

Template literal with variable interpolation in command context

SourceSKILL.md
60```env
medium line 278

Template literal with variable interpolation in command context

SourceSKILL.md
278window.Echo.private(`orders.${orderId}`)
medium line 286

Template literal with variable interpolation in command context

SourceSKILL.md
286window.Echo.join(`tracking.${orderId}`)
medium line 293

Template literal with variable interpolation in command context

SourceSKILL.md
293toast(`${user.name} está acompanhando este pedido`);
medium line 303

Template literal with variable interpolation in command context

SourceSKILL.md
303window.Echo.private(`App.Models.User.${userId}`)
medium line 358

Template literal with variable interpolation in command context

SourceSKILL.md
358channel: `orders.${orderId}`,
medium line 391

Template literal with variable interpolation in command context

SourceSKILL.md
391window.Echo.private(`App.Models.User.${userId}`)
medium line 455

Template literal with variable interpolation in command context

SourceSKILL.md
455window.Echo.join(`tracking.${orderId}`)
medium line 457

Template literal with variable interpolation in command context

SourceSKILL.md
457.joining((user) => toast(`${user.name} está observando`))
medium line 476

Template literal with variable interpolation in command context

SourceSKILL.md
476window.Echo.private(`orders.${orderId}`)
medium line 493

Template literal with variable interpolation in command context

SourceSKILL.md
493window.Echo.join(`chat.${chatId}`)
low line 61

Access to .env file

SourceSKILL.md
61# .env
low line 259

Access to .env file

SourceSKILL.md
259key: import.meta.env.VITE_REVERB_APP_KEY,
low line 260

Access to .env file

SourceSKILL.md
260wsHost: import.meta.env.VITE_REVERB_HOST,
low line 261

Access to .env file

SourceSKILL.md
261wsPort: import.meta.env.VITE_REVERB_PORT ?? 8081,
low line 262

Access to .env file

SourceSKILL.md
262wssPort: import.meta.env.VITE_REVERB_PORT ?? 8081,
low line 609

External URL reference

SourceSKILL.md
609- [Laravel Reverb Documentation](https://laravel.com/docs/reverb) - Documentação oficial
low line 610

External URL reference

SourceSKILL.md
610- [Laravel Broadcasting](https://laravel.com/docs/broadcasting) - Broadcasting de events
low line 611

External URL reference

SourceSKILL.md
611- [Laravel Echo Documentation](https://echo.laravel.com) - Cliente frontend
Scanned on May 20, 2026
View Security Dashboard
Installation guide →
GitHub Stars 1
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
aronpc/ai