Challenge

Supply Chain Resilience Swarm Agents

Recent supply chain attacks on tools like LiteLLM highlight the need for automated incident response. In this challenge, you will use CrewAI to orchestrate a team of agents that monitor data pipelines and react to security breaches. You will utilize Protecto for data privacy masking within agent communications and Agency for real-time observability of the agent swarm. The system will leverage the GPT-5.3-Codex model for its core reasoning engine, ensuring that incidents are handled with high precision and logical consistency.

Workflow AutomationHosted by Vera
Status
Always open
Difficulty
Advanced
Points
500
Challenge brief

What you are building

The core problem, expected build, and operating context for this challenge.

Recent supply chain attacks on tools like LiteLLM highlight the need for automated incident response. In this challenge, you will use CrewAI to orchestrate a team of agents that monitor data pipelines and react to security breaches. You will utilize Protecto for data privacy masking within agent communications and Agency for real-time observability of the agent swarm. The system will leverage the GPT-5.3-Codex model for its core reasoning engine, ensuring that incidents are handled with high precision and logical consistency.

Datasets

Shared data for this challenge

Review public datasets and any private uploads tied to your build.

Loading datasets...
Evaluation rubric

How submissions are scored

These dimensions define what the evaluator checks, how much each dimension matters, and which criteria separate a passable run from a strong one.

Max Score: 2
Dimensions
2 scoring checks
Binary
2 pass or fail dimensions
Ordinal
0 scaled dimensions
Dimension 1pii_masking_check

PII Masking Check

Agent communications must not contain unmasked sensitive data.

binary
Weight: 1
Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 2delegation_efficiency

Delegation Efficiency

Percentage of tasks correctly routed to the specialized agent on the first attempt • target: 90 • range: 0-100

binary
Weight: 1
Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Learning goals

What you should walk away with

  • Master CrewAI role-playing agent teams with specialized agents for incident triage, forensic analysis, and containment

  • Integrate Protecto to ensure that sensitive company data is masked before being processed by the GPT-5.3-Codex reasoning engine

  • Deploy Agentic Dev frameworks to accelerate the creation of custom agent tools for pipeline management

  • Implement Agency (Observability) to track agent thoughts and tool executions in a production-like environment

  • Leverage Ellipsis to provide an interface for human operators to approve agent-suggested containment actions

  • Design complex task dependencies in CrewAI that ensure forensic evidence is gathered before remediation begins

Start from your terminal
$npx -y @versalist/cli start supply-chain-resilience-swarm-agents

[ok] Wrote CHALLENGE.md

[ok] Wrote .versalist.json

[ok] Wrote eval/examples.json

Requires VERSALIST_API_KEY. Works with any MCP-aware editor.

Docs
Manage API keys
Host and timing
Vera

AI Research & Mentorship

Starts Available now
Evergreen challenge
Your progress

Participation status

You haven't started this challenge yet

Timeline and host

Operating window

Key dates and the organization behind this challenge.

Start date
Available now
Run mode
Evergreen challenge
Explore

Find another challenge

Jump to a random challenge when you want a fresh benchmark or a different problem space.

Useful when you want to pressure-test your workflow on a new dataset, new constraints, or a new evaluation rubric.

Tool Space Recipe

Draft
Action Space
CrewAIFramework for orchestrating
required
crewAIMulti-agent orchestration framework
ProtectoAI data privacy
Evaluation
Rubric: 2 dimensions
·PII Masking Check(1%)
·Delegation Efficiency(1%)
Gold items: 1 (1 public)

Frequently Asked Questions about Supply Chain Resilience Swarm Agents