Skip to main content

Observability

Enhances observability in applications with structured logging, metrics tracking, and distributed tracing using Effect.

Install this skill

or
65/100

Security score

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

Categories Tested

Security Issues

medium line 295

Template literal with variable interpolation in command context

SourceSKILL.md
295attribute: (key, value) => console.log(`[${name}] ${key}=${value}`),
medium line 296

Template literal with variable interpolation in command context

SourceSKILL.md
296end: (endTime, exit) => console.log(`[${name}] ended`),
medium line 297

Template literal with variable interpolation in command context

SourceSKILL.md
297event: (name, startTime, attributes) => console.log(`[${name}] event: ${name}`),
medium line 298

Template literal with variable interpolation in command context

SourceSKILL.md
298status: (status) => console.log(`[${name}] status: ${status.code}`)
high line 360

Template literal with variable interpolation in command context

SourceSKILL.md
360For comprehensive observability documentation, consult `${CLAUDE_PLUGIN_ROOT}/references/llms-full.txt`.
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →