
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
Diane is a dictaphone-like tool that runs in your terminal. As you would expect from a dictaphone, it can record and play back the recorded audio.
The recordings are saved in a directory structure based on time:
2017
|-- February
|-- 16th
|-- 17.15.02.wav
It is built entirerly with javasript by abusing the fact that you can use web audio inside of electron.
npm install diane -g
Before running, you need to configure where the recordings made by diane will be saved. This is done by specifying an absolute path as an env var, DIANE_PATH.
Now you can simply type $ diane in your terminal and follow the instructions.
After cloning the repository and following the install instructions above, you need to do the following:
cd into the cloned repository.
Install local dependencies with npm install.
Link the global diane command with npm link. This will point the global command to the diane source files you're currently working on. (Undo this with npm unlink)
FAQs
That recorder you like will come back in style
We found that diane 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.