pub fn classify_ld_preload(value: &str) -> boolExpand description
Classify whether an LD_PRELOAD value references a suspicious library path.
Returns true when any library in the colon/space-separated list resides
outside standard system library directories or in staging directories.