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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/src/models/openai/mantle.js | matched ".aws/" | 5 |
Manifest
Package metadata
Scripts24
buildtsc --project src/tsconfig.jsonchecknpm run lint && npm run format && npm run type-check && npm run check:browser-bundle && npm run test:coverage && npm run test:packagecheck:browser-bundleesbuild src/index.ts --bundle --platform=browser --format=esm --packages=external --outfile=/dev/nullcleanrm -rf node_modules distformatprettier --write src test/integformat:checkprettier --check src test/integlinteslint src test/integlint:fixeslint src test/integ --fixlock:refreshrm -rf node_modules && npm install --ignore-scripts --os=linux --os=darwin --os=win32 --cpu=x64 --cpu=arm64 --cpu=wasm32prepacknpm run buildtestvitest run --project unit-nodetest:allvitest run --project unit-node --project unit-browsertest:all:coveragevitest run --coverage --project unit-node --project unit-browsertest:browservitest run --project unit-browsertest:browser:installnpx playwright install --with-deps chromiumtest:coveragevitest run --coverage --project unit-nodetest:integvitest run --project integ-nodetest:integ:allvitest run --project integ-node --project integ-browsertest:integ:browservitest run --project integ-browsertest:packagecd test/packages/esm-module && npm install && node esm.js && cd ../cjs-module && npm install && node cjs.jstest:typesvitest run --project typestest:watchvitest --project unit-nodetype-checktsc --noEmit --project src/tsconfig.json && tsc --noEmit --project test/integ/tsconfig.jsontype-check:watchtsc --noEmit --watch
Dependencies4
@aws-sdk/client-bedrock-runtime^3.1037.0@types/json-schema^7.0.15uuid^14.0.0yaml^2.8.3