sse-resilience
Manages Redis-backed SSE streams with monitoring and recovery features to ensure reliable event delivery and resource management.
Install this skill
Security score
The sse-resilience skill was audited on Feb 15, 2026 and we found 14 security issues across 1 threat category, including 3 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Direct command execution function call
| 99 | await pipeline.exec(); |
Direct command execution function call
| 114 | await pipeline.exec(); |
Direct command execution function call
| 128 | await pipeline.exec(); |
Template literal with variable interpolation in command context
| 79 | const streamKey = `${STREAM_KEY_PREFIX}${metadata.streamId}`; |
Template literal with variable interpolation in command context
| 104 | const streamKey = `${STREAM_KEY_PREFIX}${streamId}`; |
Template literal with variable interpolation in command context
| 120 | const streamKey = `${STREAM_KEY_PREFIX}${streamId}`; |
Template literal with variable interpolation in command context
| 149 | const streamKey = `${STREAM_KEY_PREFIX}${streamId}`; |
Template literal with variable interpolation in command context
| 164 | const key = `${COMPLETION_KEY_PREFIX}${data.streamId}`; |
Template literal with variable interpolation in command context
| 176 | const key = `${COMPLETION_KEY_PREFIX}${streamId}`; |
Template literal with variable interpolation in command context
| 229 | console.log(`Handling orphaned stream: ${stream.streamId}`); |
Template literal with variable interpolation in command context
| 247 | `data: ${JSON.stringify({ |
Template literal with variable interpolation in command context
| 272 | encoder.encode(`data: ${JSON.stringify({ type: 'connected', streamId })}\n\n`) |
Template literal with variable interpolation in command context
| 314 | const recovery = await fetch(`/api/stream/${streamId}/recover`); |
Template literal with variable interpolation in command context
| 325 | eventSource = new EventSource(`/api/stream/${streamId}`); |
Install this skill with one command
/learn @dadbodgeoff/sse-resilience