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"}'
Publisherssshooter
Artifact bytes136,587
Previous version5.12.2-beta.0
Published2026-05-24T11:27:53.485Z
SHA-256d18bea35ba0db8bc7cab94f9dc63e0aba26b08f095e97a42d5f805b5af03fcf7

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
12Score
5.12.2-beta.1Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/example.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts13
  • betanpm run build && npm publish --tag beta
  • buildnode build.js && tsc
  • devvite
  • docapi-extractor run --local --verbose
  • doc:mdapi-documenter markdown --input-folder ./api --output-folder ./md
  • linteslint --cache --max-warnings 0 "src/**/*.{js,json,ts}" --fix
  • nycnyc report --reporter=html
  • previewvite preview
  • testplaywright test
  • test:cleanrimraf .nyc_output coverage
  • test:coveragepnpm test:clean && pnpm test && pnpm nyc && npx http-server ./coverage
  • test:uiplaywright test --ui
  • tsctsc