
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.
@garment/plugin-runner-bin
Advanced tools
<!-- description src/index.ts firstInterface --> Executes system or node binary file with given args.
Executes system or node binary file with given args.
npm i @garment/plugin-runner-bin
or
yarn add @garment/plugin-runner-bin
{
"runner": "bin",
"options": {
"bin": "echo",
"args": "garment is phenomenal"
}
}
bin: string
The name of the binary to execute. Garment will look up the path with the bin name you provided.
args: string | string[] | { [key: string]: string | boolean | string[]; }
The arguments to pass to the given bin.
env: { [key: string]: string; }
Environment variables
stream: boolean
Stream all the console output, otherwise it will be collected and output after the execution
longRunning: boolean
Not wait until the process is finished
FAQs
<!-- description src/index.ts firstInterface --> Executes system or node binary file with given args.
We found that @garment/plugin-runner-bin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.