PkgRadar

Package evidence

@ai-sdk/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
555Mature · −50% score
First published
Jun 2024
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":["@ai-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":["@ai-sdk/[email protected]"],"fail_on":"review"}'
Artifact bytes196,738
Previous version4.0.116
Published2026-06-12T15:28:16.547Z
SHA-256a229105441cfb43719a47760b1fc9586ffc4ac1fca86b6c8d3790995d6113113

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/anthropic/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/mantle/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/anthropic/index.mjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/index.mjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/mantle/index.mjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/anthropic/bedrock-anthropic-provider.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/mantle/bedrock-mantle-provider.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/bedrock-provider.tsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts9
  • buildpnpm clean && tsup --tsconfig tsconfig.build.json
  • build:watchpnpm clean && tsup --watch
  • cleandel-cli dist docs *.tsbuildinfo
  • testpnpm test:node && pnpm test:edge
  • test:edgevitest --config vitest.edge.config.js --run
  • test:nodevitest --config vitest.node.config.js --run
  • test:updatepnpm test:node -u
  • test:watchvitest --config vitest.node.config.js
  • type-checktsc --build
Dependencies7
  • @ai-sdk/anthropic3.0.84
  • @ai-sdk/openai3.0.71
  • @ai-sdk/provider3.0.10
  • @ai-sdk/provider-utils4.0.29
  • @smithy/eventstream-codec^4.0.1
  • @smithy/util-utf8^4.0.0
  • aws4fetch^1.0.20