PkgRadar

Package evidence

@ukeyfe/[email protected]

Webhook Exfil Endpoint: matched "ngrok-free.app"

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
28
First published
Dec 2025
Publisher
ukeywallet

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":["@ukeyfe/[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":["@ukeyfe/[email protected]"],"fail_on":"high"}'
Publisherukeywallet
Artifact bytes544,501
Previous version2.0.3
Published2026-05-06T03:16:30.539Z
SHA-256ed0a42bbcc4ca740c1bb0843cde934c032cf6553d69e7bea7527890d8754b25c

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "ngrok-free.app"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
50Score
2.0.4Version
Status history (1 event)
  1. newavailable · risk high · score 50 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/index.jsmatched "ngrok-free.app"40
highWebhook Exfil Endpointpackage/src/utils/networkUtils.tsmatched "ngrok-free.app"40

Manifest

Package metadata

Scripts5
  • buildrimraf dist && rollup -c ../../build/rollup.config.js
  • devrimraf dist && rollup -c ../../build/rollup.config.js -w
  • linteslint .
  • lint:fixeslint . --fix
  • testjest
Dependencies8
  • @ukeyfe/hardware-shared2.0.4
  • @ukeyfe/hardware-transport2.0.4
  • axios1.12.2
  • bignumber.js^9.0.2
  • bytebuffer^5.0.1
  • jszip^3.10.1
  • parse-uri^1.0.7
  • semver^7.3.7