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.

Versions published
10Established · −30% score
First published
Mar 2023
Publisher
adk-npm-public-release

Effective trust discount applied: 30% (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 bytes44,035
Previous version1.0.16
Published2024-01-11T22:05:14.582Z
SHA-256b41bc6462062daf263f3d90099a8fb2942c0bc7583a6aefd1a4429e06a414ef7

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

Scripts7
  • allnpm run format && npm run lint && npm run build && npm run package
  • buildtsc
  • formatprettier --write '**/*.ts'
  • format-checkprettier --check '**/*.ts'
  • linteslint **/*.ts
  • packagetsc && jest && ncc build -o dist
  • testjest
Dependencies6
  • @aws/codecatalyst-adk-core%%adk_version%%
  • @aws/codecatalyst-adk-utils%%adk_version%%
  • @aws/codecatalyst-project%%adk_version%%
  • @aws/codecatalyst-run-summaries%%adk_version%%
  • @aws/codecatalyst-space%%adk_version%%
  • @vercel/ncc^0.36.1