PkgRadar

Package evidence

@developers-homelab/[email protected]

Credential file access: matched "id_rsa"

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
73
Versions published
3
First published
Jun 2026
Publisher
cymondez

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":["@developers-homelab/[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":["@developers-homelab/[email protected]"],"fail_on":"review"}'
Publishercymondez
Artifact bytes17,276,742
Previous version1.0.1-beta.0
Published2026-06-18T03:58:28.163Z
SHA-256cfa8dd7bbd78cc4c500c103e6e04ad35ceba6df25037db131239e74c651b4add

Why flagged

What the scanner saw

Credential file access: matched "id_rsa"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.0.1-beta.1Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/services/ssh-manager.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts9
  • buildnpm run verify:vendor && npm run sync:readme && tsc --project tsconfig.json
  • prepacknpm run build
  • prepublishOnlynpm run build
  • sync:readmenode scripts/sync-readme.js
  • testjest
  • test:integrationjest tests/integration
  • test:unitjest tests/services tests/utils tests/commands
  • verify:vendornode scripts/verify-vendor-nss.js
  • watchtsc --watch --project tsconfig.json
Dependencies6
  • @clack/core^0.3.5
  • @clack/prompts^0.7.0
  • @mkcert/node^0.1.3
  • commander^12.0.0
  • dotenv^16.4.0
  • kleur^4.1.5