PkgRadar

Package evidence

@datadog/[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
30
Versions published
4
First published
May 2026
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":["@datadog/[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":["@datadog/[email protected]"],"fail_on":"review"}'
Artifact bytes800,630
Previous version0.1.0
Published2026-05-19T14:53:03.323Z
SHA-25636e495ca70d8b1453ac36687b51866dc77b05f29747b873a8979495288f9f2d3

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/scripts/fetch-launchdarkly-flags.shmatched "curl "12
mediumRemote Payloadpackage/scripts/fetch-launchdarkly-segments.shmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/scripts/fetch-launchdarkly-flags.shmatched "curl "12
mediumRemote Payloadpackage/scripts/fetch-launchdarkly-segments.shmatched "curl "12
lowCredential file accesspackage/.github/workflows/dependabot-auto-merge.yamlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts10
  • buildtsc -p tsconfig.build.json
  • evaluatetsx src/cli.ts evaluate
  • licenses:validatescripts/licenses-validate.sh
  • lintbiome check
  • lint:fixbiome check --write
  • migratetsx src/cli.ts migrate
  • setupyarn install && yarn allow-scripts
  • startnode dist/index.js
  • testnode --experimental-vm-modules node_modules/.bin/jest
  • typechecktsc
Dependencies7
  • @eppo/node-server-sdk^4.0.0
  • @inquirer/prompts^8.4.2
  • @launchdarkly/node-server-sdk^9.0.0
  • axios^1.15.1
  • chalk^5.3.0
  • exceljs^4.4.0
  • ora^9.3.0