PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisherharrystevens
Artifact bytes46,529
Previous version3.0.1
Published2026-05-24T20:20:38.824Z
SHA-2564b037e654a2fbce41e9ebf44a7e9ef1e310fa97fcf7bd10f64c48ffb1b8372f7

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

high
Last checked
highRisk
48Score
3.0.2Version
Status history (1 event)
  1. newavailable · risk high · score 48 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

harrystevens

2 members · evidence strength 53

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/build/geometric.cjsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/build/api.generated.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/build/geometric.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/build/geometric.min.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts13
  • buildpnpm run clean && pnpm run build:js && pnpm run build:types && pnpm run build:api
  • build:apinode scripts/generate-api.js --out build/api.generated.js
  • build:jsrollup -c
  • build:typestsc -p tsconfig.build.json
  • cleanrm -rf build
  • formatprettier . --write
  • format:checkprettier . --check
  • generate:apinode scripts/generate-api.js
  • linteslint . --max-warnings=0
  • releasesemantic-release
  • testpnpm run build && pnpm run test:runtime && pnpm run test:types
  • test:runtimemocha 'test/**/*-test.js'
  • test:typestsc -p test/tsconfig.json --noEmit