Skip to main content

effect-ts

Provides Effect-TS snippets and templates for efficient coding with Effect-based modules and functional composition.

Install this skill

or
93/100

Security score

The effect-ts skill was audited on Feb 9, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 105

Template literal with variable interpolation in command context

SourceSKILL.md
105const res = await fetch(`${config.apiUrl}/status`);
low line 97

External URL reference

SourceSKILL.md
97const ConfigLive = Layer.succeed(Config, { apiUrl: "https://api.example.com" });
low line 147

External URL reference

SourceSKILL.md
147See: https://effect.website/docs/runtime/
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →