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
23,216Mainstream · −50% score
Versions published
162
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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisherreasonix
Artifact bytes11,372,262
Previous version0.49.0
Published2026-05-24T14:06:51.742Z
SHA-2568bd8bfe3cc37440191036fb0bbaeeb3d3cfb115c3ee7cc6526f8d1776f0d7cbf

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.50.0 vs 0.49.0: "npm --prefix dashboard ci --ignore-scripts && npm --prefix desktop ci --ignore-scripts"

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

Availability ledger

available

high
Last checked
highRisk
55Score
0.50.0Version
Status history (5 events)
  1. availableavailable · risk high · score 55 · status available -> available, risk high -> high, score 220 -> 55
  2. availableavailable · risk high · score 220 · status available -> available, risk high -> high, score 272 -> 220
  3. availableavailable · risk high · score 272 · status available -> available, risk high -> high, score 297 -> 272
  4. availableavailable · risk high · score 297 · status available -> available, risk high -> high, score 479 -> 297
  5. newavailable · risk high · score 479 · 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 · 1 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.50.0 vs 0.49.0: "npm --prefix dashboard ci --ignore-scripts && npm --prefix desktop ci --ignore-scripts"40
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.50.0 vs 0.49.0: "npm --prefix dashboard ci --ignore-scripts && npm --prefix desktop ci --ignore-scripts"40
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="npm --prefix dashboard ci --ignore-scripts && npm --prefix desktop ci --ignore-scripts"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
  • postinstallnpm --prefix dashboard ci --ignore-scripts && npm --prefix desktop ci --ignore-scripts
  • 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