Missing: iconv. No charset transcoding.
Behavior: iconv -f ENC -t ENC [-c] [//TRANSLIT] [FILE]. Support the encodings the platform TextDecoder/TextEncoder provide (UTF-8/16, latin1, ascii) and reject others with a clear unsupported error; -c drops invalid sequences. Bound input.
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:
iconv. No charset transcoding.Behavior:
iconv -f ENC -t ENC [-c] [//TRANSLIT] [FILE]. Support the encodings the platformTextDecoder/TextEncoderprovide (UTF-8/16, latin1, ascii) and reject others with a clear unsupported error;-cdrops invalid sequences. Bound input.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.