PkgRadar

Package evidence

@keplr-wallet/[email protected]

Credential file access: matched ".aws/"

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
997Mature · −50% score
First published
Feb 2021
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

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@keplr-wallet/[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":["@keplr-wallet/[email protected]"],"fail_on":"review"}'
Artifact bytes548,406
Previous version0.13.37
Published2026-06-08T04:43:16.680Z
SHA-2565a5c5fa9454025a8f7d5ac0825fd0cd6817b94f31bcc95af9eb306a0e8b65f93

Why flagged

What the scanner saw

Credential file access: matched ".aws/"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.13.38Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/build/tx-executor/utils/cosmos.jsmatched ".aws/"5
lowCredential file accesspackage/src/tx-executor/utils/cosmos.tsmatched ".aws/"5

Manifest

Package metadata

Scripts7
  • buildnpx tsc
  • cleanrm -rf node_modules; rm -rf build
  • devnpx tsc -w
  • lint-fixnpx eslint --fix "src/**/*" && npx prettier --write "src/**/*"
  • lint-testnpx eslint "src/**/*" && npx prettier --check "src/**/*"
  • testnpx jest --passWithNoTests
  • typechecknpx tsc -p tsconfig.check.json
Dependencies36
  • @ethereumjs/common^2.6.5
  • @ethereumjs/tx^3.5.2
  • @ethersproject/address^5.7.0
  • @ethersproject/hash^5.7.0
  • @ethersproject/transactions^5.7.0
  • @ethersproject/wallet^5.7.0
  • @keplr-wallet/chain-validator0.13.38
  • @keplr-wallet/common0.13.38
  • @keplr-wallet/cosmos0.13.38
  • @keplr-wallet/crypto0.13.38
  • @keplr-wallet/ledger-cosmos0.13.38
  • @keplr-wallet/popup0.13.38
  • @keplr-wallet/proto-types0.13.38
  • @keplr-wallet/router0.13.38
  • @keplr-wallet/simple-fetch0.13.38
  • @keplr-wallet/types0.13.38
  • @keplr-wallet/unit0.13.38
  • @ledgerhq/hw-app-eth6.42.8
  • @ledgerhq/hw-app-starknet^3.0.1
  • @ledgerhq/hw-transport^6.35.0
  • @ledgerhq/hw-transport-webhid^6.35.0
  • @ledgerhq/hw-transport-webusb^6.34.0
  • @noble/hashes^1.4.0
  • aes-js^3.1.2
  • big-integer^1.6.48
  • bip39^3.0.2
  • bitcoin-address-validation^3.0.0
  • buffer^6.0.3
  • curve25519-js0.0.4
  • delay^4.4.0
  • …and 6 more.