PkgRadar

Package evidence

[email protected]

Webhook Exfil Endpoint: matched "webhook.site"

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
173
Versions published
2
First published
Jun 2026
Publisher
pisberg

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"}'
Publisherpisberg
Artifact bytes272,837
Previous version0.1.0
Published2026-06-12T18:03:43.654Z
SHA-2565d76c7c78b7d3a7fef0a8d6f70c6ab3d5dc40d79db31e45af9677f2a586cfe91

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "webhook.site"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/detection/urlHeuristic.jsmatched "webhook.site"40
highDNS / OAST exfiltrationpackage/dist/detection/urlHeuristic.jsmatched "burpcollaborator.net"30
mediumSuspicious Publish Contextmanifest{"package_age_days":3,"publisher":"pisberg","burst_same_day":0,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/detection/urlHeuristic.jsmatched "webhook.site"40
highDNS / OAST exfiltrationpackage/dist/detection/urlHeuristic.jsmatched "burpcollaborator.net"30
mediumSuspicious Publish Contextmanifest{"package_age_days":3,"publisher":"pisberg","burst_same_day":0,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10
lowCredential file accesspackage/dist/detection/dlp/patterns.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts15
  • buildtsc
  • devtsx src/cli/index.ts
  • knipknip
  • linteslint .
  • lint:fixeslint . --fix
  • load:chartsnode --import tsx/esm scripts/gen-load-charts.ts
  • prepublishOnlynpm run build
  • scorecardnode --import tsx/esm scripts/gen-scorecard.ts
  • testvitest
  • test:coveragevitest run --coverage
  • test:e2eplaywright test
  • test:loadnpm run test:load:perf && npm run test:load:accuracy
  • test:load:accuracynode --import tsx/esm test/load/accuracy.ts
  • test:load:perfnode --import tsx/esm test/load/performance.ts
  • test:runvitest run
Dependencies4
  • @huggingface/transformers^4.2.0
  • cosmiconfig^9.0.2
  • node-forge^1.3.1
  • tesseract.js^7.0.0