PkgRadar

Package evidence

@ssyazilim/[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,588Niche · −30% score
Versions published
48
First published
May 2026
Publisher
davidmashadow

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":["@ssyazilim/[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":["@ssyazilim/[email protected]"],"fail_on":"high"}'
Publisherdavidmashadow
Artifact bytes240,719
Previous version0.1.52
Published2026-06-12T11:25:11.144Z
SHA-256553d27838747abc9763b357f0a36de9b3ac02b9e86340eac5c4bdc58171262d8

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/index.cjsmatched "webhook.site"40
highWebhook Exfil Endpointpackage/dist/index.jsmatched "webhook.site"40

Manifest

Package metadata

Scripts10
  • buildtsup
  • build:watchtsup --watch
  • formatprettier --write src
  • format:checkprettier --check src
  • generate:openapitsx src/openapi/generate.ts
  • linteslint src
  • lint:fixeslint src --fix
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies2
  • @asteasolutions/zod-to-openapi^8.5.0
  • zod^4.4.3