pub fn validate_binary_path(path: &Path) -> Result<PathBuf>Expand description
Validate binary path with comprehensive security checks
Performs the following validations:
- File existence check
- Executable permissions check (Unix)
- Canonicalization (prevents path traversal)