Anti-trafficking outreach preparedness simulator for major events.
Built with DBbun's Executable Publication Layer by DBbun LLC.
Submission for Call for Code AI: United Against Trafficking
Track 1: Anticipate & Disrupt — Major Event Risk & Outreach Planner
SafeEvent turns static, synthetic event-planning materials into an executable scenario simulator for major-event outreach preparedness.
The included demo uses fictional Harbor Lights Festival 2026 planning materials: venue map, schedule, transit plan, hotel/lodging clusters, volunteer staffing plan, service-provider directory, public-safety guidance, and generic city guidance PDFs.
The simulator helps planners identify vulnerability windows — moments when stranded crowds, saturated crisis counseling, housing referral backlogs, transit bottlenecks, and reduced staff capacity create elevated risk — and pre-position support before the event begins.
SafeEvent is not a surveillance system. It does not identify real victims, real traffickers, suspicious people, or live incidents. It does not scrape active platforms or contact anyone. All included inputs and outputs are synthetic and fictional.
The simulator runs 9 scenarios over a 72-hour event window:
- normal_operations
- unusually_high_attendance
- transit_congestion
- volunteer_staffing_shortage
- late_night_crowd_movement
- service_provider_overload
- weather_disruption_heat
- weather_disruption_storm
- fire_incident_h36
pip install -r requirements.txt
python Simulator.py --output ./sim_outputsRunning the simulator generates:
simulation_outputs.csv— full synthetic time-series outputscenario_summary.csv— scenario-level KPIsparameters_used.csv— model parameterssummary.json— metadata and run summary- 16 figures, including:
- attendance profile
- transit queue pressure
- outreach center queue
- volunteer staffing
- NGO referral demand
- safe meeting point activations
- fire incident response figures 13a–13d
The fire incident scenario is designed as a demo of dynamic system stress:
fig13a_evacuation_transit.png— evacuation and transit queue surgefig13b_medical_hospital.png— medical incidents and hospital occupancyfig13c_ems_availability.png— EMS availability during the incidentfig13d_referral_surge.png— community service-provider referral surge
This simulator uses zero real victim, personal, or operational data. All inputs are fictional synthetic planning documents. No individuals are identified, profiled, surveilled, or scored. Outputs are aggregate population-level synthetic projections intended for human-reviewed planning decisions only.
MIT License — Copyright (c) 2026 DBbun LLC. See LICENSE.