pub fn validate_remote_base(path: &str) -> Result<String, String>
Validate and normalize a remote base path. Returns an error if the path is not absolute or contains traversal sequences.