flow-coordinator
Facilitates efficient workflow coordination through template-driven command execution, enhancing task management and automation.
Install this skill
Security score
The flow-coordinator skill was audited on Feb 9, 2026 and we found 10 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 47 | const sessionId = `fc-${timestamp()}`; |
Template literal with variable interpolation in command context
| 48 | const statusPath = `.workflow/.flow-coordinator/${sessionId}/status.json`; |
Template literal with variable interpolation in command context
| 230 | `ccw cli -p "${escapePrompt(prompt)}" --tool claude --mode write`, |
Template literal with variable interpolation in command context
| 237 | console.log(`Executing: ${step.cmd} (async)`); |
Template literal with variable interpolation in command context
| 238 | console.log(`Resume: /flow-coordinator --resume ${status.id}`); |
Template literal with variable interpolation in command context
| 251 | let prompt = `${step.cmd} -y`; |
Template literal with variable interpolation in command context
| 258 | prompt += ` ${args}`; |
Template literal with variable interpolation in command context
| 264 | prompt += `\n\nContext:\n${context}`; |
Template literal with variable interpolation in command context
| 269 | prompt += `\n\nPrevious results:\n${previousContext}`; |
Template literal with variable interpolation in command context
| 345 | const statusPath = `.workflow/.flow-coordinator/${sessionId}/status.json`; |