Skip to main content

swarm

Facilitates coordinated task execution by multiple agents using SQLite for atomic task claiming, ensuring reliability and fault tolerance.

Install this skill

or
35/100

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

critical line 19

Direct command execution function call

SourceSKILL.md
19- **agent-type** - Agent to spawn (e.g., executor, build-fixer, architect)
medium line 98

Template literal with variable interpolation in command context

SourceSKILL.md
98const agentPrompt = wrapWithPreamble(`
medium line 344

Template literal with variable interpolation in command context

SourceSKILL.md
344console.log(`Agent ${agentId} working on: ${description}`);
medium line 352

Template literal with variable interpolation in command context

SourceSKILL.md
352console.log(`Agent ${agentId} completed task ${taskId}`);
medium line 357

Template literal with variable interpolation in command context

SourceSKILL.md
357console.error(`Agent ${agentId} failed on ${taskId}:`, error);
medium line 395

Template literal with variable interpolation in command context

SourceSKILL.md
395console.log(`Claimed: ${claim.description}`);
medium line 425

Template literal with variable interpolation in command context

SourceSKILL.md
425console.log(`Released ${released} stale tasks`);
medium line 451

Template literal with variable interpolation in command context

SourceSKILL.md
451console.log(`${stats.doneTasks}/${stats.totalTasks} done`);
medium line 459

Template literal with variable interpolation in command context

SourceSKILL.md
459console.log(`${active} agents currently active`);
Scanned on May 14, 2026
View Security Dashboard
Installation guide →
GitHub Stars 24
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
MeroZemory/oh-my-droid