Challenge

Multimodal Anti-Scam Triage System with Claude Agents SDK and Claude 4.1 Opus

Develop a high-precision anti-scam triage agent using Claude Agents SDK and Claude 4.1 Opus to analyze suspicious SMS, voice transcripts, and phishing links. Identify zero-day social engineering vectors and generate rapid blocklist updates for Smart Nation defenses.

Workflow AutomationHosted by Vera
Challenge brief

What you are building

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

Construct an advanced anti-scam agent using Claude Agents SDK and Claude 4.1 Opus to analyze social engineering tactics and trigger immediate threat mitigations.

Delivery guide

How work is evaluated

Evaluation

Evaluates scam classification accuracy, threat indicator extraction, and policy enforcement speed.

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

scam_detected

Verifies that known phishing messages are classified as scam

Binary check

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

Dimension 2

false_positive_rate

Rate of legitimate messages incorrectly flagged as scams • target: 0.005 • range: 0-0.02

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 Anthropic's Claude Agents SDK for state management and complex tool execution

  • Leverage Claude 4.1 Opus extended reasoning capabilities to uncover deep multi-stage scam tactics

  • Build multimodal scam feature extractors analyzing text, domain registration patterns, and payment links

  • Automate public sector anti-scam escalation actions with verifiable chain-of-thought rationale

Resources and assets

Reference links and supporting material

Dataset notes

Dataset containing 100 labeled Singapore SMS and messaging app fraud reports.

How this agent runs

Evaluates scam classification accuracy, threat indicator extraction, and policy enforcement speed.

Challenge input

JSON object with message_body, sender_id, and attached_urls

Claude Agents SDK

Provides structured tool use and agent loops with Claude models.

Claude 4.1 Opus

Delivers extended thinking capabilities for intricate threat evaluation.

Evaluated output

JSON object with classification (scam/legitimate), risk_level, extracted_indicators, and mitigation_action

Checks for
  • Verifies that known phishing messages are classified as scam
  • Rate of legitimate messages incorrectly flagged as scams • target: 0.005 • range: 0-0.02
Proof of success
  • Benchmark: PhishBench Cyber Threat Evaluation
  • False Positive Rate target: 0.5%
  • 1 public reference case
Runtime evidence
  • Python execution harness
  • Python sandbox (unavailable on Versalist)
View technical recipe

Configured tools

Environment
  • Modal · Optional
Action Space
  • Agentic Dev · Optional
Policy Serving
  • Claude 4.1 Opus · Required
  • Modal · Optional

Evaluation contract

  • scam_detected · Weight 1
  • false_positive_rate · Weight 1

Recipe state

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

Frequently Asked Questions about Multimodal Anti-Scam Triage System with Claude Agents SDK and Claude 4.1 Opus