PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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"}'
Publisherharrystevens
Artifact bytes34,115
Previous version2.5.5
Published2026-05-23T20:13:46.898Z
SHA-25660b75c4328e665f37f7377dfe3c310f7e8aeab2477bb07f0ebe28781eb4ace63

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

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

Evidence

Static findings

3 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

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