Challenge

Automate Synthetic Identity Fraud Triage with AutoGen Multi-Agent Systems

Synthetic identity fraud combines real and fabricated PII to bypass traditional credit checks. Construct an AutoGen multi-agent system that analyzes social graph linkages and bureau data to isolate synthetic identity networks with 95% detection accuracy.

CybersecurityHosted by Vera
Challenge brief

What you are building

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

Build an AutoGen multi-agent team to cross-examine identity signals and social graphs for synthetic identity fraud detection.

Delivery guide

How work is evaluated

Evaluation

Evaluates synthetic identity detection accuracy across clusters of fabricated credit profiles.

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 and which criteria separate a passable run from a strong one.

Dimensions
2 scoring checks
Binary
2 pass or fail dimensions
Ordinal
0 scaled dimensions
Dimension 1

Sleeper Identity Detection Test

Fabricated identities with high shared address usage must flag is_synthetic == True.

Binary check

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

Dimension 2

Synthetic Fraud Recall

Ratio of correctly isolated synthetic identity profiles. • target: 0.95 • range: 0.9-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

  • Configure AutoGen agents representing PII Verifier, Graph Link Analyst, and Fraud Supervisor.

  • Perform cross-entity resolution over shared SSNs, phone numbers, and delivery addresses.

  • Detect identity fabrication patterns such as sleeper profiles and credit-padders.

  • Generate prioritized investigator queues with graphical evidence trees.

Resources and assets

Reference links and supporting material

Dataset notes

Synthetic credit applicant dataset containing embedded Frankenstein identity networks.

How this agent runs

Evaluates synthetic identity detection accuracy across clusters of fabricated credit profiles.

Challenge input

JSON containing ssn, name, address, shared_phone_count, account_age_days

AutoGen

Orchestrates multi-perspective agent conversations for identity verification.

Evaluated output

JSON with is_synthetic (boolean), synthetic_score (0-100), evidence_summary

Checks for
  • Fabricated identities with high shared address usage must flag is_synthetic == True.
  • Ratio of correctly isolated synthetic identity profiles. • target: 0.95 • range: 0.9-1
Proof of success
  • Benchmark: SyntheticIdentityBench
  • Synthetic Fraud Recall target: 0.95
  • 1 public reference case
Runtime evidence
  • Python execution harness
  • Python sandbox
View technical recipe

Configured tools

Action Space
  • AutoGen · Required
  • Microsoft AutoGen · Optional

Evaluation contract

  • Sleeper Identity Detection Test · Weight 1
  • Synthetic Fraud Recall · Weight 1

Recipe state

This is a preview. The configuration can change before the evaluation recipe is locked.

Frequently Asked Questions about Automate Synthetic Identity Fraud Triage with AutoGen Multi-Agent Systems