It's possible to disable Gatekeeper/Xprotect checks on processes descended from the terminal. See https://nexte.st/docs/installation/macos/#gatekeeper
This is something I've seen slow down the launch of MacPorts installed binaries. Would it be acceptable for port, maybe as part of reclaim, to check to see if the user can disable Gatekeeper? Example code to do so is being added to rust's cargo here https://github.com/rust-lang/cargo/pull/15908 -- David Gilman :DG<
