Google ADK & Modal Anti-Scam Verification Service
Deploy a Google ADK agent running on serverless Modal infrastructure to intercept and analyze multimodal phishing scams and fraudulent SMS vectors targeting Singapore residents. Achieve sub-500ms response time with 99% phishing identification accuracy.
What you are building
The core problem, expected build, and operating context for this challenge.
Utilize Google ADK and Gemini multimodal vision with serverless Modal container execution to rapidly classify phishing vectors.
How work is evaluated
Evaluates detection precision of scam messages and container response latency on Modal execution.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
How submissions are scored
These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.
Sub-500ms Latency Test
Verifies that total processing time is under 500ms
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
scam_detection_accuracy
Accuracy in correctly identifying phishing scams • target: 0.99 • range: 0-1
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Build multi-modal verification pipelines with Google Agent Development Kit (ADK)
Deploy serverless, ultra-low latency agent workers on Modal cloud infrastructure
Analyze SMS text and screenshot artifacts for impersonation and phishing signals
Integrate Anti-Scam Command Centre (ASCC) registry feeds for instant matching
Reference links and supporting material
Dataset of Singapore-specific phishing SMS templates, spoofed URLs, and legitimate institutional alerts.
How this agent runs
Evaluates detection precision of scam messages and container response latency on Modal execution.
Challenge input
JSON containing message text and image URL
Google ADK
Google's Agent Development Kit for Gemini multimodal orchestration
Modal
Serverless execution environment for low-latency agent functions
Evaluated output
JSON containing label, confidence, indicators, and latency_ms
- Verifies that total processing time is under 500ms
- Accuracy in correctly identifying phishing scams • target: 0.99 • range: 0-1
- Benchmark: PhishBench / MultiModalAntiScam
- Scam Detection Accuracy target: 0.99
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- Modal · Optional
- Google ADK · Required
- Google · Optional
- Modal · Optional
Evaluation contract
- Sub-500ms Latency Test · Weight 1
- scam_detection_accuracy · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.