PkgRadar

Package evidence

@aws-amplify/[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
608Mature · −50% score
First published
Sep 2023
Publisher
aws-amplify-ops

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-amplify/[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-amplify/[email protected]"],"fail_on":"review"}'
Artifact bytes75,668
Previous version1.4.1-unstable-00713e1-20260528163153
Published2026-06-12T15:22:47.224Z
SHA-25638468e54ea5eb7b00a9f1c1060a4d716327cb535d00b4a1da0a85afa70d15135

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.4.1-unstable-0c96bf9-20260612152229Version
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/package.jsonmatched ".aws/"3

Manifest

Package metadata

Scripts14
  • buildnpm run clean && npm run build:esm-cjs
  • build-with-testnpm run clean && npm test && tsc
  • build:esm-cjsrollup --forceExit -c rollup.config.mjs
  • build:watchnpm run build:esm-cjs -- --watch
  • cleanrimraf dist lib lib-esm
  • formatecho "Not implemented"
  • linteslint '**/*.{ts,tsx}' && npm run ts-coverage
  • lint:fixeslint '**/*.{ts,tsx}' --fix
  • prepare:androidecho 'no-op'
  • prepare:iosecho 'no-op'
  • testjest -w 1 --coverage --logHeapUsage
  • test:android./android/gradlew test -p ./android
  • test:iosecho 'no-op'
  • ts-coveragetypescript-coverage-report -p ./tsconfig.build.json -t 88.21