Simulation Exports

Reports & Data Exports — SAFE Prototype

Generated by SAFE prototype simulation. Cryptographic functions are simulated/calibrated. Results reflect modelled behaviour, not production cryptographic execution.

0
Saved Runs
0
Total Events
0
Incest Detections
0
Freshness Failures

How to generate run records

Run experiments from the RQ2 Gatekeeper or RQ3 Dissemination pages, then click Save Run on the results panel. The run summary and per-event telemetry are persisted to Supabase and appear here for export. Alternatively, you can save runs programmatically via the /api/exports/save-run endpoint.

Saved Runs

Export Panel

Select a run and click Details to export

Exports: CSV events, CSV summary, JSON, Markdown, HTML report

Export Schema Reference

Run Summary Schema (safe_run_*_summary.csv)

run_id
scenario_name
scenario_type
started_at
finished_at
duration_sec
safe_enabled
baseline_enabled
events_total
decisions_kalman / ci / reject
decision_rate_kalman / ci / reject
policy_score_mean / median / min / max
lineage_depth_mean / max
incest_detect_count
freshness_fail_count
recipient_mismatch_count
protocol
rq_source
random_seed
app_version

Event Telemetry Schema (safe_run_*_events.csv)

run_id
event_id
event_time
scenario_phase
track_id
node_label
layer1_status … layer5_status
policy_score
top_factor
ci_reason
final_decision
lineage_depth
bloom_saturation_pct
bloom_false_positive_est
clearance_level
sensitive_fields_visible
baseline_decision
safe_decision
rms_error_m
prove_ms
verify_ms
proof_bytes
remarks