
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.
@pipcook/create-pipcook-plugin
Advanced tools
Create plugin for Pipcook in only one command via npm-init.
The are many ways to create a plugin for Pipcook.
# via NPM
$ npm init @pipcook/pipcook-plugin --category data-collect my-plugin
# via Pipcook
$ pipcook plugin create my-plugin --category data-collect
To create a TypeScript(default) plugin:
$ npm init @pipcook/pipcook-plugin my-plugin
To create a plugin with its category:
$ npm init @pipcook/pipcook-plugin --category data-collect my-plugin
Supported categories of plugin are:
data-collectdata-accessdata-processmodel-definemodel-trainmodel-evaluateTo create a Python plugin:
$ npm init @pipcook/create-pipcook-plugin --python
v1-default-${plugin-category}.index.ts under created template directory, and write the template there.To debug the new plugin template, we could use npx command:
$ npm link
$ npx @pipcook/create-pipcook-plugin foobar --category new-category
MIT.
FAQs
Create plugin for Pipcook in only one command.
We found that @pipcook/create-pipcook-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.