PkgRadar

Package evidence

@asterworks/[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
3
First published
Jun 2026
Publisher
jimiaki7

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":["@asterworks/[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":["@asterworks/[email protected]"],"fail_on":"high"}'
Publisherjimiaki7
Artifact bytes38,810
Previous version0.1.1
Published2026-06-11T01:32:47.988Z
SHA-2561124f75830f2dae2a1b0f3ad8e8e62c58076f44349e3c39b9a2c5c16187c87e7

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

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

Webhook Exfil Endpoint — matched "webhook.site"

334 members · evidence strength 90
Repeated static TTPcandidate

Webhook Exfil Endpoint — matched "webhook.site"

334 members · max score 280

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/rules/AG011-credential-transmission.jsmatched "webhook.site"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/rules/AG011-credential-transmission.jsmatched "webhook.site"40
lowCredential file accesspackage/dist/rules/AG002-sensitive-file-exfiltration.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts7
  • buildtsc -p tsconfig.build.json
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • prepublishOnlypnpm run lint && pnpm run typecheck && pnpm run test
  • testpnpm run build && vitest run
  • typechecktsc --noEmit
Dependencies5
  • @modelcontextprotocol/sdk^1.29.0
  • commander^15.0.0
  • fast-glob^3.3.3
  • picocolors^1.1.1
  • zod^3.25.76