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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/commands/add.js | matched "AWS_ACCESS_KEY" | 5 |
Manifest
Package metadata
Scripts6
buildtsc -p tsconfig.build.jsoncleanrm -rf distdevtsc -p tsconfig.build.json --watchlinteslint srctesttsc -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.jstypechecktsc --noEmit
Dependencies6
@clack/prompts^1.0.0@rudderjs/console^1.4.0@rudderjs/core^1.12.3chalk^5.0.0commander^12.0.0dotenv^16.4.0