False positive
Also written FP
Benign activity flagged as malicious. In an agent security control this is the failure mode that actually kills deployments: a tool that blocks legitimate work gets switched off, at which point its recall is zero. Any recall number quoted without a false-positive rate measured on a realistic benign corpus is unfalsifiable, because recall alone can be driven to 100% by flagging everything.
See also precision · hard negative · false negative
Related terms
-
Precision
Testing & measurement
Of everything the control flagged, the share that was genuinely malicious — true positives divided by all positives.
-
Hard negative
Testing & measurement
A benign sample deliberately shaped like an attack — a security engineer legitimately asking about base64 decoding, a role-play prompt with no harmful…
-
False negative
Testing & measurement
A real attack the control failed to flag. False negatives and false positives trade off against each other: any threshold that reduces one increases the…
Testing & measurement
The words that decide whether a published detection number is evidence or decoration. Most vendor numbers in this space are quoted without any of them; see how we test for how these are applied in practice.