PkgRadar

Package evidence

@webarkit/[email protected]

Large Javascript Payload: 2698869 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
6
Versions published
5
First published
Nov 2021
Publisher
kalwalt

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 bytes867,315
Previous version0.2.2
Published2022-03-22T21:08:53.228Z
SHA-25686d2d3f97a60c33a9fa6fdb32d79a02b9262029ddb7de373b8bc8e47a4104b67

Why flagged

What the scanner saw

Large Javascript Payload: 2698869 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
0.3.0Version
Status history (1 event)
  1. 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/arfset.debug.js2698869 bytes0

Manifest

Package metadata

Scripts6
  • buildnode tools/makem.js; echo Built at `date`
  • build-es6webpack --mode production
  • build-no-libarnode tools/makem.js --no-libar; echo Built at `date`
  • dev-es6webpack --mode development --progress --watch
  • servenpx http-server -c -1
  • watch./node_modules/.bin/watch 'npm run build' ./js/
Dependencies2
  • @babel/runtime^7.17.8
  • axios^0.26.1