Skip to main content

Data Types

Explains Effect's built-in data types and functional data structures for type-safe programming.

Install this skill

or
55/100

Security score

The Data Types skill was audited on Feb 12, 2026 and we found 7 security issues across 1 threat category, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 39

Template literal with variable interpolation in command context

SourceSKILL.md
39onSome: (value) => `Got: ${value}`
medium line 90

Template literal with variable interpolation in command context

SourceSKILL.md
90onLeft: (error) => `Error: ${error}`,
medium line 91

Template literal with variable interpolation in command context

SourceSKILL.md
91onRight: (value) => `Success: ${value}`
medium line 156

Template literal with variable interpolation in command context

SourceSKILL.md
156onFailure: (cause) => `Failed: ${Cause.pretty(cause)}`,
medium line 157

Template literal with variable interpolation in command context

SourceSKILL.md
157onSuccess: (value) => `Succeeded: ${value}`
medium line 340

Template literal with variable interpolation in command context

SourceSKILL.md
340console.log(`Key: ${apiKey}`) // Key: <redacted>
high line 357

Template literal with variable interpolation in command context

SourceSKILL.md
357For comprehensive data type documentation, consult `${CLAUDE_PLUGIN_ROOT}/references/llms-full.txt`.
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →
GitHub Stars 55
Rate this skill
Categoryother
UpdatedMay 21, 2026
NeverSight/skills_feed