effect-services
Facilitates the creation of services using Context.Service and Layer composition for effective dependency management in applications.
Install this skill
or
85/100
Security score
The effect-services skill was audited on Jun 15, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 52
Template literal with variable interpolation in command context
SourceSKILL.md
| 52 | return yield* Effect.log(`[${config.prefix}] ${msg}`) |
medium line 77
Template literal with variable interpolation in command context
SourceSKILL.md
| 77 | yield* notifications.notify(`Welcome ${userId}`) |
medium line 85
Template literal with variable interpolation in command context
SourceSKILL.md
| 85 | encode: (value) => Effect.fail(`unsupported encode: ${value}`) |
Scanned on Jun 15, 2026
View Security Dashboard