PkgRadar

Package evidence

@aws-sdk/[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
68Established · −30% score
First published
Nov 2025
Publisher
aws-sdk-bot

Effective trust discount applied: 30% (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":["@aws-sdk/[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":["@aws-sdk/[email protected]"],"fail_on":"review"}'
Publisheraws-sdk-bot
Artifact bytes6,374
Previous version3.972.42
Published2026-05-21T21:02:28.333Z
SHA-2566ac11f5f4c3938d837d6ed742c0c2654d95d901c023884e6c97b2d929fb467ce

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
7Score
3.972.43Version
Status history (1 event)
  1. newavailable · risk review · score 7 · 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/dist-cjs/index.jsmatched ".aws"5
lowCredential file accesspackage/dist-es/LoginCredentialsFetcher.jsmatched ".aws"5

Manifest

Package metadata

Scripts9
  • buildconcurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs
  • build:cjsnode ../../scripts/compilation/inline credential-provider-login
  • build:estsc -p tsconfig.es.json
  • build:include:depsyarn g:turbo run build -F="$npm_package_name"
  • build:typestsc -p tsconfig.types.json
  • build:types:downleveldownlevel-dts dist-types dist-types/ts3.4
  • cleanpremove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo
  • testyarn g:vitest run
  • test:watchyarn g:vitest watch
Dependencies6
  • @aws-sdk/core^3.974.13
  • @aws-sdk/nested-clients^3.997.11
  • @aws-sdk/types^3.973.9
  • @smithy/core^3.24.3
  • @smithy/types^4.14.2
  • tslib^2.6.2