
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
sdssdb
Advanced tools
SDSS product for database management.
To install sdssdb for regular usage, from PyPi,
pip install sdssdb
git clone https://github.com/sdss/sdssdb
cd sdssdb
uv sync --python 3.12 --locked
This only installs the dependencies needed to run the code. For development, you can install extra dependencies needed for building docs or running tests with the --all-groups keyword.
uv sync --all-groups --python=3.12 --locked
If you don't have uv installed, you can install directly with pip:
git clone https://github.com/sdss/sdssdb
cd sdssdb
pip install -e .
Within the sdssdb directory, run
sdss docs.build
To have the docs autobuild and watch for changes, use nox. To build and run the local docs server, run
nox
This will start a local docs server on a random port. You should see something like,
[sphinx-autobuild] Serving on http://127.0.0.1:54429
[sphinx-autobuild] Waiting to detect changes...
It should open the site automatically in a new browser window. If 127.0.0.1:[port] fails to load, try localhost:[port].
>>> from sdssdb.peewee.sdss5db import catalogdb
>>> targets = catalogdb.GaiaDR2Source.select().where(catalogdb.GaiaDR2Source.phot_g_mean_mag < 15)
FAQs
SDSS product for database management
We found that sdssdb demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.