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
| 46 | const ws = new WebSocket(`${WS_URL}?token=${authToken}`); |
medium line 183
Template literal with variable interpolation in command context
SourceSKILL.md
| 183 | if (wsEvent.topic === `gift-list:${listId}`) { |
medium line 190
Template literal with variable interpolation in command context
SourceSKILL.md
| 190 | topics: [`gift-list:${listId}`] |
medium line 196
Template literal with variable interpolation in command context
SourceSKILL.md
| 196 | topics: [`gift-list:${listId}`] |
medium line 317
Template literal with variable interpolation in command context
SourceSKILL.md
| 317 | const ws = new WebSocket(`${WS_URL}?token=${getToken()}`); |
Scanned on Feb 12, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
claude-codecursorgithub-copilotcodexchatgptfrontendbackendfrontend-developerbackend-developerproduct-managergrowth-pmux-designerdevelopmentproductdesign
majiayu000/claude-skill-registry