PkgRadar

Package evidence

@strands-agents/[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
28Established · −30% score
First published
Nov 2025
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":["@strands-agents/[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":["@strands-agents/[email protected]"],"fail_on":"review"}'
Artifact bytes1,235,427
Previous version1.4.0
Published2026-06-12T15:06:43.370Z
SHA-256dd3764c6172c565ccb94fe3af988866f63c0124016189cbcda7a31378cab4806

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/src/models/openai/mantle.jsmatched ".aws/"5

Manifest

Package metadata

Scripts24
  • buildtsc --project src/tsconfig.json
  • checknpm run lint && npm run format && npm run type-check && npm run check:browser-bundle && npm run test:coverage && npm run test:package
  • check:browser-bundleesbuild src/index.ts --bundle --platform=browser --format=esm --packages=external --outfile=/dev/null
  • cleanrm -rf node_modules dist
  • formatprettier --write src test/integ
  • format:checkprettier --check src test/integ
  • linteslint src test/integ
  • lint:fixeslint src test/integ --fix
  • lock:refreshrm -rf node_modules && npm install --ignore-scripts --os=linux --os=darwin --os=win32 --cpu=x64 --cpu=arm64 --cpu=wasm32
  • prepacknpm run build
  • testvitest run --project unit-node
  • test:allvitest run --project unit-node --project unit-browser
  • test:all:coveragevitest run --coverage --project unit-node --project unit-browser
  • test:browservitest run --project unit-browser
  • test:browser:installnpx playwright install --with-deps chromium
  • test:coveragevitest run --coverage --project unit-node
  • test:integvitest run --project integ-node
  • test:integ:allvitest run --project integ-node --project integ-browser
  • test:integ:browservitest run --project integ-browser
  • test:packagecd test/packages/esm-module && npm install && node esm.js && cd ../cjs-module && npm install && node cjs.js
  • test:typesvitest run --project types
  • test:watchvitest --project unit-node
  • type-checktsc --noEmit --project src/tsconfig.json && tsc --noEmit --project test/integ/tsconfig.json
  • type-check:watchtsc --noEmit --watch
Dependencies4
  • @aws-sdk/client-bedrock-runtime^3.1037.0
  • @types/json-schema^7.0.15
  • uuid^14.0.0
  • yaml^2.8.3