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.

Weekly downloads
25,765Mainstream · −50% score
Versions published
152
First published
Apr 2026
Publisher
reasonix

Effective trust discount applied: 50% (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":["[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"}'
Publisherreasonix
Artifact bytes11,372,587
Previous version0.50.0
Published2026-05-24T14:29:55.384Z
SHA-256f7a3e38bf196ff8e712ec8d2da253faff689a034610968f97d67a212b8176ce5

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
7Score
0.50.1Version
Status history (4 events)
  1. availableavailable · risk review · score 7 · status available -> available, risk high -> review, score 180 -> 7
  2. availableavailable · risk high · score 180 · status available -> available, risk high -> high, score 232 -> 180
  3. availableavailable · risk high · score 232 · status available -> available, risk high -> high, score 439 -> 232
  4. newavailable · risk high · score 439 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

reasonix

3 members · evidence strength 74
Repeated static TTPstale

Install Lifecycle Suppresses Failure — prepare="simple-git-hooks || true"

4 members · evidence strength 87

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli/chunk-6IUMTRFP.jsmatched "id_rsa"5
lowCredential file accesspackage/dist/index.jsmatched "id_rsa"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5
lowLarge Javascript Payloadpackage/dist/cli/chunk-3KRRTLC5.js2677008 bytes0
lowObfuscation Densitypackage/dist/cli/chunk-6IUMTRFP.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/cli/chunk-GPUH2BNM.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/cli/chunk-MXWPAPZW.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/cli/commands-NXTKSQTN.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts16
  • buildnpm run build:dashboard && tsup && node scripts/copy-dashboard-vendor-css.mjs && node scripts/copy-tree-sitter-grammars.mjs
  • build:dashboardnpm --prefix dashboard run build
  • chattsx src/cli/index.ts chat
  • devtsx src/cli/index.ts
  • formatbiome format --write src tests
  • lintbiome check src tests
  • lint:fixbiome check --write src tests
  • postinstallnode scripts/postinstall.mjs
  • preparesimple-git-hooks || true
  • prepublishOnlynpm run lint && npm run typecheck && npm run build && npm run test
  • testvitest run
  • test:coveragevitest run --coverage
  • test:mutationstryker run
  • test:watchvitest
  • typechecktsc --noEmit && tsc --noEmit -p dashboard
  • verifynpm run build && npm run lint && npm run typecheck && npm run test --silent
Dependencies15
  • cli-highlight^2.1.11
  • commander^12.1.0
  • eventsource-parser^3.0.0
  • iconv-lite^0.7.2
  • ignore^7.0.5
  • ink^7.0.2
  • ink-text-input^6.0.0
  • node-html-parser^7.1.0
  • picomatch^4.0.4
  • react^19.2.6
  • string-width^7.2.0
  • undici^8.2.0
  • web-tree-sitter^0.26.9
  • ws^8.20.1
  • zod^4.4.1