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
1
First published
May 2026
Publisher
bhagyesh-patil

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"}'
Artifact bytes97,239
Previous versionnone
Published2026-05-30T15:39:58.362Z
SHA-256d9457ad3fedab28a211a497e4987f808665ee56d5929319a4acd542db157a93b

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist-obfuscated/utils/git-hook.jsmatched "id_rsa"5
lowCredential file accesspackage/dist-obfuscated/analyzers/gitignore-checker.jsmatched "id_rsa"5
lowObfuscation Densitypackage/dist-obfuscated/utils/git-hook.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist-obfuscated/repl.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist-obfuscated/utils/templates.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts8
  • buildtsc
  • cleanrimraf dist dist-obfuscated
  • devnode --loader ts-node/esm src/index.ts
  • obfuscatejavascript-obfuscator ./dist --output ./dist-obfuscated --compact true --self-defending true --string-array true --string-array-encoding base64 --dead-code-injection false
  • prepublishOnlynpm run build
  • releasenpm run clean && npm run build && npm run obfuscate && npm publish
  • version:minornpm version minor
  • version:patchnpm version patch
Dependencies12
  • @iarna/toml^3.0.0
  • boxen^7.1.1
  • chalk^5.3.0
  • cli-table3^0.6.5
  • commander^11.1.0
  • dotenv^16.3.1
  • fast-xml-parser^4.3.2
  • gradient-string^2.0.2
  • ini^4.1.1
  • js-yaml^4.1.0
  • toml^4.1.1
  • yaml^2.8.4