
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
go.shabbyrobe.org/msgplens
Advanced tools
Swiss-army knife for inspecting msgpack objects.

To install:
go install go.shabbyrobe.org/msgplens/cmd/msgplens@latest
msgplens has the following features:
-inf repr, -outf repr)-inf json, -outf json)-inenc b64, -inenc hex, etc)go.shabbyrobe.org/msgplens libraryAnd the following drawbacks:
This tool cribs heavily from the unexported portions of http://github.com/tinylib/msgp, though it would be great if it could be exported and used as a dependency instead!
You can chop and dice inputs and outputs any way you like.
Read base64 encoded msgpack from STDIN, pretty print:
$ echo "gA==" | msgplens -inenc b64
at:0 sz:1 0x80 (128) Fixmap len:0 {}
Read base64 encoded msgpack from STDIN, convert to lossy JSON:
$ echo "gaFhoWI=" | ./msgplens -inenc b64 -outf json
{"a":"b"}
Read hex encoded JSON from STDIN, pretty print:
$ echo '{"a": "b"}' | xxd -ps | ./msgplens -inf json -inenc hex
at:0 sz:1 0x81 (129) Fixmap len:1 {
K0 at:1 sz:2 0xa1 (161) Fixstr "a"
V0 at:3 sz:2 0xa1 (161) Fixstr "b"
}
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.