PkgRadar

Package evidence

@jackadamslovell/[email protected]

Webhook Exfil Endpoint, Credential file access, Suspicious Publish Context

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
2
First published
Jun 2026
Publisher
jackadamslovell

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":["@jackadamslovell/[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":["@jackadamslovell/[email protected]"],"fail_on":"high"}'
Artifact bytes22,486
Previous version0.1.0
Published2026-06-21T21:28:39.221Z
SHA-2569a246ed5bc9b6b328e885da801cbb32d6801a7cf21bb77450f3674e08fca4c2c

Why flagged

What the scanner saw

Webhook Exfil Endpoint

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burstactive

Publisher burst: jackadamslovell

11 members · evidence strength 84
Publisher / release actor burstcandidate

Publisher burst: jackadamslovell

11 members · max score 130

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/src/auditor.js40
mediumSuspicious Publish Contextmanifest10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/src/auditor.js40
mediumSuspicious Publish Contextmanifest10
lowCredential file accesspackage/src/auditor.js5
lowCredential file accesspackage/src/reasoner.js5

Manifest

Package metadata

Scripts 4

Sign in to view install / lifecycle script contents.