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
1,507Niche · −30% score
Versions published
19
First published
May 2026
Publisher
microsop

Effective trust discount applied: 30% (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"}'
Publishermicrosop
Artifact bytes662
Previous version2.7.13
Published2026-05-09T17:04:51.719Z
SHA-256ad7bd6fa8402185f2292d16ff690526ca26e5c8c422ad36aa136f6aff5c5eff2

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
39Score
2.7.14Version
Status history (5 events)
  1. availableavailable · risk high · score 39 · status available -> available, risk high -> high, score 57 -> 39
  2. availableavailable · risk high · score 57 · status available -> available, risk high -> high, score 39 -> 57
  3. availableavailable · risk high · score 39 · status available -> available, risk high -> high, score 57 -> 39
  4. availableavailable · risk high · score 57 · status available -> available, risk high -> high, score 60 -> 57
  5. newavailable · risk high · score 60 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

microsop

8 members · evidence strength 81

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/index.jsmatched "webhook.site"40
mediumRemote Payloadpackage/index.jsmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/index.jsmatched "webhook.site"40
mediumRemote Payloadpackage/index.jsmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node index.js"5

Manifest

Package metadata

Scripts1
  • postinstallnode index.js