Skip to main content

websocket-implementation

Enables real-time communication using WebSockets for features like chat and notifications, enhancing user interaction and engagement.

Install this skill

or
88/100

Security score

The websocket-implementation skill was audited on Mar 1, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 284

Template literal with variable interpolation in command context

SourceSKILL.md
284const ws = new WebSocket(`wss://api.example.com/ws?token=${token}`);
medium line 288

Template literal with variable interpolation in command context

SourceSKILL.md
288const url = new URL(req.url!, `http://${req.headers.host}`);
low line 288

External URL reference

SourceSKILL.md
288const url = new URL(req.url!, `http://${req.headers.host}`);
low line 349

External URL reference

SourceSKILL.md
349- [Socket.IO](https://socket.io/) (Higher-level abstraction)
Scanned on Mar 1, 2026
View Security Dashboard