AI-Powered Drone Threat Detection
Develop an AI system to detect and classify potential threats posed by drones, focusing on anomaly detection in flight patterns and payload analysis. The system should ingest diverse data sources, including publicly available flight data, news reports, and social media posts, to build a comprehensive risk assessment model. The goal is to create a robust, scalable, and explainable system that can assist in mitigating potential risks associated with unauthorized drone activity. This challenge focuses on practical implementation and utilizes readily available data sources to develop a valuable tool for security professionals.
What you are building
The core problem, expected build, and operating context for this challenge.
Develop an AI system to detect and classify potential threats posed by drones, focusing on anomaly detection in flight patterns and payload analysis. The system should ingest diverse data sources, including publicly available flight data, news reports, and social media posts, to build a comprehensive risk assessment model. The goal is to create a robust, scalable, and explainable system that can assist in mitigating potential risks associated with unauthorized drone activity. This challenge focuses on practical implementation and utilizes readily available data sources to develop a valuable tool for security professionals.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
What you should walk away with
Learning objectives will be added soon
Use the overview and evaluation guide as the source of truth for expected outcomes.
How this agent runs
Evaluation will be based on the accuracy, precision, recall, and F1-score of the threat detection model, as well as the usability and scalability of the system.
Challenge input
JSON: { 'flight_data': [..], 'payload_data': [..] }
Agent execution
The configured agent processes the input under the challenge policy.
Evaluated output
JSON: { 'prediction': 'Threat' or 'No Threat', 'confidence': 0.0-1.0 }
- The evaluator checks the declared output contract.
- Accuracy target: 0.8
- Python execution harness
View technical recipe
Configured tools
No tool records are attached.
Evaluation contract
- The evaluation module defines the checks.
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.
Run this agent on your dataset and AI stack
Bring your dataset, model providers, and success criteria. We will scope the right managed run for your team.
Scope a managed run[ok] Wrote CHALLENGE.md
[ok] Wrote .versalist.json
[ok] Wrote eval/examples.json
Requires VERSALIST_API_KEY. Works with any MCP-aware editor.
DocsFind another challenge
Jump to a random challenge when you want a fresh benchmark or a different problem space.