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
96,073Mainstream · −50% score
Versions published
37Mature · −50% score
First published
Apr 2019
Publisher
GitHub ActionsTrusted automation · −70% score

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"}'
Artifact bytes27,296
Previous version3.3.0
Published2025-12-02T21:25:27.255Z
SHA-25622166ad3cee8f5e822175d9554a1df70cc938b56b21057b767502dc63cd319ec

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/package.jsonmatched "curl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/package.jsonmatched "curl "12
lowCredential file accesspackage/.github/actions/publish-docs/action.ymlmatched "github_token"3
lowCredential file accesspackage/.github/workflows/ci.ymlmatched "GITHUB_TOKEN"3
lowCredential file accesspackage/.github/workflows/release-please.ymlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts8
  • check-typescriptnode_modules/typescript/bin/tsc
  • contract-test-harnesscurl -s https://raw.githubusercontent.com/launchdarkly/sdk-test-harness/main/downloader/run.sh \ | VERSION=v2 PARAMS="-url http://localhost:8000 -debug -stop-service-at-end $TEST_HARNESS_PARAMS" sh
  • contract-test-servicenpm --prefix contract-tests install && npm --prefix contract-tests start
  • contract-testsnpm run contract-test-service & npm run contract-test-harness
  • doctypedoc
  • linteslint --format 'node_modules/eslint-formatter-pretty' --ignore-path .eslintignore
  • lint:alleslint --format 'node_modules/eslint-formatter-pretty' --ignore-path .eslintignore src
  • testjest --ci
Dependencies3
  • launchdarkly-eventsource2.0.3
  • launchdarkly-js-sdk-common5.4.0
  • node-localstorage^1.3.1