PkgRadar

Package evidence

[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"caspianph","burst_same_day":4,"burst_week":4,"lure":null,"version_anomaly":false,"new_account":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
caspianph

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishercaspianph
Artifact bytes147,890
Previous version1.11.21
Published2026-06-16T08:10:47.353Z
SHA-2568ebe08218bb171c85aa64c834fc22ac659a93f3f1b2d44235afc05db11d3ed08

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"caspianph","burst_same_day":4,"burst_week":4,"lure":null,"version_anomaly":false,"new_account":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
1.11.22Version
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":"caspianph","burst_same_day":4,"burst_week":4,"lure":null,"version_anomaly":false,"new_account":false}10

Manifest

Package metadata

Scripts9
  • babelcross-env BABEL_ENV=build babel src --out-dir esm --copy-files && node build/esm
  • buildcross-env BABEL_ENV=build node build && npm run size
  • lint./node_modules/.bin/eslint src/* test/* build/*
  • prettierprettier --write "docs/**/*.md"
  • saucenpx karma start karma.sauce.conf.js
  • sizesize-limit && gzip-size dayjs.min.js
  • testcross-env TZ=Pacific/Auckland npm run test-tz && cross-env TZ=Europe/London npm run test-tz && cross-env TZ=America/Whitehorse npm run test-tz && npm run test-tz && jest --coverage --coverageThreshold="{ \"global\": { \"lines\": 100} }"
  • test-tzdate && jest test/timezone.test --coverage=false
  • test:saucenpm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2 && npm run sauce -- 3
Dependencies1
  • math^0.0.3