Skip to main content

Module probe

Module probe 

Source
Expand description

Challenge-style probe pack for adversarial and regression testing.

Structs§

ChallengeProbe
A single challenge-style probe with its input, expected outcome, and metadata.
ProbeExpectation
Expected detection outcome for a probe.
ProbePackReport
Summary report produced by running a full probe pack.
ProbeRunResult
Outcome of running a single probe.

Enums§

ProbeCategory
Classification of how a probe exercises the detection system.

Functions§

challenge_probe_pack
Build the canonical challenge probe pack.
run_probe_pack
Run a probe pack against the default V1 classifier and return a report.