agent-worker
Facilitates the creation and management of AI agent sessions, enabling multi-agent workflows and collaborative interactions.
Install this skill
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
Template literal with variable interpolation in command context
| 219 | ```yaml |
Template literal with variable interpolation in command context
| 274 | Use `${{ variable }}` syntax in kickoff and setup: |
Template literal with variable interpolation in command context
| 276 | ```yaml |
Template literal with variable interpolation in command context
| 288 | - `${{ workflow.name }}` - Workflow name |
Template literal with variable interpolation in command context
| 289 | - `${{ workflow.tag }}` - Instance tag |
Template literal with variable interpolation in command context
| 290 | - `${{ env.VAR }}` - Environment variable |
Template literal with variable interpolation in command context
| 291 | - `${{ task_output }}` - Setup task output (via `as:`) |
Template literal with variable interpolation in command context
| 326 | ```yaml |
Template literal with variable interpolation in command context
| 354 | ```yaml |
Template literal with variable interpolation in command context
| 388 | ```yaml |
Template literal with variable interpolation in command context
| 411 | ```yaml |