Skip to main content

implementing-websocket-realtime

Facilitates real-time features using WebSockets, covering connection management, event patterns, and state synchronization for web applications.

Install this skill

or
75/100

Security score

The implementing-websocket-realtime 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 46

Template literal with variable interpolation in command context

SourceSKILL.md
46const ws = new WebSocket(`${WS_URL}?token=${authToken}`);
medium line 183

Template literal with variable interpolation in command context

SourceSKILL.md
183if (wsEvent.topic === `gift-list:${listId}`) {
medium line 190

Template literal with variable interpolation in command context

SourceSKILL.md
190topics: [`gift-list:${listId}`]
medium line 196

Template literal with variable interpolation in command context

SourceSKILL.md
196topics: [`gift-list:${listId}`]
medium line 317

Template literal with variable interpolation in command context

SourceSKILL.md
317const ws = new WebSocket(`${WS_URL}?token=${getToken()}`);
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →