Commit graph

3 commits

Author SHA1 Message Date
TickTockBent
8e34e10727 fix: use behavioral engine's suspicion scale in DPI handler
The DPI event handler in process_events was adding 15.0 to
suspicion_score and capping at 100.0, but the behavioral engine
operates on a 0.0-1.0 scale (SUSPICION_INCREMENT = 0.15,
SUSPICION_MAX = 1.0). A single DPI detection would push the
score so high that trusted promotion (requires < 0.1) became
effectively unreachable.

// ticktockbent
2026-04-05 14:47:49 -04:00
Vladyslav Soliannikov
e9ad617716
images 2026-04-04 00:34:01 +03:00
Blackwall AI
e01b11f7ff release: blackwall v1 2026-04-02 15:11:27 +03:00