
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
@remy/unpack
Advanced tools
JavaScript module for unpacking and packing based loosely around the Perl packing syntax.
Working demo can be found at unpack.isthe.link.
Lookup table for unpacking:
a A string with arbitrary binary data, will be null padded.A text (ASCII) string, will be space padded.b A bit string (ascending bit order inside each byte).c A signed char (8-bit) value.C An unsigned char (octet) value.s A signed short (16-bit) value.S An unsigned short value.i A signed integer (32-bit) value.I A unsigned integer value.l A signed long (64-bit) value.L An unsigned long value.n An unsigned short (16-bit) in "network" (big-endian) order.N An unsigned long (32-bit) in "network" (big-endian) order.f A single-precision float in native format.d A double-precision float in native format.x A null byte (a.k.a ASCII NUL, "\000", chr(0))Each type can also include a number, such as A5 will unpack to a 5 byte ascii string.
Unless otherwise stated, endianness can be set to little by using <, such as: <I I L unpacks using little endian 2 32bit unsigned ints and 1 64 bit long.
FAQs
Unpacks bytes ala Perl's unpack
We found that @remy/unpack demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.