websockets-realtime
Warn
Audited by Snyk on Feb 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.70). The skill's examples explicitly read and parse arbitrary user-generated messages from external sources — e.g., ws.onmessage / JSON.parse(event.data), EventSource.onmessage for SSE, socket.on('message') in Socket.IO, and sub.on('message') for Redis pub/sub — so it ingests untrusted third-party content as part of its runtime.
Audit Metadata