PkgRadar

Package evidence

@webarkit/[email protected]

Large Javascript Payload: 3446319 bytes

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
79
Versions published
32Mature · −50% score
First published
Oct 2021
Publisher
kalwalt

Effective trust discount applied: 50% (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":["@webarkit/[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":["@webarkit/[email protected]"],"fail_on":"review"}'
Publisherkalwalt
Artifact bytes3,926,680
Previous version1.7.7
Published2026-05-27T21:43:16.151Z
SHA-256a7c47ff2cfd4390b8fb43cad7c8c58a8bae5be1eab3b7510314cfdb65b32b422

Why flagged

What the scanner saw

Large Javascript Payload: 3446319 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/build/artoolkitNFT.debug.js3446319 bytes10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/build/artoolkitNFT.debug.js3446319 bytes10
lowCredential file accesspackage/.github/workflows/publish.ymlmatched "NPM_TOKEN"3

Manifest

Package metadata

Scripts22
  • buildnode tools/makem.js; echo Built at `date`
  • build-dockerdocker exec emscripten-jsartoolkitnft npm run build
  • build-docker-no-libardocker exec emscripten-jsartoolkitnft npm run build-no-libar
  • build-no-libarnode tools/makem.js --no-libar; echo Built at `date`
  • build-python-bindingscd python-bindings && python setup.py build_ext --inplace
  • build-tswebpack --mode production
  • dev-tswebpack --mode development --progress --watch
  • docstypedoc
  • formatprettier --write .
  • format-checkprettier --check .
  • python-testscd python-bindings && pytest test_arcontrollerNFT.py
  • setup-dockerdocker run -dit --name emscripten-jsartoolkitnft -v $(pwd):/src emscripten/emsdk:4.0.17 bash
  • testnpm run test:all
  • test:allnpm run test:min && npm run test:debug && npm run test:wasm && npm run test:simd && npm run test:embed-es6 && npm run test:es6 && npm run test:es6-simd
  • test:debugcross-env BUILD_TARGET=artoolkitNFT.debug.js karma start karma-debug.conf.js
  • test:embed-es6karma start karma-embed-es6.conf.js
  • test:es6cross-env BUILD_TARGET_ES6=artoolkitNFT_ES6_wasm.js karma start karma-es6.conf.js
  • test:es6-simdcross-env BUILD_TARGET_ES6=artoolkitNFT_ES6_wasm.simd.js karma start karma-es6.conf.js
  • test:mincross-env BUILD_TARGET=artoolkitNFT.min.js karma start karma.conf.js
  • test:simdcross-env BUILD_TARGET=artoolkitNFT_wasm.simd.js karma start karma.conf.js
  • test:wasmcross-env BUILD_TARGET=artoolkitNFT_wasm.js karma start karma.conf.js
  • watch./node_modules/.bin/watch 'npm run build' ./js/
Dependencies2
  • @babel/runtime7.29.7
  • axios1.16.1