PkgRadar

Package evidence

[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
35
Versions published
38Mature · −50% score
First published
Dec 2024
Publisher
adriangraham

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisheradriangraham
Artifact bytes76,169
Previous version0.5.0
Published2026-05-08T21:38:00.542Z
SHA-2567036713017b0413f330fc38336d8fa14c10436550ed332e3deef95027e9ff0ea

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
5Score
0.6.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumCredential file accesspackage/src/dynamodb-client.jsmatched ".aws"10

Manifest

Package metadata

Scripts5
  • create-tablenode bin/dynamo-bao-create-table.js
  • docsjsdoc -c jsdoc.json --verbose
  • testLOG_LEVEL=OFF jest
  • test:debugLOG_LEVEL=DEBUG jest
  • watchnode bin/watch.js
Dependencies5
  • aws4fetch^1.0.20
  • chokidar^4.0.3
  • dotenv^16.4.7
  • js-yaml^4.1.0
  • ulid^2.3.0