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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 30 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/package.json | matched "GITHUB_TOKEN" | 30 |
Manifest
Package metadata
Scripts14
compile:jstsup --config build-scripts/tsup.config.library.tscompile:typedefstsc -p ./tsconfig.declarations.jsondevjest -c ../../node_modules/@wallet-ui/test-config/jest-dev.config.js --rootDir . --watchpublish-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-implstyle: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 . --silenttest:prettierTERM_OVERRIDE="${TURBO_HASH:+dumb}" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@wallet-ui/test-config/jest-prettier.config.js --rootDir . --silenttest:treeshakability:browseragadoo dist/index.browser.mjstest:treeshakability:nativeagadoo dist/index.native.mjstest:treeshakability:nodeagadoo dist/index.node.mjstest:typechecktsc --noEmittest:unit:browserTERM_OVERRIDE="${TURBO_HASH:+dumb}" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@wallet-ui/test-config/jest-unit.config.browser.js --rootDir . --silenttest: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.0nanostores1.2.0