
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@harmoniclabs/ouroboros-miniprotocols-ts
Advanced tools
In this repository you'll find a typescript implementation of the ouroboros networking protocol.
To be precise here you find:
toCbor methods and fromCbor static methods)Multiplexer class and the more low level wrapMultiplexerMessage and unwrapMultiplexerMessage)MiniProtcol and handshake versions).ouroboros-network-ts?The ouroboros network component should also take care of connections with peers.
This package doesn't do that.
The reason is very simple: we might want differnt connections types depending on what is establishing the connection.
example; a cardano node typescript implementation would be designed to operate only in a server environment; in that case a TCP socket would be used to connect to other peers, or a UNIX socket for node-to-client protocols (things like cardano-cli or cardano-db-sync);
however, a light node implementation, meant to be able to run in browsers, wouldn't be able to have succ connecitons;
the best a browser can offer are WebSockets¹ which are a different type of connection; but the data sent and received is the same.
¹currently not supported by the haskell implementaiton of the cardano-node but still possible in other implementaitons
FAQs
## What is this? Where am I?
We found that @harmoniclabs/ouroboros-miniprotocols-ts demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.