Expand description
Challenge-style probe pack for adversarial and regression testing.
Structs§
- Challenge
Probe - A single challenge-style probe with its input, expected outcome, and metadata.
- Probe
Expectation - Expected detection outcome for a probe.
- Probe
Pack Report - Summary report produced by running a full probe pack.
- Probe
RunResult - Outcome of running a single probe.
Enums§
- Probe
Category - 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
V1classifier and return a report.