PkgRadar

Package evidence

@biang/[email protected]

Credential file access: matched ".ssh"

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
5,430Niche · −30% score
Versions published
43
First published
May 2026
Publisher
biang

Effective trust discount applied: 30% (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":["@biang/[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":["@biang/[email protected]"],"fail_on":"review"}'
Publisherbiang
Artifact bytes202,413
Previous version0.1.40
Published2026-05-27T05:19:21.194Z
SHA-256c5afde5fcab1926c971467d76119c10f1e067c3197667e4ecf3b8e8bb731954e

Why flagged

What the scanner saw

Credential file access: matched ".ssh"

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

Availability ledger

available

review
Last checked
reviewRisk
17Score
0.1.41Version
Status history (1 event)
  1. newavailable · risk review · score 17 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/server/index.jsmatched ".ssh"10
mediumCredential file accesspackage/server/pairing.jsmatched ".ssh"10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/server/index.jsmatched ".ssh"10
mediumCredential file accesspackage/server/pairing.jsmatched ".ssh"10
lowCredential file accesspackage/dist/assets/index-CxCkObmC.jsmatched ".ssh"5

Manifest

Package metadata

Scripts13
  • buildtsc --noEmit && vite build
  • devconcurrently -k -n server,web -c blue,green "npm:dev:server" "npm:dev:web"
  • dev:servernode --watch server/index.js
  • dev:webvite --host 0.0.0.0
  • maestromaestro
  • maestro-flowmaestro-flow
  • maestro:chainsmaestro-flow chains
  • maestro:install-codexmaestro-flow install --variant codex --project .
  • maestro:listmaestro-flow list
  • package:localmkdir -p release && npm pack --pack-destination release
  • prepacknpm run build
  • publish:npmnpm publish --access public
  • startNODE_ENV=production node server/index.js
Dependencies9
  • @xterm/addon-fit^0.11.0
  • @xterm/addon-web-links^0.12.0
  • @xterm/xterm^6.0.0
  • express^5.2.1
  • lucide-react^1.16.0
  • node-pty^1.1.0
  • react^19.2.6
  • react-dom^19.2.6
  • ws^8.20.1