From 8b0f084d8709d2bdfb4ce11f06670a9c296d11d0 Mon Sep 17 00:00:00 2001 From: Allaun Silverfox <28494262+allaunthefox@users.noreply.github.com> Date: Sun, 17 May 2026 15:45:57 -0500 Subject: [PATCH] Add adversarial duals example config --- .../famm_adversarial_duals.example.json | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 shared-data/examples/famm_adversarial_duals.example.json diff --git a/shared-data/examples/famm_adversarial_duals.example.json b/shared-data/examples/famm_adversarial_duals.example.json new file mode 100644 index 00000000..30c792d3 --- /dev/null +++ b/shared-data/examples/famm_adversarial_duals.example.json @@ -0,0 +1,45 @@ +{ + "target": { + "route_id": "candidate_ns16_closure_route", + "claim": "bounded witness packet controls vorticity stretching in tested class", + "promotion_stage": "candidate" + }, + "anti_famm_tests": [ + { + "id": "projection_nullspace_probe_001", + "projection_invisibility": 0.92, + "target_behavior_change": 0.87, + "invariant_failure": 0.65, + "false_scar_evidence": 0.0, + "hidden_residual": 0.74 + }, + { + "id": "false_scar_probe_001", + "projection_invisibility": 0.2, + "target_behavior_change": 0.1, + "invariant_failure": 0.0, + "false_scar_evidence": 0.78, + "hidden_residual": 0.05 + } + ], + "anti_braidstorm_tests": [ + { + "id": "hostile_crossing_alias_001", + "braid_order_residual": 0.72, + "receipt_alias_risk": 0.85, + "fake_receipt_risk": 0.66, + "toxic_recombination_risk": 0.38, + "scar_masking_risk": 0.44, + "local_pass_global_fail": 0.91 + }, + { + "id": "friendly_survivor_check_001", + "braid_order_residual": 0.08, + "receipt_alias_risk": 0.05, + "fake_receipt_risk": 0.02, + "toxic_recombination_risk": 0.03, + "scar_masking_risk": 0.04, + "local_pass_global_fail": 0.05 + } + ] +}