PkgRadar

Package evidence

@lumifai/[email protected]

Install Lifecycle Suppresses Failure: preinstall="chmod +x scripts/*.sh scripts/*.js || true"

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
30
Versions published
6
First published
Dec 2025
Publisher
adi2412

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@lumifai/[email protected]"],"fail_on":"high"}'

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":["@lumifai/[email protected]"],"fail_on":"high"}'
Publisheradi2412
Artifact bytes4,056,576
Previous version0.1.1
Published2025-12-18T11:43:38.536Z
SHA-2560589d32d9cbf5e224785d7acba1db1f237a42d7032ce1789db84abb031bff2ea

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: preinstall="chmod +x scripts/*.sh scripts/*.js || true"

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

Availability ledger

available

high
Last checked
highRisk
42Score
1.0.0Version
Status history (1 event)
  1. newavailable · risk high · score 42 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpreinstall="chmod +x scripts/*.sh scripts/*.js || true"20
mediumRemote Payloadpackage/deps/jq/compile-ios.shmatched "github.com/kkos/oniguruma/releases/download"12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpreinstall="chmod +x scripts/*.sh scripts/*.js || true"20
mediumRemote Payloadpackage/deps/jq/compile-ios.shmatched "github.com/kkos/oniguruma/releases/download"12
lowInstall-time lifecycle scriptpackage.jsonpreinstall="chmod +x scripts/*.sh scripts/*.js || true"5
lowInstall-time lifecycle scriptpackage.jsoninstall="node-gyp rebuild"5

Manifest

Package metadata

Scripts7
  • buildnode-gyp rebuild
  • installnode-gyp rebuild
  • prebuildbash scripts/build-prebuild.sh
  • prebuild:allbash scripts/build-prebuild.sh darwin-arm64 && bash scripts/build-prebuild.sh darwin-x64 && bash scripts/build-prebuild.sh linux-x64 && bash scripts/build-prebuild.sh linux-arm64
  • preinstallchmod +x scripts/*.sh scripts/*.js || true
  • rebuildnode-gyp rebuild
  • testnode test.js
Dependencies2
  • node-addon-api^8.5.0
  • segfault-handler^1.3.0
Optional dependencies1
  • node-gyp^10.0.0