
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.
@eng-automation/js
Advanced tools
This repository hosts shared functionality for OpsTooling projects.
Find the docs in paritytech.github.io/opstooling-js. They are deployed automatically.
Yarn: yarn add @eng-automation/js
NPM: npm install --save @eng-automation/js
Trigger the Release workflow which will create a tag with the version passed as input.
This package adds opstooling-scripts executable, which is "umbrella" for arbitrary subcommands that we might want to share across projects.
See opstooling-scripts -h to get a list of available commands, also check out src/cli directory for sources
src/cli/commands, use existing ones as examplesrc/cli/main.tsWe utilize joi-to-typescript to define types together with validation schemas.
src/schemas (see src/schemas in this repo as an example)src/types/generated folder for the generated typesopstooling-scripts generate-types --schemas src/schemas --out src/types/generated to generate types (makes sense to add it to scripts in package.json)export * from "./types/generated" to src/types.ts if neededimport { validate } from "opstooling-js"
import { YourType } from "#src/types"
import { YourTypeSchema } from "#src/schemas/YourTypeSchema"
const input: unknown = getSomeData()
const item = validate<YourType>(input, YourTypeSchema)
FAQs
Parity EngAutomation common code
We found that @eng-automation/js 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
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.