PkgRadar

Package evidence

[email protected]

Remote Payload: matched "curl "

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
657
Versions published
401Mature · −50% score
First published
Feb 2017
Publisher
tomprats

Effective trust discount applied: 50% (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"}'
Publishertomprats
Artifact bytes2,483,278
Previous version3.9.11-alpha.4
Published2026-06-09T21:23:09.854Z
SHA-256eca0239f48dc677da984ab85e6a4144d500b42d8dcd24a3727fead8e938b9e34

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
3.9.11-alpha.5Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/build/complete_external.shmatched "curl "12
mediumRemote Payloadpackage/build/create_order.shmatched "curl "12
mediumRemote Payloadpackage/build/get_external_id.shmatched "curl "12

Manifest

Package metadata

Scripts21
  • buildnpm run build:lib && npm run build:compatibility -- --env output=standalone
  • build:compatibilitywebpack --define-process-env-node-env production --env platform=browser --progress
  • build:libwebpack --define-process-env-node-env production --progress
  • devwebpack serve --env platform=browser
  • dev:securewebpack serve --env platform=browser --server-type https
  • i18n-sync:testcd packages/i18n-sync && npm run test --
  • i18n:synccd packages/i18n-sync && npm run i18n:sync --
  • linteslint .
  • lint:fixeslint . --fix
  • prebuildmkdirp build
  • prebuild:compatibilitymkdirp build
  • prei18n-sync:testcd packages/i18n-sync && npm install
  • prerjp:testcd packages/realistic-job-preview && npm install
  • pretestnpm run lint
  • pretraitify:testnpm run traitify:lint
  • rjp:devcd packages/realistic-job-preview && npm run dev --
  • rjp:testcd packages/realistic-job-preview && npm run test --
  • testnpm-run-all *:test
  • traitify:linteslint {src,test}
  • traitify:testjest --config test/jest.config.js --coverage
  • traitify:test:watchjest --config test/jest.config.js --watch
Dependencies9
  • @fortawesome/fontawesome-svg-core^6.5.2
  • @fortawesome/free-solid-svg-icons^6.5.2
  • bowser^2.13.1
  • color^4.2.3
  • core-js^3.37.1
  • markdown-to-jsx^7.4.7
  • prop-types^15.8.1
  • recoil^0.7.7
  • regenerator-runtime^0.14.1