PkgRadar

Package evidence

@webarkit/[email protected]

Large Javascript Payload: 3493297 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.

Versions published
34Mature · −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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes4,532,695
Previous version1.9.0
Published2026-06-04T18:49:46.310Z
SHA-25631c1192b34f7f9460898fd9de5db66ffdfaa74dc96499f37bafe6214e33e5169

Why flagged

What the scanner saw

Large Javascript Payload: 3493297 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.10.0Version
Status history (2 events)
  1. newavailable · risk low · score 0 · status changed
  2. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/build/artoolkitNFT.debug.js3493297 bytes0

Manifest

Package metadata

Scripts23
  • buildnode tools/makem.js && node -e "console.log('Built at', new 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 && node -e "console.log('Built at', new 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-dockernode tools/docker-setup.js
  • testnpm run test:all
  • test-node-examplecd examples/node && node example_dist.js
  • 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/
Dependencies4
  • @babel/runtime7.29.7
  • axios1.17.0
  • canvas^3.2.3
  • sharp^0.34.5