
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.
holocrontoolset
Advanced tools
A PyQt-backed program with a collection of tools and editors that make it easy to work with kotor files
A PyQt5 application that can edit the files used by the KotOR game engine.
From command line:
pip install -r requirements.txt
set PYTHONPATH=%cd%
python toolset/__main__.py
From terminal:
pip install -r requirements.txt
PYTHONPATH=$PWD python toolset/__main__.py
You might get this error:
pyproject.toml: line 7: using '[tool.sip.metadata]' to specify the project metadata is deprecated and will be removed in SIP v7.0.0, use '[project]' instead
While we're not sure what the exact problem is, it seems newer python versions won't correctly be able to build pyqt5. If you don't have a binary available (--only-binary=:all: returns no versions) you'll need to downgrade python preferably to 3.8 or you won't be able to use qt5! See this issue for more information
install_python_venv.ps1 script in your powershell terminal. That's it!Run the command from your terminal:
pip install qt5-applications
You will then need to navigate to your Python's site-packages folder. You can determine its location through your terminal with the following commands:
python -m site --user-site
Then navigate to ./site-packages/qt5_applications/Qt/bin and open the designer.exe file.
FAQs
A PyQt-backed program with a collection of tools and editors that make it easy to work with kotor files
We found that holocrontoolset 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.