PkgRadar

Package evidence

@pipedream/[email protected]

Webhook Exfil Endpoint: matched "pipedream.net"

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.

Versions published
135Mature · −50% score
First published
Aug 2024
Publisher
adolfo-pd

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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@pipedream/[email protected]"],"fail_on":"high"}'

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":["@pipedream/[email protected]"],"fail_on":"high"}'
Publisheradolfo-pd
Artifact bytes310,827
Previous version3.0.6
Published2026-05-26T21:05:07.512Z
SHA-256e6a3668eae20106a0b4624c7a5577aace31192e2a5175418e0d5b0acbacc71a8

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "pipedream.net"

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

Availability ledger

available

high
Last checked
highRisk
25Score
3.0.7Version
Status history (1 event)
  1. newavailable · risk high · score 25 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/cjs/api/resources/workflows/client/Client.jsmatched "pipedream.net"40
highWebhook Exfil Endpointpackage/dist/esm/api/resources/workflows/client/Client.mjsmatched "pipedream.net"40

Manifest

Package metadata

Scripts12
  • buildpnpm build:cjs && pnpm build:esm
  • build:cjstsc --project ./tsconfig.cjs.json
  • build:esmtsc --project ./tsconfig.esm.json && node scripts/rename-to-esm-files.js dist/esm
  • checkbiome check --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none
  • check:fixbiome check --fix --unsafe --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none
  • formatbiome format --write --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none
  • format:checkbiome format --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none
  • lintbiome lint --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none
  • lint:fixbiome lint --fix --unsafe --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none
  • testvitest
  • test:unitvitest --project unit
  • test:wirevitest --project wire