
Research
/Security News
Intercom’s npm Package Compromised in Ongoing Mini Shai-Hulud Worm Attack
Compromised intercom-client@7.0.4 npm package is tied to the ongoing Mini Shai-Hulud worm attack targeting developer and CI/CD secrets.
jaxdsp
Advanced tools
Fast, differentiable audio processors on the CPU or GPU, with a browser client for real-time control
Fast, differentiable audio processors on the CPU or GPU, controlled from the browser.
I'm still working on improvements and an interactive browser client, after which I'll write up a blog post.
In the meantime, the docs directory has several Jupyter notebooks with plenty of examples.
The Differentiable Audio Processors notebook shows many real DSP examples, along with loss/parameter time-series.
(All files under docs/scratch are working notes, and can be ignored.)
g
The goal of this project is to parameterize audio graphs, in real-time, to produce an audio stream resembling incoming audio.
Built with JAX, WebRTC, WebSockets, and React.
react-three-fiber provides the WebGL backbone for
performant real-time clientside monitoring of the system.
To build and run the server in a Linux container:
$ docker build . -t jaxdsp_server
$ docker run -p 8080:8080 jaxdsp_server
$ cd server
$ python server.py
Note: For local development of the client within the test /app (see below), the client is included as a
local file:../client dependency, and included in the babel transpilation for the /app build (
see app/craco.config.js).
build:dev in the client just symlinks the dist/jaxdsp-client.js target to the root index.js file.
$ cd client
$ npm ci
$ npm run build # or, for a development build: `build:dev`
$ cd app
$ npm ci
$ npm start
FAQs
Fast, differentiable audio processors on the CPU or GPU, with a browser client for real-time control
We found that jaxdsp 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
/Security News
Compromised intercom-client@7.0.4 npm package is tied to the ongoing Mini Shai-Hulud worm attack targeting developer and CI/CD secrets.

Research
Socket detected a malicious supply chain attack on PyPI package lightning versions 2.6.2 and 2.6.3, which execute credential-stealing malware on import.

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