PkgRadar

Package evidence

[email protected]

Credential file access: matched "id_rsa"

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
23
First published
May 2026
Publisher
gakwaya

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"}'
Publishergakwaya
Artifact bytes2,493,535
Previous version1.6.4
Published2026-05-30T23:29:36.005Z
SHA-25699fdb28e75ffd874b61e4c6802f20cc68b01adfeeac87f0ba26b30f0e6806cd3

Why flagged

What the scanner saw

Credential file access: matched "id_rsa"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.6.5Version
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/index.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts15
  • buildnode scripts/build-bundle.mjs
  • build:doc-indexnode scripts/build-doc-index.mjs
  • formatprettier --write .
  • format:checkprettier --check .
  • linktsx src/index.ts link
  • localomnish stop && node scripts/build-bundle.mjs && npm link && omnish start
  • logouttsx src/index.ts logout
  • omnishtsx src/index.ts
  • prepacknpm run build
  • pretestnode scripts/build-doc-index.mjs
  • pretypechecknode scripts/build-doc-index.mjs
  • reinstallrm -rf node_modules && pnpm install
  • runtsx src/index.ts run
  • testtsx --test 'src/**/*.test.ts'
  • typechecktsc --noEmit
Dependencies8
  • @parcel/watcher^2.5.1
  • @whiskeysockets/baileys7.0.0-rc13
  • better-sqlite3^12.9.0
  • grammy^1.42.0
  • node-pty^1.1.0
  • pino^9.6.0
  • qrcode-terminal^0.12.0
  • ws^8.18.3