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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 10 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Suspicious Publish Context | manifest | {"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=lowbuildtsupcleanrm -rf distlinteslint "src/**/*.ts" "test/**/*.ts"pack:checknpm pack --dry-run --json > .pack-contents.json && node scripts/check-pack-contents.mjsprepublishOnlynpm run clean && npm run build && npm run test && npm run test:built && npm run pack:checkpretest:browsernpm run build && node scripts/build-test-vendor.mjspretest:browser:updatenpm run build && node scripts/build-test-vendor.mjstestvitest runtest:browserplaywright testtest:browser:updateplaywright test --update-snapshotstest:builtnode --experimental-vm-modules scripts/smoke-built.mjstest:coveragevitest run --coveragetest:watchvitesttypechecktsc --noEmit
Dependencies1
qrcode^1.5.3