PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="npm run cjs-compat"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
102Mature · −50% score
First published
Mar 2022
Publisher
milan_komsa

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["[email protected]"],"fail_on":"review"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["[email protected]"],"fail_on":"review"}'
Publishermilan_komsa
Artifact bytes2,007,209
Previous version8.2.1
Published2025-12-17T15:54:17.647Z
SHA-25699fe7f7c939c46bfdbbbd6180a026bf0fd912554f238f9c13eb1d65621713469

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="npm run cjs-compat"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
2Score
8.2.2Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npm run cjs-compat"5
lowLarge Javascript Payloadpackage/dist/dkg.min.js2806835 bytes0

Manifest

Package metadata

Scripts8
  • buildnpm run cjs-compat && webpack --config webpack.config.cjs
  • cjs-compatnpm run cjs:main && npm run cjs:constants
  • cjs:constantsnpx rollup constants/index.js --file constants/index.cjs --format cjs
  • cjs:mainnpx rollup index.js --file index.cjs --format cjs
  • compile-contractscd ./node_modules/dkg-evm-module && npm run compile
  • linteslint .
  • postinstallnpm run cjs-compat
  • watchnpm run cjs-compat && webpack --config webpack.config.cjs --watch --progress
Dependencies7
  • assertion-tools8.0.6
  • axios^0.27.2
  • dkg-evm-module8.0.4
  • dotenv^16.4.7
  • ethers^6.1.0
  • jsonld^8.1.0
  • web3^1.7.3