Skip to main content

data-manager-system

Facilitates service-scoped data orchestration for TMNL, enabling efficient data management and progressive streaming.

Install this skill

or
55/100

Security score

The data-manager-system skill was audited on Feb 9, 2026 and we found 9 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 153

Template literal with variable interpolation in command context

SourceSKILL.md
153return yield* Effect.fail(new Error(`Kernel not found: ${kernelType}`))
medium line 174

Template literal with variable interpolation in command context

SourceSKILL.md
174}).pipe(Effect.withSpan(`DataManager.dispatch.${kernelType}`))
medium line 195

Template literal with variable interpolation in command context

SourceSKILL.md
195return yield* Effect.fail(new Error(`Kernel not found: ${kernelType}`))
medium line 230

Template literal with variable interpolation in command context

SourceSKILL.md
230return yield* Effect.fail(new Error(`Kernel not found: ${kernelType}`))
medium line 251

Template literal with variable interpolation in command context

SourceSKILL.md
251}).pipe(Effect.withSpan(`DataManager.dispatchInWorker.${kernelType}`))
medium line 428

Template literal with variable interpolation in command context

SourceSKILL.md
428}).pipe(Effect.withSpan(`SearchKernel.execute.${task.id}`))
medium line 722

Template literal with variable interpolation in command context

SourceSKILL.md
722* Namespace key format: `${kernelType}:${instanceName}`
medium line 730

Template literal with variable interpolation in command context

SourceSKILL.md
730export type NamespaceKey = `${KernelType}:${string}`
medium line 866

Template literal with variable interpolation in command context

SourceSKILL.md
866updateHypothesis('H1', 'passed', `${gridData.length} rows in grid`)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →