Anomalies (§16.8)

0 open / 0 high-severity

E-M7-05 — Score Oracle anti-gaming queue. Z-score outliers, sudden tier flips, and edge-burst patterns are detected deterministically (Primitive 4) by the score-oracle anomalies module and surface here for admin triage. Acceptance: 50 K01 edges in 10 minutes for lekanb@gmail.com triggers an edge_burst card within 5 minutes.

Run sweep

Failed query: 
    SELECT id, anomaly_type, severity, recommended_action,
           subject_role, subject_entity_id, subject_scope_id,
           z_score, observed_value, baseline_mean, baseline_stddev,
           observation_window_start, observation_window_end,
           signals, resolution, resolved_at, resolved_by, resolution_notes,
           llm_specialist_slug, detector_version, detected_at
      FROM score_anomalies
     WHERE ($1::text IS NULL OR resolution::text = $2::text)
       AND ($3::text IS NULL OR severity::text = $4::text)
       AND ($5::text IS NULL OR anomaly_type::text = $6::text)
       AND ($7::text IS NULL OR subject_role::text = $8::text)
       AND ($9::uuid IS NULL OR subject_entity_id = $10::uuid)
       AND ($11::timestamptz IS NULL OR detected_at >= $12::timestamptz)
     ORDER BY detected_at DESC
     LIMIT $13
  
params: open,open,,,,,,,,,,,100

Queue

(no anomalies match the current filter)