PkgRadar

Package evidence

@webhooksite/[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
2,059Niche · −30% score
Versions published
22Mature · −50% score
First published
Nov 2021
Publisher
fredsted

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":["@webhooksite/[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":["@webhooksite/[email protected]"],"fail_on":"high"}'
Publisherfredsted
Artifact bytes6,132
Previous version0.2.5
Published2025-05-27T10:56:41.322Z
SHA-2568fef16e04338b998a9f0b88a616107d2223fa8261f7eb78cc2aceceb0d9d65cc

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/commands/lib/api.jsmatched "webhook.site"40
highWebhook Exfil Endpointpackage/commands/help.jsmatched "Webhook.site"40
highWebhook Exfil Endpointpackage/commands/lib/listen.jsmatched "webhook.site"40

Manifest

Package metadata

Scripts2
  • buildexport VERSION=$(jq -r '.version' package.json) ; git tag $VERSION ; git push origin refs/tags/$VERSION ; docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64,linux/arm64 --tag webhooksite/cli:latest --tag webhooksite/cli:$VERSION --push . ; npm publish
  • startnode index.js
Dependencies7
  • colors^1.4.0
  • laravel-echo^1.16.1
  • minimist^1.2.8
  • node-fetch^3.3.2
  • pino^8.20.0
  • socket.io-client^2.5.0
  • ws^7.5.9