Strategic Risk Overview
The Strategic Risk Overview synthesizes all intelligence modules into a single risk assessment.Composite Score (0-100)
The strategic risk score combines three components:| Component | Weight | Calculation |
|---|---|---|
| Convergence | 40% | min(100, convergence_zones × 20) |
| CII Deviation | 35% | min(100, avg_deviation × 2) |
| Infrastructure | 25% | min(100, incidents × 25) |
Risk Levels
| Score | Level | Trend Icon | Meaning |
|---|---|---|---|
| 70-100 | Critical | Escalating | Multiple converging crises |
| 50-69 | Elevated | Stable | Heightened global tension |
| 30-49 | Moderate | Stable | Normal fluctuation |
| 0-29 | Low | De-escalating | Unusually quiet period |
Unified Alert System
Alerts from all modules are merged using temporal and spatial deduplication:- Time window: Alerts within 2 hours may be merged
- Distance threshold: Alerts within 200km may be merged
- Same country: Alerts affecting the same country may be merged
Alert Priority
| Priority | Criteria |
|---|---|
| Critical | CII critical level, convergence score ≥80, cascade critical impact |
| High | CII high level, convergence score ≥60, cascade affecting ≥5 countries |
| Medium | CII change ≥10 points, convergence score ≥40 |
| Low | Minor changes and low-impact events |
Trend Detection
The system tracks the composite score over time:- First measurement establishes baseline (shows “Stable”)
- Subsequent changes of ±5 points trigger trend changes
- This prevents false “escalating” signals on initialization
Pentagon Pizza Index (PizzINT)
The dashboard integrates real-time foot traffic data from strategic locations near government and military facilities. This “Pizza Index” concept, tracking late-night activity spikes at restaurants near the Pentagon, Langley, and other facilities, provides an unconventional indicator of crisis activity.How It Works
The system aggregates percentage-of-usual metrics from monitored locations:- Locations: Fast food, pizza shops, and convenience stores near Pentagon, CIA, NSA, State Dept, and other facilities
- Aggregation: Activity percentages are averaged, capped at 100%
- Spike Detection: Locations exceeding their baseline are flagged
DEFCON-Style Alerting
Aggregate activity maps to a 5-level readiness scale:| Level | Threshold | Label | Meaning |
|---|---|---|---|
| DEFCON 1 | ≥90% | COCKED PISTOL | Maximum readiness; crisis response active |
| DEFCON 2 | ≥75% | FAST PACE | High activity; significant event underway |
| DEFCON 3 | ≥50% | ROUND HOUSE | Elevated; above-normal operations |
| DEFCON 4 | ≥25% | DOUBLE TAKE | Increased vigilance |
| DEFCON 5 | <25% | FADE OUT | Normal peacetime operations |
GDELT Tension Pairs
The indicator also displays geopolitical tension scores from GDELT (Global Database of Events, Language, and Tone):| Pair | Monitored Relationship |
|---|---|
| USA ↔ Russia | Primary nuclear peer adversary |
| USA ↔ China | Economic and military competition |
| USA ↔ Iran | Middle East regional tensions |
| Israel ↔ Iran | Direct conflict potential |
| China ↔ Taiwan | Cross-strait relations |
| Russia ↔ Ukraine | Active conflict zone |
- Current tension score (GDELT’s normalized metric)
- 7-day trend (rising, falling, stable)
- Percentage change from previous period
Related Assets
News clusters are automatically enriched with nearby critical infrastructure. When a story mentions a geographic region, the system identifies relevant assets within 600km, providing immediate operational context.Asset Types
| Type | Source | Examples |
|---|---|---|
| Pipelines | 88 global routes | Nord Stream, Keystone, Trans-Siberian |
| Undersea Cables | 86 major cables | TAT-14, SEA-ME-WE, Pacific Crossing |
| AI Datacenters | 313 clusters | Azure East US, GCP Council Bluffs |
| Military Bases | 226 installations | Ramstein, Diego Garcia, Guam |
| Nuclear Facilities | 100+ sites | Power plants, weapons labs, enrichment |
Location Inference
The system infers the geographic focus of news stories through:- Keyword matching: Headlines are scanned against hotspot keyword lists (e.g., “Taiwan” maps to Taiwan Strait hotspot)
- Confidence scoring: Multiple keyword matches increase location confidence
- Fallback to conflicts: If no hotspot matches, active conflict zones are checked
Distance Calculation
Assets are ranked by Haversine distance from the inferred location:Example Context
A news cluster about “pipeline explosion in Germany” would show:- Pipelines: Nord Stream (23km), Yamal-Europe (156km)
- Cables: TAT-14 landing (89km)
- Bases: Ramstein (234km)
Server-Side Risk Score API
Strategic risk and Country Instability Index (CII) scores are pre-computed server-side rather than calculated in the browser. This eliminates the “cold start” problem where new users would see no data while the system accumulated enough information to generate scores.How It Works
TheGetRiskScores RPC handler (get-risk-scores.ts):
- Fetches recent protest/riot/battle/explosion/civilian-violence data from ACLED (7-day window)
- Fetches auxiliary sources from Redis: UCDP conflicts, outages, climate, cyber threats, fires, GPS jamming, Iran events, OREF alerts
- Computes CII scores for 24 Tier 1 countries using the same formulas as the frontend
- Derives strategic risk from weighted top-5 CII scores
- Caches results in Redis (10-minute TTL, 1-hour stale fallback)
CII Score Calculation
Each country’s score combines a static baseline (40%) with a dynamic event score (60%), plus supplemental boosts and floors. Baseline Risk (0-50 points): Static geopolitical risk reflecting structural fragility.| Country | Baseline | Rationale |
|---|---|---|
| Syria, Ukraine, Yemen | 50 | Active conflict zones |
| Myanmar, North Korea, Cuba | 45 | Civil unrest, authoritarian |
| Iran, Israel, Pakistan, Venezuela, Mexico | 35-40 | Regional tensions, organized crime |
| Taiwan, Saudi Arabia, Turkey, Russia, China, India | 20-35 | Moderate instability |
| Brazil, Mexico | 15-35 | Variable instability |
| Germany, UK, US, France, Poland, UAE | 5-10 | Stable/low risk |
| Sub-component | Weight | Scoring |
|---|---|---|
| Unrest | 25% | Log2 dampening for democracies (multiplier < 0.7), linear for authoritarian states. Base capped at 50, plus protest fatality boost (up to 30), plus outage severity boost (TOTAL 30pts, MAJOR 15pts, PARTIAL 5pts, capped at 50) |
| Conflict | 30% | Weighted ACLED events (battles x3, explosions x4, civilian violence x5), sqrt-scaled fatalities, civilian boost, Iran strike severity, OREF alert boost (IL only: 25 base + 5 per alert) |
| Security | 20% | GPS/GNSS jamming hexes (high: 5pts, medium: 2pts, capped at 35) |
| Information | 25% | Reserved (0); no server-side news data |
| Floor type | Threshold | Trigger |
|---|---|---|
| UCDP active war | >= 70 | UCDP intensity level 2+ |
| UCDP minor conflict | >= 50 | UCDP intensity level 1 |
| Advisory do-not-travel | >= 60 | UA, SY, YE, MM |
| Advisory reconsider | >= 50 | IL, IR, PK, VE, CU, MX |
Event Significance Multipliers
Events in some countries carry more global significance than others:| Multiplier | Countries | Rationale |
|---|---|---|
| 3.0x | North Korea | Any visible unrest is highly unusual |
| 2.0-2.5x | China, Russia, Iran, Saudi Arabia, Cuba | Authoritarian states suppress protests |
| 1.5-1.8x | Taiwan, Pakistan, Myanmar, Venezuela, UAE | Regional flashpoints |
| 1.0-1.2x | Mexico, Turkey | Moderate significance |
| 0.5-0.8x | US, UK, France, Germany, Poland, Ukraine, Syria, Yemen, Israel, India, Brazil | Protests are routine or events already captured by floors |
Strategic Risk Derivation
The composite strategic risk score is computed as a weighted average of the top 5 CII scores:Data Sources
| Source | Redis Key | Used For |
|---|---|---|
| ACLED | Fetched live via API | Protests, riots, battles, explosions, civilian violence, fatalities |
| UCDP | conflict:ucdp-events:v1 | War/minor conflict floors |
| Outages | infra:outages:v1 | Unrest outage boost (TOTAL/MAJOR/PARTIAL severity) |
| Climate | climate:anomalies:v1 | Climate severity boost |
| Cyber | cyber:threats-bootstrap:v2 | Cyber threat count boost |
| Fires | wildfire:fires:v1 | Wildfire count boost |
| GPS Jamming | intelligence:gpsjam:v2 | Security score (high/medium hex levels) |
| Iran Events | conflict:iran-events:v1 | Strike boost with severity weighting |
| OREF Alerts | relay:oref:history:v1 | IL conflict boost + blend boost (activeAlertCount, historyCount24h) |
Fallback Behavior
When upstream data is unavailable (API errors, rate limits):- Stale cache (1-hour TTL): Return recent scores
- Baseline fallback: Return scores using only static baselines and advisory floors
cachedFetchJson coalescing concurrent requests.