PkgRadar

Package evidence

[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
40
First published
Mar 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

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":["[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":["[email protected]"],"fail_on":"high"}'
Artifact bytes149,061
Previous version0.1.36
Published2026-05-11T07:02:59.160Z
SHA-256f859806fefd611c820f6c4e6421f7ec562dba7b7cd08907f497d9233c8f9a388

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
15Score
0.1.37Version
Status history (1 event)
  1. newavailable · risk high · score 15 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/cli.jsmatched "pipedream.net"40
highWebhook Exfil Endpointpackage/dist/hunter-emailfinder.jsmatched "pipedream.net"40

Manifest

Package metadata

Scripts14
  • benchmark:linkedin:directnode ./scripts/benchmark-linkedin-direct-strategies.mjs
  • buildtsc -p tsconfig.json
  • build:docs:sitenode ./scripts/build-docs-site.mjs
  • checktsc --noEmit -p tsconfig.json
  • docs:a11ymint a11y
  • docs:broken-linksmint broken-links
  • docs:devmint dev
  • shared:syncnode ./scripts/sync-shared.mjs
  • startnode ./dist/cli.js
  • supabase:migrations:checknode ./scripts/check-app-supabase-migrations.mjs
  • supabase:migrations:syncnode ./scripts/sync-app-supabase-migrations.mjs
  • testnpm run build && tsc -p tsconfig.test.json && node --test dist-tests/tests/**/*.test.js
  • vercel-buildnpm run build:docs:site
  • verify:allnpm run check && npm test && npm run build:docs:site && npm run docs:broken-links && npm run docs:a11y
Dependencies5
  • @google-cloud/bigquery^8.1.1
  • @supabase/supabase-js^2.99.1
  • cheerio^1.2.0
  • commander^14.0.1
  • zod^4.1.5