PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: devDependencies.test262="https://github.com/tc39/test262#47ab262658cd97ae35c9a537808cac18fa4ab567"

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.

Weekly downloads
36,896,405Ubiquitous · −70% score
Versions published
6
First published
May 2023
Publisher
xtuc

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publisherxtuc
Artifact bytes5,005
Previous version1.9.4
Published2024-03-29T09:47:27.508Z
SHA-256b45e83c5926f9c20fe92426334557eb5ecfb169a352fa898b535cacbc5c51343

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.test262="https://github.com/tc39/test262#47ab262658cd97ae35c9a537808cac18fa4ab567"

1 remote tarball(s) were followed statically.

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
1.9.5Version
Status history (2 events)
  1. availableavailable · risk review · score 2 · status available -> available, risk high -> review, score 8 -> 2
  2. newavailable · risk high · score 8 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.test262="https://github.com/tc39/test262#47ab262658cd97ae35c9a537808cac18fa4ab567"8

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
devDependencies.test262https://github.com/tc39/test262#47ab262658cd97ae35c9a537808cac18fa4ab567error0invalid gzip header

Manifest

Package metadata

Scripts5
  • buildbabel ./src --out-dir ./lib && node post-build.js
  • prepublishOnlynpm run build
  • testmocha ./test/index.js
  • test:test262node run_test262.js
  • watchbabel ./src --out-dir ./lib --watch