PkgRadar

Package evidence

@wallet-ui/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@wallet-ui/[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":["@wallet-ui/[email protected]"],"fail_on":"high"}'
Artifact bytes24,311
Previous version4.1.1-canary-20260519200918
Published2026-05-19T21:06:09.725Z
SHA-256517ec69085865a342a3f4bc89db843421f1359608e184f6f16a454d2d52fb602

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

high
Last checked
highRisk
30Score
4.1.1-canary-20260519210405Version
Status history (1 event)
  1. newavailable · risk high · score 30 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/package.jsonmatched "GITHUB_TOKEN"30

Manifest

Package metadata

Scripts14
  • compile:jstsup --config build-scripts/tsup.config.library.ts
  • compile:typedefstsc -p ./tsconfig.declarations.json
  • devjest -c ../../node_modules/@wallet-ui/test-config/jest-dev.config.js --rootDir . --watch
  • publish-implnpm view $npm_package_name@$npm_package_version > /dev/null 2>&1 || (pnpm publish --tag ${PUBLISH_TAG:-canary} --access public --no-git-checks && (([ -n "${GITHUB_OUTPUT:-}" ] && echo 'published=true' >> "$GITHUB_OUTPUT") || true) && (([ "$PUBLISH_TAG" != "canary" ] && ../build-scripts/maybe-tag-latest.ts --token "$GITHUB_TOKEN" $npm_package_name@$npm_package_version) || true))
  • publish-packagespnpm prepublishOnly && pnpm publish-impl
  • style:fixpnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*
  • test:lintTERM_OVERRIDE="${TURBO_HASH:+dumb}" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@wallet-ui/test-config/jest-lint.config.js --rootDir . --silent
  • test:prettierTERM_OVERRIDE="${TURBO_HASH:+dumb}" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@wallet-ui/test-config/jest-prettier.config.js --rootDir . --silent
  • test:treeshakability:browseragadoo dist/index.browser.mjs
  • test:treeshakability:nativeagadoo dist/index.native.mjs
  • test:treeshakability:nodeagadoo dist/index.node.mjs
  • test:typechecktsc --noEmit
  • test:unit:browserTERM_OVERRIDE="${TURBO_HASH:+dumb}" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@wallet-ui/test-config/jest-unit.config.browser.js --rootDir . --silent
  • test:unit:nodeTERM_OVERRIDE="${TURBO_HASH:+dumb}" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@wallet-ui/test-config/jest-unit.config.node.js --rootDir . --silent
Dependencies2
  • @nanostores/persistent1.1.0
  • nanostores1.2.0