swarm
Facilitates coordinated task execution by multiple agents using SQLite for atomic task claiming, ensuring reliability and fault tolerance.
Install this skill
Security score
The swarm skill was audited on May 14, 2026 and we found 9 security issues across 1 threat category, including 1 critical. Review the findings below before installing.
Categories Tested
Security Issues
Direct command execution function call
| 19 | - **agent-type** - Agent to spawn (e.g., executor, build-fixer, architect) |
Template literal with variable interpolation in command context
| 98 | const agentPrompt = wrapWithPreamble(` |
Template literal with variable interpolation in command context
| 344 | console.log(`Agent ${agentId} working on: ${description}`); |
Template literal with variable interpolation in command context
| 352 | console.log(`Agent ${agentId} completed task ${taskId}`); |
Template literal with variable interpolation in command context
| 357 | console.error(`Agent ${agentId} failed on ${taskId}:`, error); |
Template literal with variable interpolation in command context
| 395 | console.log(`Claimed: ${claim.description}`); |
Template literal with variable interpolation in command context
| 425 | console.log(`Released ${released} stale tasks`); |
Template literal with variable interpolation in command context
| 451 | console.log(`${stats.doneTasks}/${stats.totalTasks} done`); |
Template literal with variable interpolation in command context
| 459 | console.log(`${active} agents currently active`); |