PkgRadar

Package evidence

@bluemachine/[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
5
First published
May 2026
Publisher
superxepic

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":["@bluemachine/[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":["@bluemachine/[email protected]"],"fail_on":"review"}'
Publishersuperxepic
Artifact bytes33,558
Previous version0.1.3
Published2026-05-31T14:04:19.465Z
SHA-25637474cf8b5b35ae204d57174136ea8ff22dba113b2d2cad1560c08d6ecb53da1

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/src/commands/run.tsmatched "id_rsa"10
mediumCredential file accesspackage/src/commands/station.tsmatched "id_rsa"10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/src/commands/run.tsmatched "id_rsa"10
mediumCredential file accesspackage/src/commands/station.tsmatched "id_rsa"10
lowCredential file accesspackage/dist/index.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts3
  • buildtsup src/index.ts --format esm --target node20
  • devtsup src/index.ts --format esm --target node20 --watch
  • typechecktsc --noEmit
Dependencies15
  • @inquirer/prompts^8.5.0
  • @inquirer/select^5.2.0
  • ansi-escapes^7.0.0
  • chalk^5.3.0
  • commander^12.1.0
  • conf^13.0.0
  • execa^9.5.1
  • ink^5.1.0
  • ink-spinner^5.0.0
  • node-forge^1.3.1
  • open^10.1.0
  • ora^8.1.1
  • react^18.3.1
  • ssh2^1.16.0
  • zod^3.24.1