Skip to main content

effect-ts

Provides expert guidance for writing Effect-TS code, covering setup, principles, data modeling, and error handling.

Install this skill

or
80/100

Security score

The effect-ts skill was audited on May 21, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 104

Template literal with variable interpolation in command context

SourceSKILL.md
104Match.tag("Pending", (s) => `Pending since ${s.requestedAt}`),
medium line 105

Template literal with variable interpolation in command context

SourceSKILL.md
105Match.tag("Approved", (s) => `Approved by ${s.approvedBy}`),
medium line 111

Template literal with variable interpolation in command context

SourceSKILL.md
111Pending: (s) => `Pending since ${s.requestedAt}`,
medium line 112

Template literal with variable interpolation in command context

SourceSKILL.md
112Approved: (s) => `Approved by ${s.approvedBy}`,
Scanned on May 21, 2026
View Security Dashboard
Installation guide →