You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: wire up NTE embeddings and add supplemental timing to scan API
extract_features() existed but was never called after the OSS extraction —
embeddings were hardcoded to None. Now collect_timing_samples_raw() generates
64-dim L2-normalized embeddings from timing samples automatically.
Added timing_samples field to ScanRequest and discover_with_timing() on Engine
so callers can request multi-sample timing profiles for open ports after
discovery. The CLI scan subcommand gets --timing-samples to expose this.
0 commit comments