Skip to main content

V3 Core Implementation

Implements core TypeScript modules for claude-flow v3 using DDD principles and clean architecture with comprehensive testing.

Install this skill

or
85/100

Security score

The V3 Core Implementation skill was audited on Feb 19, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 466

Template literal with variable interpolation in command context

SourceSKILL.md
466this.logger.debug(`Task saved: ${task.id.value}`);
medium line 558

Template literal with variable interpolation in command context

SourceSKILL.md
558`Task ${command.taskId.value} assigned to agent ${command.agentId}`,
medium line 568

Template literal with variable interpolation in command context

SourceSKILL.md
568`Failed to assign task ${command.taskId.value}:`,
Scanned on Feb 19, 2026
View Security Dashboard