PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: install="node ./install.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
34,685Mainstream · −50% score
Versions published
7
First published
Dec 2025
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":["[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"}'
Artifact bytes1,473,013
Previous version2.2.7
Published2026-05-20T15:38:49.794Z
SHA-256aa720f3b30c0e9be450e6ac97ed9229f339cb90de03e5edebff373d95c41cd18

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: install="node ./install.js"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsoninstall="node ./install.js"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsoninstall="node ./install.js"30
lowInstall-time lifecycle scriptpackage.jsoninstall="node ./install.js"5

Manifest

Package metadata

Scripts9
  • buildtsc
  • build:workerstsc -p tsconfig.workers.json
  • installnode ./install.js
  • linteslint "src/**/*.ts" "tests/**/*.ts" "*.js"
  • prebuildsnode ./prebuildify.js
  • prepublishOnlynpm run build
  • testnpm run build && npm run build:workers && npx tsx ./run_tests.ts && npm run test:jest
  • test:jestjest tests/fcntl-range-locks.test.ts
  • typechecktsc --noEmit && tsc --noEmit -p tsconfig.test.json && tsc --noEmit -p tsconfig.workers.json
Dependencies1
  • nan^2.27.0