PkgRadar

Package evidence

@ledgerhq/[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.

Weekly downloads
914
Versions published
296Mature · −50% score
First published
Oct 2024
Publisher
ldg-github-ci

Effective trust discount applied: 50% (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":["@ledgerhq/[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":["@ledgerhq/[email protected]"],"fail_on":"review"}'
Publisherldg-github-ci
Artifact bytes218,423
Previous version0.13.3-nightly.20260526030636
Published2026-05-27T03:15:54.279Z
SHA-2565e087bf7fd3176fb373e3ee029e91c7324f8631c260d7e62c772acd37af2c85e

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
25Score
0.13.3-nightly.20260527030754Version
Status history (1 event)
  1. newavailable · risk review · score 25 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 17 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/mocks/scenarios/addSameMemberMultipleTimes.jsonmatched ".aws"3
lowCredential file accesspackage/mocks/scenarios/create2trustchainInARow.jsonmatched ".aws"3
lowCredential file accesspackage/mocks/scenarios/getOrCreateTransactionCases.jsonmatched ".aws"3
lowCredential file accesspackage/mocks/scenarios/member3implicitlyAdded.jsonmatched ".aws"3
lowCredential file accesspackage/mocks/scenarios/membersManySelfAdd.jsonmatched ".aws"3
lowCredential file accesspackage/mocks/scenarios/randomMemberTryToDestroy.jsonmatched ".aws"3
lowCredential file accesspackage/mocks/scenarios/removedMemberEjectedOnDeletedTrustchain.jsonmatched ".aws"3
lowCredential file accesspackage/mocks/scenarios/removedMemberEjectedOnGetMembers.jsonmatched ".aws"3
lowCredential file accesspackage/mocks/scenarios/removedMemberEjectedOnRestore.jsonmatched ".aws"3
lowCredential file accesspackage/mocks/scenarios/removeMemberWithTheWrongSeed.jsonmatched ".aws"3
lowCredential file accesspackage/mocks/scenarios/removingAMemberCreatesAnInteraction.jsonmatched ".aws"3
lowCredential file accesspackage/mocks/scenarios/removingYourselfIsForbidden.jsonmatched ".aws"3
lowCredential file accesspackage/mocks/scenarios/success.jsonmatched ".aws"3
lowCredential file accesspackage/mocks/scenarios/tokenExpires.jsonmatched ".aws"3
lowCredential file accesspackage/mocks/scenarios/twoAddMembersFollowedByDeviceAdd.jsonmatched ".aws"3
lowCredential file accesspackage/mocks/scenarios/userRefusesAuth.jsonmatched ".aws"3
lowCredential file accesspackage/mocks/scenarios/userRefusesRemoveMember.jsonmatched ".aws"3

Manifest

Package metadata

Scripts14
  • buildtsc --project tsconfig.build.json && tsc --project tsconfig.build.json -m esnext --moduleResolution bundler --outDir lib-es
  • cleanrimraf lib lib-es
  • coveragejest --coverage
  • e2ets-node scripts/e2e.ts
  • formatpnpm exec oxfmt -c ../../.oxfmtrc.json ./src
  • format:checkpnpm exec oxfmt -c ../../.oxfmtrc.json ./src --check
  • lintoxlint -c ../oxc-live-libs/.oxlintrc.json ./src
  • lint:fixpnpm exec oxfmt -c ../../.oxfmtrc.json ./src && oxlint -c ../oxc-live-libs/.oxlintrc.json ./src --fix --quiet
  • prewatchpnpm build
  • testjest
  • typechecktsc --noEmit --customConditions node
  • unimportedpnpm knip --directory ../.. -W libs/ledger-key-ring-protocol
  • watchtsc --watch --project tsconfig.build.json
  • watch:estsc --watch --project tsconfig.build.json -m esnext --moduleResolution bundler --outDir lib-es
Dependencies13
  • @ledgerhq/errors6.35.0
  • @ledgerhq/hw-ledger-key-ring-protocol0.10.3-nightly.20260527030754
  • @ledgerhq/hw-transport6.35.3-nightly.20260527030754
  • @ledgerhq/hw-transport-mocker6.34.3-nightly.20260527030754
  • @ledgerhq/live-env2.35.1-nightly.20260527030754
  • @ledgerhq/live-network2.6.2-nightly.20260527030754
  • @ledgerhq/logs6.17.0
  • @ledgerhq/speculos-transport0.10.2-nightly.20260527030754
  • @ledgerhq/types-devices^6.31.0
  • base64-js1
  • isomorphic-ws5.0.0
  • rxjs7.8.2
  • ws8.18.3