
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
minictl
Advanced tools
A small model checker for Computational Tree Logic. It is not implemented to be the fastest or the most featureful, instead, it is written for a Mini-Master Project at vu Amsterdam to be used as a playground for several courses on Modal Logic.
For any Finite-state model $\mathcal{M}$, and a CTL formula $\phi$, MiniCTL can compute $|\phi|_{\mathcal{M}}$, which is to say, the set of states in which $\phi$ holds.
On top of Prepositional Logic ($\phi ::= p | \top | \bot | \neg \phi | \phi \land \phi | \phi \lor \phi | \phi \rightarrow \phi | \phi \leftrightarrow \phi$), it supports the CTL Modal operators:
The package can be installed with a simple pip install minictl.
If pip complaints that cargo is not installed, this is because I did not compile the package for your combination of OS and python version (For example, macOS Sequoia, python3.9) This is especially likely for MacOS when using Apple Scilicon and a Python version below 3.11, as these are not supported by the tools upstream. If you run into this error and are on MacOS, use to python 3.11 or greater.
If there is no python version supported for your OS, or you wish to use a different python version than I support (>= 3.9), the error can also be fixed by installing the rust toolchain on your computer, which you can do using rustup as explained here, proceeding with a default instalation. After rust is installed, the pip install command will work.
A simple tutorial for the python library can be found under teaching_materials/minictl_into.py
More advanced documentation of the python library can be found as docstrings in the minictl.pyi file, and as examples in the tests/python/*.py files.
For testing, install maturin through cargo with cargo install maturin. Once installed, the editable package can be installed with pip install -e .[dev], where this same command is run to re-compile the code. To show Rust compiler warnings, maturin develop can be run to compile the python part of the code.
To run the tests run python -m pytest python/tests/, and to run the formatter run black python/
FAQs
A small model checker for Computational Tree Logic
We found that minictl 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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.