Skip to main content

effect-match-patterns

Covers advanced Effect-TS patterns for type-safe pattern matching, async queues, and concurrency management.

Install this skill

or
70/100

Security score

The effect-match-patterns skill was audited on Feb 19, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 59

Template literal with variable interpolation in command context

SourceSKILL.md
59Match.tag('Success', (e) => `Got: ${e.data}`),
medium line 60

Template literal with variable interpolation in command context

SourceSKILL.md
60Match.tag('Error', (e) => `Error: ${e.error.message}`),
medium line 119

Template literal with variable interpolation in command context

SourceSKILL.md
119PointerDown: (e) => `Down at (${e.x}, ${e.y})`,
medium line 120

Template literal with variable interpolation in command context

SourceSKILL.md
120PointerUp: (e) => `Up at (${e.x}, ${e.y})`,
medium line 138

Template literal with variable interpolation in command context

SourceSKILL.md
138Match.discriminator('kind')('image', (m) => `Image: ${m.url}`),
medium line 139

Template literal with variable interpolation in command context

SourceSKILL.md
139Match.discriminator('kind')('video', (m) => `Video: ${m.url} (${m.duration}s)`),
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →