Skip to main content

effect-stream-patterns

Facilitates the creation and management of Effect-TS streams for efficient data processing and transformation.

Install this skill

or
87/100

Security score

The effect-stream-patterns skill was audited on Feb 19, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 624

Template literal with variable interpolation in command context

SourceSKILL.md
624Effect.sync(() => console.log(`Tick ${n}`))
medium line 646

Template literal with variable interpolation in command context

SourceSKILL.md
646Stream.succeed(`Error: ${error.message}`)
low line 254

Fetch to external URL

SourceSKILL.md
254Effect.tryPromise(() => fetch('/api/status').then(r => r.json()))
low line 297

Fetch to external URL

SourceSKILL.md
297fetch('/api/user').then(r => r.json())
low line 659

Fetch to external URL

SourceSKILL.md
659fetch('/api/users').then(r => r.json())
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →