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
200Mature · −50% score
First published
Oct 2023
Publisher
aws-sdk-bot

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":["@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 bytes116,257
Previous version3.974.12
Published2026-05-21T21:02:21.390Z
SHA-2567724d97954f793cf677df7468c54fe1f43580b3938a7b6352c519823459b20e7

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist-cjs/submodules/client/index.browser.jsmatched ".aws"5
lowCredential file accesspackage/dist-cjs/submodules/client/index.jsmatched ".aws"5
lowCredential file accesspackage/dist-cjs/submodules/client/index.native.jsmatched ".aws"5
lowCredential file accesspackage/dist-es/submodules/client/util-endpoints/lib/aws/partitions.jsmatched ".aws"5

Manifest

Package metadata

Scripts15
  • buildyarn prebuild && yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs
  • build:cjsnode ../../scripts/compilation/inline core && premove ./dist-cjs/api-extractor-type-index.js
  • build:estsc -p tsconfig.es.json && premove ./dist-es/api-extractor-type-index.js
  • build:include:depsyarn g:turbo run build -F="$npm_package_name"
  • build:typespremove dist-types tsconfig.types.tsbuildinfo && tsc -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
  • extract:docsapi-extractor run --local
  • lintnode ../../scripts/validation/submodules-linter.js --pkg core
  • prebuildnode -e "const j=require('../util-endpoints/src/lib/aws/partitions.json');require('fs').writeFileSync('src/submodules/client/util-endpoints/lib/aws/partitions.ts','export const partitionsInfo = '+JSON.stringify(j)+';\n')"
  • testyarn g:vitest run
  • test:integrationyarn g:vitest run -c vitest.config.integ.mts && yarn test:temp:retry
  • test:integration:watchyarn g:vitest watch -c vitest.config.integ.mts
  • test:temp:retrySMITHY_NEW_RETRIES_2026=true node ./integ/retry.integ.spec && AWS_NEW_RETRIES_2026=true node ./integ/retry.integ.spec && node ./integ/retry.integ.spec
  • test:watchyarn g:vitest watch
Dependencies8
  • @aws-sdk/types^3.973.9
  • @aws-sdk/xml-builder^3.972.25
  • @aws/lambda-invoke-store^0.2.2
  • @smithy/core^3.24.3
  • @smithy/signature-v4^5.4.2
  • @smithy/types^4.14.2
  • bowser^2.11.0
  • tslib^2.6.2