PkgRadar

Package evidence

[email protected]

no findings

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
1
First published
Jun 2026
Publisher
ukeywallet

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["[email protected]"],"fail_on":"review"}'

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":["[email protected]"],"fail_on":"review"}'
Publisherukeywallet
Artifact bytes29,425,533
Previous versionnone
Published2026-06-15T02:25:56.960Z
SHA-2567b44e33f556d1f6f39e1b1334ed36514bc062b21b6611d62308066da3bf63219

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
2.0.6Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts12
  • build-electron-webyarn copy:inject && yarn build:main && cd ../expo-example && yarn build:electron-web
  • build:mainwebpack --config webpack.config.ts
  • clean:buildrimraf out
  • copy:injectnode scripts/copy-injected.js
  • devnpx concurrently "yarn dev:electron" "cross-env TRANSFORM_REGENERATOR_DISABLED=true BROWSER=none yarn dev-electron-web"
  • dev-electron-webcross-env NODE_ENV=development yarn copy:inject && yarn build:main && cd ../expo-example && yarn dev:electron-web
  • dev:electronelectron --inspect=5858 dist/index.js
  • linteslint --ext .tsx --ext .ts ./
  • make:macyarn rebuild:deps && yarn clean:build && yarn build-electron-web && electron-builder build --mac --config electron-builder.config.js --publish always
  • make:winyarn rebuild:deps && yarn clean:build && yarn build-electron-web && electron-builder build --win --config electron-builder.config.js --publish always
  • rebuild:depselectron-builder install-app-deps
  • ts:checkyarn tsc --noEmit
Dependencies8
  • @stoprocent/noble2.3.4
  • @ukeyfe/hardware-transport-electron2.0.6
  • debug4.3.4
  • electron-is-dev^3.0.1
  • electron-log^5.1.5
  • electron-updater^6.2.1
  • fs-extra^11.2.0
  • node-fetch^2.6.7