
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.
github.com/tangmingdong123/mongodb-mesos
Advanced tools
a mesos scheduler for mesos . The scheduler provice a REST API to manage( create/delete/query ) your standalone mongodbs and replicaSets.
For standalone case, The scheduler monitor the mongodb's status, restart it when the task is killed or failed.
For replicaSet case, The scheduler will autoconfig the cluster ,and monitor the mongodb's status, restart it when the task is killed or failed.
You can get the mongodb instances detail infomation by REST API
./scheduler -master $mesos-master-ip:port -zk zk-ip:port -name schedulername -port httpport
for example : /scheduler -mesos 172.17.2.91:5050 -zk 172.17.2.91:2181 -name mongodb-mesos -port 37017
All standalone mongodbs and replicaSets' detail info are be saved in the zookeeper. The scheduler will reload these info when it restart. The zk' path is /${your scheduler name},and it is /mongodb-mesos by default.
curl -X DELETE --header 'Accept: application/json' --header 'Content-Type: application/x-www-form-urlencoded' -d 'cpu=1&mem=128' 'http://172.17.2.254:37017/standalone/1'
curl -X DELETE --header 'Accept: application/json' 'http://172.17.2.254:37017/standalone/1'
curl -X GET --header 'Accept: application/json' 'http://172.17.2.254:37017/standalone/list'
curl -X GET --header 'Accept: application/json' 'http://172.17.2.254:37017/standalone/1'
curl -X DELETE --header 'Accept: application/json' --header 'Content-Type: application/x-www-form-urlencoded' -d 'cpu=1&mem=128&instances=3' 'http://172.17.2.254:37017/replica/r1'
curl -X DELETE --header 'Accept: application/json' 'http://172.17.2.254:37017/replica/r1'
curl -X GET --header 'Accept: application/json' 'http://172.17.2.254:37017/replica/list'
curl -X GET --header 'Accept: application/json' 'http://172.17.2.254:37017/replica/r1'
FAQs
Unknown package
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.