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
| 39 | onSome: (value) => `Got: ${value}` |
medium line 90
Template literal with variable interpolation in command context
SourceSKILL.md
| 90 | onLeft: (error) => `Error: ${error}`, |
medium line 91
Template literal with variable interpolation in command context
SourceSKILL.md
| 91 | onRight: (value) => `Success: ${value}` |
medium line 156
Template literal with variable interpolation in command context
SourceSKILL.md
| 156 | onFailure: (cause) => `Failed: ${Cause.pretty(cause)}`, |
medium line 157
Template literal with variable interpolation in command context
SourceSKILL.md
| 157 | onSuccess: (value) => `Succeeded: ${value}` |
medium line 340
Template literal with variable interpolation in command context
SourceSKILL.md
| 340 | console.log(`Key: ${apiKey}`) // Key: <redacted> |
high line 357
Template literal with variable interpolation in command context
SourceSKILL.md
| 357 | For comprehensive data type documentation, consult `${CLAUDE_PLUGIN_ROOT}/references/llms-full.txt`. |
Scanned on Feb 12, 2026
View Security Dashboard