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 bytes144,738
Previous version4.1.1-canary-20260519200918
Published2026-05-19T21:06:30.426Z
SHA-256b7cfe2be10cafc944ac655aaa0f801d55ce6e420c359b4a5578676a95ee8a7e3

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.package.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:browsertrue # agadoo dist/index.browser.mjs
  • test:treeshakability:nativetrue # agadoo dist/index.native.mjs
  • test:treeshakability:nodetrue # agadoo 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
Dependencies13
  • @nanostores/react^1.1.0
  • @solana/react6.1.0
  • @solana/wallet-standard-features1.3.0
  • @solana/wallet-standard-util1.1.2
  • @wallet-standard/core1.1.1
  • @wallet-standard/react1.0.1
  • @wallet-standard/ui1.0.1
  • @wallet-standard/ui-registry1.0.1
  • @wallet-ui/core4.1.1-canary-20260519210405
  • @zag-js/dialog1.24.2
  • @zag-js/menu1.24.2
  • @zag-js/react1.24.2
  • nanostores^1.2.0