Workflow Documentation
Establishes a comprehensive workflow documentation system for effective cross-department coordination and testing flow management.
Install this skill
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
Template literal with variable interpolation in command context
| 188 | const workflowId = `TEST-${Date.now()}-${Math.random().toString(36).substr(2, 9)}`; |
Template literal with variable interpolation in command context
| 203 | trigger: `Testing request for ${testType}`, |
Template literal with variable interpolation in command context
| 436 | flow.notes = flow.notes ? `${flow.notes}\n${new Date().toISOString()}: ${notes}` : notes; |
Template literal with variable interpolation in command context
| 461 | id: `HANDOFF-${Date.now()}`, |
Template literal with variable interpolation in command context
| 489 | console.log(`Flow ${flow.id} status updated to ${flow.status}`); |
Template literal with variable interpolation in command context
| 501 | console.log(`Notification sent to ${department}: Handoff ${handoff.id} - ${handoff.description}`); |
Template literal with variable interpolation in command context
| 554 | id: `SSOT-${Date.now()}`, |
Template literal with variable interpolation in command context
| 573 | console.log(`Applying SSOT update: ${update.updateType} to ${update.documentPath}`); |
Template literal with variable interpolation in command context
| 591 | console.error(`SSOT update failed: ${update.error}`); |
Template literal with variable interpolation in command context
| 597 | console.log(`Creating SSOT document: ${update.documentPath}`); |
Template literal with variable interpolation in command context
| 602 | console.log(`Updating SSOT document: ${update.documentPath}`); |
Template literal with variable interpolation in command context
| 607 | console.log(`Deleting SSOT document: ${update.documentPath}`); |