Named pipes created using the "pipe://" file access scheme should not be world-writable or readable. Limit their access to the current user by creating them with 0600 permissions instead of 0666.
OS.execute_with_pipe
Implement `pipe://*` path handling for creation of named pipes.