PkgRadar

Package evidence

@openzim/[email protected]

Credential File Packaged: package/.env

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
553
Versions published
67Mature · −50% score
First published
Feb 2019
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":["@openzim/[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":["@openzim/[email protected]"],"fail_on":"review"}'
Artifact bytes38,113
Previous version4.1.0
Published2026-05-19T12:05:38.608Z
SHA-2567dd139e2e1e710fba4e06ee3d1321ca22c507d506c3e3825bd9e80d92594d676

Why flagged

What the scanner saw

Credential File Packaged: package/.env

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
lowInstall-time lifecycle scriptpackage.jsoninstall="npm run download && node-gyp rebuild -v && npm run bundle"5

Manifest

Package metadata

Scripts13
  • buildnode-gyp rebuild -v && npm run bundle
  • bundlenode ./bundle-libzim.js
  • cleanrm -rf dist build/native/build
  • codecovnyc --reporter=lcov npm t
  • downloadnode ./download-libzim.js
  • installnpm run download && node-gyp rebuild -v && npm run bundle
  • lintnpx eslint .
  • lint:fixnpx eslint . --fix
  • preparemkdir -p dist/ && cp -v src/index.js src/index.d.ts dist/
  • testjest --testPathIgnorePatterns=test/dist.test.ts --testPathIgnorePatterns=dist/
  • test-mem-leaknpx tsx test/makeLargeZim.ts
  • test:distnpm run build && jest
  • tsctsc
Dependencies13
  • @types/bindings^1.5.5
  • @types/jest^30.0.0
  • @types/node^24.9.2
  • axios^1.13.1
  • bindings^1.5.0
  • dotenv^17.2.3
  • exec-then^1.3.1
  • mkdirp^3.0.1
  • node-addon-api^8.5.0
  • node-gyp^11.5.0
  • tqdm^2.0.3
  • ts-node^10.9.2
  • tsconfig-paths^4.2.0