PkgRadar

Package evidence

@igovet/[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
146
Versions published
12
First published
Apr 2026
Publisher
igovet

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":["@igovet/[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":["@igovet/[email protected]"],"fail_on":"review"}'
Publisherigovet
Artifact bytes423,486
Previous version0.2.0
Published2026-05-29T22:36:45.531Z
SHA-2566d22aad659790354954bbb1f335dac806ece4af15774f8b6713d8475ef92ff88

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli/bin.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/web/assets/index-BPtb0cK-.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/server/index.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts9
  • buildnpm run build:server && npm run build:web
  • build:servertsup && node scripts/copy-server-assets.mjs
  • build:webvite build --config web/vite.config.ts
  • devconcurrently -k -n server,web "npm run dev:server" "npm run dev:web"
  • dev:servernpm run build:web && npm run build:server && concurrently -k -n build,server "tsup --watch" "node --watch dist/cli/bin.js start --no-open"
  • dev:webvite dev --config web/vite.config.ts
  • formatprettier --write .
  • generate-iconsnode scripts/generate-icons.mjs
  • linteslint src web/src
Dependencies15
  • @fastify/static^9.0.0
  • @fastify/websocket^11.2.0
  • @types/better-sqlite3^7.6.13
  • @xterm/addon-fit0.11.0
  • @xterm/addon-unicode110.9.0
  • @xterm/addon-webgl0.19.0
  • @xterm/xterm6.0.0
  • better-sqlite3^12.8.0
  • commander^14.0.3
  • fastify^5.8.4
  • node-pty^1.1.0
  • semver^7.7.4
  • sharp^0.34.5
  • ssh2^1.16.0
  • web-push^3.6.7