
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.
graphomaly
Advanced tools
Automatic tool for Anti-Money Laundering (AML) and detecting abnormal behavior in computer networks. Find abnormal data in graph and network structures.
Official package documentation here.
This work was initially supported by the Graphomaly Research Grant and later partially supported by the Netalert Research Grant.
Install via pip from the PyPi repository:
pip install graphomaly
or for the latest changes not yet in the official release:
pip install git+https://gitlab.com/unibuc/graphomaly/graphomaly
Install via docker from the DockerHub repository
docker pull pirofti/graphomaly
For using the GPU pull the dedicated image:
docker pull pirofti/graphomaly:latest_gpu
The package follows the sklearn API and can be included in your projects via
from graphomaly.estimator import GraphomalyEstimator
which will provide you with a standard scikit-learn estimator that you can use in your pipeline.
For configuration and tweaks please consult the YAML file for now until documentation matures.
First clone the repository and change directory to the root of your fresh checkout.
Install PyPA’s build:
python3 -m pip install --upgrade build
Inside the Graphomaly directory
python -m build
Create a virtual environment with Python:
python -m venv venv
Activate the environment:
source venv/bin/activate
For Windows execute instead:
venv\Scripts\activate
Inside the virtual environment execute:
pip install dist/graphomaly-*.whl
First create the results directory:
mkdir -p tests/results/synthetic
Run the initial test on synthetic data to make sure things installed ok:
cd tests && python test_synthetic
Then run the other unit tests by hand as above or via pytest:
pytest # add -v for verbose, add -s to print(...) to console from tests
FAQs
Anomaly detection in graphs modeling financial transactions and computer networks.
We found that graphomaly 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
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.