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
249
Versions published
2
First published
May 2026
Publisher
subzhang4719

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"}'
Publishersubzhang4719
Artifact bytes12,156,041
Previous versionnone
Published2026-05-28T11:31:31.591Z
SHA-2566f740a33c8ffb0174a0b8a0c881dc68b600abf1f4babfa7e5a6f79417b03489c

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
0.1.0Version
Status history (2 events)
  1. availableavailable · risk review · score 10 · status available -> available, risk high -> review, score 70 -> 10
  2. newavailable · risk high · score 70 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli/chunk-C3LX42AG.jsmatched "id_rsa"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5
lowObfuscation Densitypackage/dist/cli/chunk-3VTKGIKG.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/cli/chunk-BW4P3JYO.js2705226 bytes0
lowObfuscation Densitypackage/dist/cli/chunk-C3LX42AG.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/cli/chunk-OYWLLOF7.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/cli/commands-WW6FFI2G.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts20
  • 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
  • pitch:htmlnpx -y @marp-team/marp-cli pitch/pitch.md -o pitch/dist/pitch.html --allow-local-files
  • pitch:pdfnpx -y @marp-team/marp-cli pitch/pitch.md -o pitch/dist/pitch.pdf --allow-local-files
  • pitch:pptxnpx -y @marp-team/marp-cli pitch/pitch.md -o pitch/dist/pitch.pptx --allow-local-files
  • pitch:watchnpx -y @marp-team/marp-cli pitch/pitch.md --preview --watch --allow-local-files
  • 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
Dependencies34
  • @alcalzone/ansi-tokenize^0.3.0
  • auto-bind^5.0.1
  • bidi-js^1.0.3
  • chalk^5.3.0
  • cli-boxes^4.0.1
  • cli-highlight^2.1.11
  • code-excerpt^4.0.0
  • commander^12.1.0
  • emoji-regex^10.4.0
  • eventsource-parser^3.0.0
  • get-east-asian-width^1.3.0
  • iconv-lite^0.7.2
  • ignore^7.0.5
  • indent-string^5.0.0
  • inkworkspace:*
  • lodash-es^4.17.21
  • node-html-parser^7.1.0
  • picomatch^4.0.4
  • react^19.2.6
  • react-reconciler^0.32.0
  • semver^7.6.3
  • signal-exit^4.1.0
  • slice-ansi^7.1.0
  • stack-utils^2.0.6
  • string-width^7.2.0
  • strip-ansi^7.1.0
  • supports-hyperlinks^4.0.0
  • undici^8.2.0
  • usehooks-ts^3.1.0
  • web-tree-sitter^0.26.9
  • …and 4 more.