Skip to main content

agent-worker

Facilitates the creation and management of AI agent sessions, enabling multi-agent workflows and collaborative interactions.

Install this skill

or
0/100

Security score

The agent-worker skill was audited on Feb 27, 2026 and we found 11 security issues across 1 threat category, including 5 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 219

Template literal with variable interpolation in command context

SourceSKILL.md
219```yaml
high line 274

Template literal with variable interpolation in command context

SourceSKILL.md
274Use `${{ variable }}` syntax in kickoff and setup:
medium line 276

Template literal with variable interpolation in command context

SourceSKILL.md
276```yaml
high line 288

Template literal with variable interpolation in command context

SourceSKILL.md
288- `${{ workflow.name }}` - Workflow name
high line 289

Template literal with variable interpolation in command context

SourceSKILL.md
289- `${{ workflow.tag }}` - Instance tag
high line 290

Template literal with variable interpolation in command context

SourceSKILL.md
290- `${{ env.VAR }}` - Environment variable
high line 291

Template literal with variable interpolation in command context

SourceSKILL.md
291- `${{ task_output }}` - Setup task output (via `as:`)
medium line 326

Template literal with variable interpolation in command context

SourceSKILL.md
326```yaml
medium line 354

Template literal with variable interpolation in command context

SourceSKILL.md
354```yaml
medium line 388

Template literal with variable interpolation in command context

SourceSKILL.md
388```yaml
medium line 411

Template literal with variable interpolation in command context

SourceSKILL.md
411```yaml
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →