Back to evaluations
Public evaluation
Fraud Detection Accuracy Task
The challenge is evaluated on the agent's ability to correctly flag fraudulent transactions while maintaining a low false-positive rate and providing detailed traces in Arize Phoenix.
Evaluation type
task based
Challenge
Build a Cross-Border Payment Fraud Agent with Mastra AI and Arize Phoenix
Difficulty
Advanced
Rigor
Unspecified
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Tasks
1
Benchmarks
0
Criteria
0
Task templates
Inputs and expected outputs.
Task 1
Fraud Detection Accuracy Task
Process a batch of 50 transactions and return a structured JSON mapping transaction IDs to 'FLAG' or 'PASS'.
Input format
JSON array of transaction objects containing amount, currency, sender_country, receiver_country, and merchant_id.
Output format
JSON object with boolean flags and evidence strings.