{% extends "base.html" %} {% block title %}Conformance Suite{% endblock %} {% block content %}

Conformance Suite & Confusion Matrix

For regulators & the core team: the canonical CTS test cases (pass/fail against the real engine) and the honest disjoint-population confusion matrix (detection and false positives).

Conformance Test Suite (CTS)

Runs src.cts_runner.run_cts via the production /v1/cts/evaluate route over the machine-readable conformance/nhid_conformance_test_suite_v1.yaml cases.

Not run yet.

Confusion matrix

Detection measured over conversations that declare each violation; false positives over the disjoint scenario_type == "compliant" population. Reuses the exact scripts/confusion_matrix.py computation โ€” ATR-01 excluded by design (untestable in transcript replay).

Not computed yet.

{% endblock %}