PkgRadar

Package evidence

@on0t0le/[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
14
First published
May 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@on0t0le/[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":["@on0t0le/[email protected]"],"fail_on":"review"}'
Artifact bytes20,173
Previous version3.6.17
Published2026-05-20T09:26:37.379Z
SHA-2562368e0c7ea2b8f2ac14bfda1fad29a57d0a4c445072b30e0f3a90fe6e909d5a7

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/lib/daemonPlatform.jsmatched ".aws"5
lowCredential file accesspackage/lib/login.jsmatched ".aws"5
lowCredential file accesspackage/lib/paths.jsmatched ".aws"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5

Manifest

Package metadata

Scripts8
  • buildtsc
  • eslinteslint . --ext .ts
  • postinstallnode scripts/postinstall.mjs
  • prettier:checkprettier --check "src/**/*.ts"
  • prettier:writeprettier --write "src/**/*.{ts,json}"
  • startts-node-dev src/index.ts
  • testnpm run eslint && npm run prettier:check
  • watchtsc -w
Dependencies14
  • @aws-sdk/client-sts^3.473.0
  • @puppeteer/browsers^2.13.2
  • @smithy/node-http-handler^2.5.0
  • bluebird^3.7.2
  • cheerio^1.0.0-rc.10
  • commander^9.5.0
  • debug^4.3.1
  • ini^3.0.1
  • inquirer^8.2.6
  • lodash^4.17.21
  • mkdirp^1.0.4
  • proxy-agent^6.4.0
  • puppeteer^24.0.0
  • uuid^8.3.2