PkgRadar

Package evidence

[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
12
Versions published
20
First published
Feb 2026
Publisher
krhougs

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"}'
Publisherkrhougs
Artifact bytes2,228,348
Previous version0.4.5
Published2026-06-10T19:33:18.913Z
SHA-25685c2bbffb84bb75608f58d46f5e3a6787f036c4aa6b2b8e7abc7fea1967f25e4

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/resources/fe-dist/assets/DevicesPage-Bos2klmd.jsmatched ".ssh/"5
lowLarge Javascript Payloadpackage/dist/runtime/server.js2320276 bytes0

Manifest

Package metadata

Scripts6
  • buildbun run clean && bun run bundle:resources && bun run build:runtime && bun run build:cli
  • build:clibun build src/cli-node.ts --outfile ./dist/cli-node.js --target node --format esm
  • build:runtimebun build src/runtime/server.ts --outdir ./dist/runtime --target bun --format esm
  • bundle:resourcesbash ./scripts/bundle-resources.sh
  • cleanrm -rf dist resources/fe-dist resources/gateway-drizzle
  • testbun test src