Skip to main content

layer-design

Enables the design and composition of Effect layers for clean dependency management in backend applications.

Install this skill

or
94/100

Security score

The layer-design skill was audited on Feb 12, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 67

Template literal with variable interpolation in command context

SourceSKILL.md
67console.log(`[${logLevel}] ${message}`)
low line 189

Access to .env file

SourceSKILL.md
189Effect.provide(process.env.NODE_ENV === "test" ? DatabaseTest : DatabaseLive)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →