PkgRadar

Package evidence

@zopay/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"zopaycash-npm","burst_same_day":1,"burst_week":1,"lure":{"kind":"edit_distance","target":"qs"},"version_anomaly":false}

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
2
First published
Jun 2026
Publisher
zopaycash-npm

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":["@zopay/[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":["@zopay/[email protected]"],"fail_on":"review"}'
Publisherzopaycash-npm
Artifact bytes52,165
Previous version0.1.0
Published2026-06-12T06:58:40.350Z
SHA-256ea86f83328c34cb9ab1e4c8ecfbcf57a442df3eaf850aef64502172195f732a8

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"zopaycash-npm","burst_same_day":1,"burst_week":1,"lure":{"kind":"edit_distance","target":"qs"},"version_anomaly":false}

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"zopaycash-npm","burst_same_day":1,"burst_week":1,"lure":{"kind":"edit_distance","target":"qs"},"version_anomaly":false}10

Manifest

Package metadata

Scripts15
  • audit:cinpm audit --omit=dev --audit-level=low
  • buildtsup
  • cleanrm -rf dist
  • linteslint "src/**/*.ts" "test/**/*.ts"
  • pack:checknpm pack --dry-run --json > .pack-contents.json && node scripts/check-pack-contents.mjs
  • prepublishOnlynpm run clean && npm run build && npm run test && npm run test:built && npm run pack:check
  • pretest:browsernpm run build && node scripts/build-test-vendor.mjs
  • pretest:browser:updatenpm run build && node scripts/build-test-vendor.mjs
  • testvitest run
  • test:browserplaywright test
  • test:browser:updateplaywright test --update-snapshots
  • test:builtnode --experimental-vm-modules scripts/smoke-built.mjs
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies1
  • qrcode^1.5.3