PkgRadar

Package evidence

@znemz/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

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.

Weekly downloads
2,120Niche · −30% score
Versions published
75Mature · −50% score
First published
Dec 2020
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@znemz/[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":["@znemz/[email protected]"],"fail_on":"review"}'
Artifact bytes87,284
Previous version4.6.12
Published2026-04-13T17:54:55.968Z
SHA-256f1d2426be44c747b7fde8a83603739145831a92229c851fb1ccb414e0147134d

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts15
  • better-auditbetter-npm-audit audit
  • buildtsc
  • build:cleanrm -rf dist && npm run build
  • linteslint .
  • lint:fixeslint . --fix
  • postinstallnode scripts/postinstall.js
  • preparesort-package-json
  • prepublishOnlynpm run build:clean
  • serveserve ./t/fixtures -l 9999
  • testnpm run build && run-p -r serve test:run
  • test:coveragenpm run build && run-p -r serve test:coverage:run
  • test:coverage:runsleep 1 && vitest run --coverage
  • test:runsleep 1 && vitest run
  • test:watchnpm run build && run-p -r serve vitest
  • typechecktsc --noEmit
Dependencies12
  • @aws-sdk/client-cloudformation3
  • @aws-sdk/client-s33
  • @znemz/cft-utils0.1
  • @znemz/sort-object3
  • aws-sdk-v3-proxy2.2.0
  • deepmerge^4.2.2
  • glob^13.0.0
  • jmespath^0.16.0
  • js-yaml^4.1.1
  • lodash^4.17.21
  • proxy-agent8.0.0
  • yargs~18.0.0