
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
@0disoft/universal-config-engine-cli
Advanced tools
Local CLI for explaining and validating Universal Config Engine pipelines.
Local uce commands for explaining and validating Universal Config Engine pipeline
declarations. The CLI emits human-readable output or a versioned JSON envelope and
never provides a raw-secret display mode.
npm install --save-dev @0disoft/universal-config-engine-cli
Node.js >=24 and ESM are required.
Create a JSON pipeline declaration:
{
"sources": [
{
"id": "defaults",
"kind": "object",
"priority": 0,
"value": { "service": { "port": 3000 } }
}
]
}
Then run:
npx uce explain --config uce.json --json
npx uce validate --config uce.json --json
Arguments intended for an argv config source must appear after --:
npx uce explain --config uce.json --json -- --port 8080
Exit codes are stable for 1.x: 0 success, 1 validation, 2 source or parse,
3 policy, 4 usage, and 5 redaction policy. JSON output contains diagnostic
report schema 0.2.
See the command contract and pipeline configuration reference.
MIT
FAQs
Local CLI for explaining and validating Universal Config Engine pipelines.
The npm package @0disoft/universal-config-engine-cli receives a total of 7 weekly downloads. As such, @0disoft/universal-config-engine-cli popularity was classified as not popular.
We found that @0disoft/universal-config-engine-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.