pub const SECURITY_CRITICAL_KEYS: &[&str];Expand description
Top-level keys whose silent loss could weaken security posture: dropping
a malformed one to its Default may grant a broader posture than intended.
Salvage still drops them (so the daemon boots) but logs ERROR and reports
them in ResilientLoad::dropped_security for exposure gating.