PkgRadar

Package evidence

@catamania/[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
1
First published
Jun 2026
Publisher
avergnaud

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":["@catamania/[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":["@catamania/[email protected]"],"fail_on":"high"}'
Publisheravergnaud
Artifact bytes773
Previous versionnone
Published2026-06-01T10:16:02.586Z
SHA-25601652452da5f0ef294fa56f1cea2de6d18f30126f8e40a7b5d2366590766400d

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

scan error

status
Last checked
noneRisk
Score
1.0.1Version

Latest scanner note: HTTP status client error (404 Not Found) for url (https://registry.npmjs.org/%40catamania%2Ffront-components)

Status history (2 events)
  1. availablescan_error · risk none · score · HTTP status client error (404 Not Found) for url (https://registry.npmjs.org/%40catamania%2Ffront-components)
  2. newavailable · risk high · score 57 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

Webhook Exfil Endpoint — matched "webhook.site"

180 members · evidence strength 90
Repeated static TTPcandidate

Webhook Exfil Endpoint — matched "webhook.site"

180 members · max score 253

Evidence

Static findings

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

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

Manifest

Package metadata

Scripts1
  • postinstallnode postinstall.js