Skip to main content

Workflow Documentation

Establishes a comprehensive workflow documentation system for effective cross-department coordination and testing flow management.

Install this skill

or
40/100

Security score

The Workflow Documentation skill was audited on Mar 1, 2026 and we found 12 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 188

Template literal with variable interpolation in command context

SourceSKILL.md
188const workflowId = `TEST-${Date.now()}-${Math.random().toString(36).substr(2, 9)}`;
medium line 203

Template literal with variable interpolation in command context

SourceSKILL.md
203trigger: `Testing request for ${testType}`,
medium line 436

Template literal with variable interpolation in command context

SourceSKILL.md
436flow.notes = flow.notes ? `${flow.notes}\n${new Date().toISOString()}: ${notes}` : notes;
medium line 461

Template literal with variable interpolation in command context

SourceSKILL.md
461id: `HANDOFF-${Date.now()}`,
medium line 489

Template literal with variable interpolation in command context

SourceSKILL.md
489console.log(`Flow ${flow.id} status updated to ${flow.status}`);
medium line 501

Template literal with variable interpolation in command context

SourceSKILL.md
501console.log(`Notification sent to ${department}: Handoff ${handoff.id} - ${handoff.description}`);
medium line 554

Template literal with variable interpolation in command context

SourceSKILL.md
554id: `SSOT-${Date.now()}`,
medium line 573

Template literal with variable interpolation in command context

SourceSKILL.md
573console.log(`Applying SSOT update: ${update.updateType} to ${update.documentPath}`);
medium line 591

Template literal with variable interpolation in command context

SourceSKILL.md
591console.error(`SSOT update failed: ${update.error}`);
medium line 597

Template literal with variable interpolation in command context

SourceSKILL.md
597console.log(`Creating SSOT document: ${update.documentPath}`);
medium line 602

Template literal with variable interpolation in command context

SourceSKILL.md
602console.log(`Updating SSOT document: ${update.documentPath}`);
medium line 607

Template literal with variable interpolation in command context

SourceSKILL.md
607console.log(`Deleting SSOT document: ${update.documentPath}`);
Scanned on Mar 1, 2026
View Security Dashboard