PkgRadar

Package evidence

@silker-ai/[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
6
Versions published
21Established · −30% score
First published
Dec 2025
Publisher
jarzebowsky_dev

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":["@silker-ai/[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":["@silker-ai/[email protected]"],"fail_on":"high"}'
Artifact bytes270,806
Previous version1.0.23
Published2025-12-29T21:57:08.732Z
SHA-256425b17586aa8ceaeea242f3e46b0d21f84ac1ff331e7d6a06f84cdcb146c60ec

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/detection/thirdParty.jsmatched "webhook.site"40

Manifest

Package metadata

Scripts6
  • buildtsc
  • prepublishOnlynpm run build && npm test
  • testjest
  • test:alljest --testPathPattern=tests
  • test:coveragejest --coverage
  • test:watchjest --watch
Dependencies3
  • axios^1.6.0
  • events^3.3.0
  • http-proxy^1.18.1