PkgRadar

Package evidence

@aws/[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.

Weekly downloads
8,630Niche · −30% score
Versions published
35
First published
Feb 2026
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":["@aws/[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/[email protected]"],"fail_on":"review"}'
Artifact bytes261,197
Previous version0.1.0-alpha.36
Published2026-06-17T21:01:27.249Z
SHA-256d832fd632caa648795ae25e03531f35c45e3afc6a70d358657fe9a1c3a57ec96

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
0.1.0-alpha.38Version
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/cdk/constructs/components/primitives/harness/AgentCoreHarnessRole.jsmatched ".aws/"5

Manifest

Package metadata

Scripts14
  • buildtsc -p tsconfig.build.json
  • cleanrm -rf dist
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint src/
  • lint:fixeslint src/ --fix
  • preparehusky || true
  • prepublishOnlynpm run build
  • secrets:checksecretlint '**/*'
  • security:auditnpm audit --audit-level=high --omit=dev
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies7
  • @aws-sdk/client-sts^3.995.0
  • @aws-sdk/credential-providers^3.995.0
  • @aws-sdk/region-config-resolver^3.972.13
  • @smithy/shared-ini-file-loader^4.4.3
  • esbuild^0.28.0
  • fflate^0.8.2
  • zod^4.3.5