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.

Versions published
4
First published
Jan 2026
Publisher
bb1nfosec

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"}'
Publisherbb1nfosec
Artifact bytes85,539
Previous version2.1.1
Published2026-06-02T14:11:09.596Z
SHA-256f36dbbbd766692ecc6f837d98104898c12405c1ca895e7e789b76e4011338951

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "webhook.site"

1 candidate cluster(s) currently reference this release.

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burstactive

bb1nfosec

2 members · evidence strength 61
Publisher / release actor burstcandidate

bb1nfosec

2 members · max score 115

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/src/patterns/malwareSignatures.jsmatched "webhook.site"40
highDNS / OAST exfiltrationpackage/src/analysis/dnsAnalysis.jsmatched "canarytokens.com"30
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/src/patterns/malwareSignatures.jsmatched "webhook.site"40
highDNS / OAST exfiltrationpackage/src/analysis/dnsAnalysis.jsmatched "canarytokens.com"30
lowCredential file accesspackage/src/patterns/malwareSignatures.jsmatched ".npmrc"5
lowCredential file accesspackage/src/output/sarifFormatter.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts5
  • benchmarknode benchmark/run.js
  • perfnode benchmark/perf.js
  • testnode test/harness.js && node test/cli.test.js
  • test:clinode test/cli.test.js
  • test:unitnode test/harness.js