PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: install="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.

Versions published
31
First published
Feb 2026
Publisher
magland

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"}'
Publishermagland
Artifact bytes1,207,969
Previous version0.2.0
Published2026-04-25T08:44:54.457Z
SHA-2560b74dc9bf32767905a0a817f7fc8d29eff338eb15ff9cc6b8f50c7b61f6cee5d

Why flagged

What the scanner saw

Install-time lifecycle script: install="true"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsoninstall="true"5
lowLarge Javascript Payloadpackage/dist-cli/cli.js2366613 bytes0
lowLarge Javascript Payloadpackage/dist-lib/lib.js2273275 bytes0

Manifest

Package metadata

Scripts31
  • buildnpm run build:web && npm run build:test-runner && npm run copy:test-scripts && npm run build:cli && npm run build:plot-viewer
  • build:addonnode-gyp rebuild
  • build:clinpm run bundle:stdlib && esbuild src/cli.ts --bundle --platform=node --format=esm --outfile=dist-cli/cli.js --packages=external --loader:.wasm=file
  • build:libnpm run bundle:stdlib && esbuild src/lib.ts --bundle --platform=neutral --format=esm --outfile=dist-lib/lib.js --loader:.wasm=file && tsc -p tsconfig.lib.json
  • build:plot-viewervite build --config vite.plot-viewer.config.ts
  • build:test-runnernpm run bundle:stdlib && vite build --config vite.test-runner.config.ts
  • build:wasmbash numbl_test_scripts/build_wasm.sh
  • build:webnpm run bundle:stdlib && tsc -b && vite build
  • bumptsx scripts/bump-version.ts
  • bundle:stdlibtsx scripts/bundle-stdlib.ts
  • check-readmetsx scripts/update-readme-usage.ts --check
  • copy:test-scriptstsx scripts/copy-test-scripts.ts
  • devnpm run bundle:stdlib && vite
  • dev:test-runnernpm run bundle:stdlib && vite --config vite.test-runner.config.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • installtrue
  • linteslint .
  • preparehusky
  • prepublishOnlynpm run build:lib && npm run build:cli && npm run build:plot-viewer
  • previewvite preview
  • testnpm run test:float64
  • test:browserplaywright test
  • test:coveragevitest run --coverage
  • test:coverage:allbash scripts/coverage-all.sh
  • test:float32NUMBL_USE_FLOAT32=true vitest run
  • test:float64NUMBL_USE_FLOAT32=false vitest run
  • test:scriptsbash numbl_test_scripts/run_all.sh
  • test:scripts:e1bash numbl_test_scripts/run_e1.sh
  • typechecktsc -b
  • …and 1 more.
Dependencies7
  • fflate^0.8.2
  • node-addon-api^8.3.0
  • pako^2.1.0
  • react-markdown^10.1.0
  • react-syntax-highlighter^16.1.1
  • remark-gfm^4.0.1
  • three^0.183.2
Optional dependencies1
  • koffi^2.15.2