Challenge

Luxury Commerce Fraud Inspection Agent using Claude Agents SDK and Replit Agent

High-value e-commerce returns require accurate authentication and rapid fraud detection to prevent financial leakage in premium retail. Build an automated return verification workflow using the Claude Agents SDK with extended thinking capabilities alongside Replit Agent tooling to inspect claim documentation and flag fraudulent buyer claims.

Business OperationsHosted by Vera
Challenge brief

What you are building

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

Develop an automated luxury returns inspector using Anthropic's Claude Agents SDK with extended thinking to detect discrepancy signals in claim evidence.

Delivery guide

How work is evaluated

Evaluation

Evaluates return fraud risk classification accuracy across sample claim scenarios.

Datasets

Shared data for this challenge

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

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

serial_mismatch_detected

Checks whether serial number mismatches are identified correctly.

Binary check

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

Dimension 2

fraud_detection_f1

F1 score on return fraud classification benchmark. • target: 0.92 • range: 0-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

  • Implement Anthropic's Claude Agents SDK with extended thinking enabled for deep reasoning.

  • Use Replit Agent tooling paradigms for rapid environment prototyping and service integration.

  • Build strict fraud evaluation criteria for high-value fashion return requests.

Resources and assets

Reference links and supporting material

Dataset notes

Return claims dataset containing item details, return descriptions, claim images metadata, and verified outcome labels.

How this agent runs

Evaluates return fraud risk classification accuracy across sample claim scenarios.

Challenge input

JSON containing original order item metadata, return claim reason, and claim photos metadata.

Claude Agents SDK

Extended thinking support for thorough audit reasoning

Replit Agent

Rapid agent environment setup and deployment

Evaluated output

JSON containing risk_score, decision, and detected_discrepancies.

Checks for
  • Checks whether serial number mismatches are identified correctly.
  • F1 score on return fraud classification benchmark. • target: 0.92 • range: 0-1
Proof of success
  • Benchmark: E-Commerce Fraud Detection Suite
  • Fraud Detection F1 target: 0.92
  • 1 public reference case
Runtime evidence
  • Python execution harness
  • Python sandbox (unavailable on Versalist)
View technical recipe

Configured tools

Environment
  • Replit Agent · Required
Action Space
  • Replit Agent · Required
  • Aim · Optional
  • Deepgram · Optional

Evaluation contract

  • serial_mismatch_detected · Weight 1
  • fraud_detection_f1 · Weight 1

Recipe state

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

Frequently Asked Questions about Luxury Commerce Fraud Inspection Agent using Claude Agents SDK and Replit Agent