PkgRadar

Package evidence

@rudderjs/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
995
Versions published
40
First published
Apr 2026
Publisher
suleimansh

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":["@rudderjs/[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":["@rudderjs/[email protected]"],"fail_on":"review"}'
Publishersuleimansh
Artifact bytes140,304
Previous version4.15.0
Published2026-06-13T16:02:24.777Z
SHA-2565399764da139c2c346da8bae2fe3651c3d1628f4da8b6da5f575501bd4cd60c5

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
5Score
4.16.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.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/commands/add.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts6
  • buildtsc -p tsconfig.build.json
  • cleanrm -rf dist
  • devtsc -p tsconfig.build.json --watch
  • linteslint src
  • testtsc -p tsconfig.test.json && node --test dist-test/index.test.js dist-test/load-package-commands.test.js dist-test/native-driver-cache.test.js dist-test/commands/add.test.js dist-test/commands/upgrade.test.js dist-test/commands/key-generate.test.js dist-test/commands/about.test.js dist-test/commands/test.test.js dist-test/commands/make/test.test.js dist-test/commands/optimize-clear.test.js dist-test/commands/completion.test.js dist-test/suggest.test.js dist-test/commands/make/exception.test.js dist-test/commands/make/policy.test.js dist-test/commands/make/observer.test.js dist-test/commands/make/cast.test.js dist-test/commands/make/notification.test.js dist-test/commands/make/with-test.test.js dist-test/commands/remove.test.js dist-test/commands/tinker.test.js dist-test/commands/module/publish.test.js dist-test/doctor/load-package-checks.test.js dist-test/doctor/orchestrator.test.js dist-test/doctor/reporter.test.js dist-test/doctor/fixer.test.js dist-test/doctor/load-dotenv.test.js dist-test/doctor/built-in/built-in.test.js dist-test/doctor/built-in/production.test.js
  • typechecktsc --noEmit
Dependencies6
  • @clack/prompts^1.0.0
  • @rudderjs/console^1.4.0
  • @rudderjs/core^1.12.3
  • chalk^5.0.0
  • commander^12.0.0
  • dotenv^16.4.0