Swarm Orchestration

Pass

Audited by Gen Agent Trust Hub on Apr 2, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses npx agentic-flow to execute various lifecycle hooks including swarm-init, agent-spawn, and task-orchestrate. These commands facilitate swarm setup and management.
  • [EXTERNAL_DOWNLOADS]: The skill relies on the agentic-flow package, which is the core dependency for the described functionality and is fetched from the npm registry.
  • [PROMPT_INJECTION]: The skill implements an interface for task orchestration that processes natural language input.
  • Ingestion points: The --task argument in task-orchestrate and the goal field in the autoOrchestrate function in SKILL.md.
  • Boundary markers: No delimiters or instructions to ignore embedded commands are present in the examples.
  • Capability inventory: The skill orchestrates multiple agents (coder, tester, reviewer) and executes parallel or sequential task pipelines.
  • Sanitization: No explicit sanitization or validation of the input goals or tasks is documented.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 2, 2026, 07:18 AM