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,212,505
Previous version0.4.3
Published2026-04-17T20:57:21.730Z
SHA-2565ad76f2ccba6e2d33248ac100d59bfbe5aab69d78e01b0a1f8d77a77c7387fcc

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.4.4Version
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-dj7Pel6f.jsmatched ".ssh/"5
lowLarge Javascript Payloadpackage/dist/runtime/server.js2306899 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