A decision is only as trustworthy as the evidence supporting it.

DFS measures whether available security evidence is strong, stable, and robust enough to support a sensitive decision.

The score is deliberately unforgiving.

DFS is a confidence model for evidence. It does not ask whether an action is interesting or whether a user is authorized. It asks whether the evidence is good enough to support a security-sensitive decision.

DFS = S x T x B

A weak dimension pulls the whole decision down.

Unknown evidence is treated as uncertainty, not strength.

Runtime policy can make the outcome stricter, but not magically safer.

S

Signal Strength

Measures how directly and unambiguously the observed evidence supports the detection hypothesis.

Signal Strength is not signal availability. It represents the discriminatory value of evidence that is actually observed.

Marker specificityBehavioral marker fidelityStructural relationship strengthLegitimate behavioral overlap

Unknown evidence is not strong evidence.

T

Telemetry Stability

Measures whether the underlying evidence can survive realistic telemetry loss, distortion, and pipeline degradation.

Telemetry Stability evaluates whether the telemetry substrate is reliable enough to support the security decision.

Event lossMissing fieldsUnavailable telemetrySensor failure

Fragile telemetry should reduce stability instead of being treated as trustworthy evidence.

B

Behavioral Robustness

Measures whether the detection logic keeps working as an adversary changes implementation details.

Behavioral Robustness measures durability under adversarial adaptation, not whether an execution looks normal right now.

Mutation resistanceInvariant coverageTTP drift resistanceAbstraction quality

Runtime anomalies must not silently redefine Behavioral Robustness.

From evidence to action without hiding the weak link.

01

Collect

Gather the evidence available for the action, including signals, telemetry quality, and behavior context.

02

Score

Evaluate Signal Strength, Telemetry Stability, and Behavioral Robustness as separate dimensions.

03

Resolve

Combine the dimensions into a decision fidelity score that can support allow, escalate, or block.

04

Explain

Keep the weak dimension visible so the reason for the decision is auditable instead of hidden.