pub fn find_worker_binary() -> Result<PathBuf, SandboxError>Expand description
Find the forgemax-worker binary.
Search order:
FORGE_WORKER_BINenvironment variable (must be absolute path)- Same directory as the current executable
On Unix, rejects world-writable binaries (mode & 0o002 != 0).