PkgRadar

Package evidence

@digitraffic/[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
686
Versions published
228Mature · −50% score
First published
Oct 2022
Publisher
solita-ijunnone

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":["@digitraffic/[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":["@digitraffic/[email protected]"],"fail_on":"review"}'
Artifact bytes114,876
Previous version2026.5.26-1
Published2026-05-27T08:23:57.337Z
SHA-256e9835ce7b3fdc6b8c202f2f1638db35ae30048cb222844a6d7ee3a0c6e3a49c1

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
2026.5.27-1Version
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/dist/aws/infra/sqs-queue-internal.jsmatched ".AWS"5

Manifest

Package metadata

Scripts12
  • buildheft build --clean
  • build:watchheft build-watch
  • ci:testvitest run --coverage --reporter=junit --outputFile=junit.xml
  • deps:update-allnode --experimental-strip-types scripts/update-deps-and-peers.ts
  • format:checkbiome check
  • format:check-stagedbiome check --staged
  • format:fixbiome check --write
  • format:fix-stagedbiome check --staged --write
  • format:package-jsonsort-package-json
  • setuppnpm install; node --experimental-strip-types scripts/setup-digitraffic-common.ts
  • testvitest run --coverage
  • test:watchvitest