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
- 280
- Versions published
- 13
- First published
- Apr 2026
- Publisher
- igovet
Recommended action
Review before promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/cli/bin.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/web/assets/index-D7bywxM3.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/server/index.js | matched ".ssh/" | 5 |
Manifest
Package metadata
Scripts9
buildnpm run build:server && npm run build:webbuild:servertsup && node scripts/copy-server-assets.mjsbuild:webvite build --config web/vite.config.tsdevconcurrently -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.tsformatprettier --write .generate-iconsnode scripts/generate-icons.mjslinteslint src web/src
Dependencies16
@fastify/static^9.0.0@fastify/websocket^11.2.0@types/better-sqlite3^7.6.13@xterm/addon-clipboard^0.2.0@xterm/addon-fit0.11.0@xterm/addon-unicode110.9.0@xterm/addon-webgl0.19.0@xterm/xterm6.0.0better-sqlite3^12.8.0commander^14.0.3fastify^5.8.4node-pty^1.1.0semver^7.7.4sharp^0.34.5ssh2^1.16.0web-push^3.6.7