
Research
Malicious npm Package Brand-Squats TanStack to Exfiltrate Environment Variables
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.
github.com/flofriday/compressions
Advanced tools
Playing with compression algorithms

This implementation uses 12 bit for the lookback and 4 bit for the length. At the moment it uses sequential search. Beginning with the 1st byte, every ninth byte is a bit-mask to indicate which bytes are values and which bytes are the pointers to previous values.
go build lzss.go./lzss -i testdata/RomeoAndJuliet.txt -o RJ.bin --compress --verbose./lzss -i RJ.bin -o RJ.txt --decompress --verboseAll options:
Usage: lzss --input INPUT --output OUTPUT [--compress] [--decompress] [--verbose]
Options:
--input INPUT, -i INPUT
--output OUTPUT, -o OUTPUT
--compress, -c
--decompress, -d
--verbose, -v
--help, -h display this help and exit
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.

Research
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.

Research
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.