Missing: hexdump. xxd and od exist, but many scripts call hexdump/hd.
Behavior: GNU/BSD hexdump [-C] [-v] [-n LEN] [-s SKIP] [-e FORMAT] and hd (= hexdump -C). Can reuse the bounded byte-dump engine already backing xxd/od; -e custom formats optional. Bound input and format complexity.
From the safe-bash command gap analysis (2026-09-08). Sandbox constraints apply: bounded input/CPU/memory, VFS-only paths, cooperative cancellation, no host process/network beyond the existing curl authorizer.
Missing:
hexdump.xxdandodexist, but many scripts callhexdump/hd.Behavior: GNU/BSD
hexdump [-C] [-v] [-n LEN] [-s SKIP] [-e FORMAT]andhd(=hexdump -C). Can reuse the bounded byte-dump engine already backingxxd/od;-ecustom formats optional. Bound input and format complexity.From the safe-bash command gap analysis (2026-09-08). Sandbox constraints apply: bounded input/CPU/memory, VFS-only paths, cooperative cancellation, no host process/network beyond the existing curl authorizer.