process-builder
Facilitates the creation of structured process definitions for event-sourced orchestration, guiding users through a comprehensive workflow.
Install this skill
Security score
The process-builder skill was audited on May 12, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 181 | question: `Iteration ${iteration}: Target not met. Continue?`, |
Template literal with variable interpolation in command context
| 230 | title: `Task: ${inputs.inputName}`, |
Template literal with variable interpolation in command context
| 236 | inputJsonPath: `tasks/${effectId}/input.json`, |
Template literal with variable interpolation in command context
| 237 | outputJsonPath: `tasks/${effectId}/result.json` |
Template literal with variable interpolation in command context
| 310 | question: `Quality score ${qualityScore} is below target ${targetScore}. Continue iterating or accept current result?`, |
Template literal with variable interpolation in command context
| 334 | ctx.log?.('info', `Iteration ${iteration}/${maxIterations}`); |
Template literal with variable interpolation in command context
| 353 | ctx.log?.('info', `Quality: ${quality}/${targetQuality}`); |
Template literal with variable interpolation in command context
| 409 | ctx.task(analyzeTask, { component }, { label: `analyze:${component.name}` }) |
External URL reference
| 93 | * - Article: [Title](https://link) |