
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@dxos/cli-machine
Advanced tools
wire machine allows automated creation and management of kubes in cloud hosting.
wire machine list
$ wire machine list
{
"machines": [
{
"name": "kubec18e28d7",
"created_at": "2020-05-26T21:25:20Z"
},
{
"name": "kubef1145cc7",
"created_at": "2020-05-26T21:25:23Z"
},
{
"name": "kube087f310c",
"created_at": "2020-05-28T14:51:55Z"
}
]
}
wire machine create --name <optionalkubename> --memory <optionalmemorysize>
$ wire machine create
{
"machine": {
"name": "kube087f310c"
}
}
Memory sizes supported: 1,2,4,8,16,32G. Note that sizes smaller than 4G may not allow base Kube services to operate.
wire machine publish --name <kubename>
$ /home/david/projects/dxos/incubator/node_modules/.bin/wire machine publish --name kube087f310c
{
"machine_data": {
"name": "kube087f310c",
"dns_name": "kube087f310c.boxes.dxos.network",
"wrn": "kube.dxos.network/box087f310c"
}
}
Obtain an API access token for Digital Ocean and a GitHub Personal Access Token:
In wire profile:
services:
machine:
doAccessToken: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
githubAccessToken: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
dnsDomain: 'kube.dxos.network'
FAQs
DxOS Machine CLI
We found that @dxos/cli-machine demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.