`bin/msgpack2json` and `bin/json2msgpack` push stdin chunks then `Buffer.concat` with no ceiling, then `unpack` / `JSON.parse`. Cap accumulated stdin bytes before concat/parse. Fail closed with a documented limit.
bin/msgpack2jsonandbin/json2msgpackpush stdin chunks thenBuffer.concatwith no ceiling, thenunpack/JSON.parse.Cap accumulated stdin bytes before concat/parse. Fail closed with a documented limit.