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
| 59 | Match.tag('Success', (e) => `Got: ${e.data}`), |
medium line 60
Template literal with variable interpolation in command context
SourceSKILL.md
| 60 | Match.tag('Error', (e) => `Error: ${e.error.message}`), |
medium line 119
Template literal with variable interpolation in command context
SourceSKILL.md
| 119 | PointerDown: (e) => `Down at (${e.x}, ${e.y})`, |
medium line 120
Template literal with variable interpolation in command context
SourceSKILL.md
| 120 | PointerUp: (e) => `Up at (${e.x}, ${e.y})`, |
medium line 138
Template literal with variable interpolation in command context
SourceSKILL.md
| 138 | Match.discriminator('kind')('image', (m) => `Image: ${m.url}`), |
medium line 139
Template literal with variable interpolation in command context
SourceSKILL.md
| 139 | Match.discriminator('kind')('video', (m) => `Video: ${m.url} (${m.duration}s)`), |
Scanned on Feb 19, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry