pub fn validate_harness_input(input: &str) -> Result<(), ValidationError>Expand description
Validate text entering the harness pipeline.
Rejects: oversized inputs, null bytes, non-printable control characters (ASCII 0x01–0x1F, excluding \t, \n, \r which appear in normal text).