data-manager-system
Facilitates service-scoped data orchestration for TMNL, enabling efficient data management and progressive streaming.
Install this skill
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
Template literal with variable interpolation in command context
| 153 | return yield* Effect.fail(new Error(`Kernel not found: ${kernelType}`)) |
Template literal with variable interpolation in command context
| 174 | }).pipe(Effect.withSpan(`DataManager.dispatch.${kernelType}`)) |
Template literal with variable interpolation in command context
| 195 | return yield* Effect.fail(new Error(`Kernel not found: ${kernelType}`)) |
Template literal with variable interpolation in command context
| 230 | return yield* Effect.fail(new Error(`Kernel not found: ${kernelType}`)) |
Template literal with variable interpolation in command context
| 251 | }).pipe(Effect.withSpan(`DataManager.dispatchInWorker.${kernelType}`)) |
Template literal with variable interpolation in command context
| 428 | }).pipe(Effect.withSpan(`SearchKernel.execute.${task.id}`)) |
Template literal with variable interpolation in command context
| 722 | * Namespace key format: `${kernelType}:${instanceName}` |
Template literal with variable interpolation in command context
| 730 | export type NamespaceKey = `${KernelType}:${string}` |
Template literal with variable interpolation in command context
| 866 | updateHypothesis('H1', 'passed', `${gridData.length} rows in grid`) |