PkgRadar

Package evidence

@achuthvp/[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
May 2026
Publisher
achuthvp

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":["@achuthvp/[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":["@achuthvp/[email protected]"],"fail_on":"high"}'
Publisherachuthvp
Artifact bytes1,579
Previous version1.0.1
Published2026-06-03T08:03:58.662Z
SHA-2561794ca6169fa8ecd7b2431b90f8d154702e5d6f84fe86fe7e112bff409229acd

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
57Score
1.0.2Version
Status history (1 event)
  1. 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