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
1,085Niche · −30% score
Versions published
17Established · −30% score
First published
Oct 2025
Publisher
bvisible

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publisherbvisible
Artifact bytes1,730,444
Previous version3.6.1
Published2026-06-09T10:05:26.988Z
SHA-25673be9deb04f4c09cab756c609b23b31c20e64ccdba84dbb6b10e5d4602a78db7

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
7Score
3.6.2Version
Status history (1 event)
  1. newavailable · risk review · score 7 · 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/cli/lib/menu.shmatched ".ssh/"5
lowCredential file accesspackage/cli/commands/server.shmatched ".ssh/"5

Manifest

Package metadata

Scripts17
  • configurepython tools/server-manager.py
  • formatprettier --write 'src/**/*.js' 'tests/**/*.js'
  • linteslint src/*.js
  • setupnpm install && pip install -r tools/requirements.txt
  • startnode src/index.js
  • testnpm run test:profiles && npm run test:aliases && npm run test:hooks && npm run test:tools && npm run test:policy && npm run test:ping && npm run test:config && npm run test:lifecycle
  • test-connectionpython tools/test-connection.py
  • test:aliasesnode tests/test-command-aliases.js
  • test:allnpm test && ./scripts/validate.sh
  • test:confignode tests/test-server-config-manager.js
  • test:hooksnode tests/test-hooks.js
  • test:lifecyclenode tests/test-lifecycle.js
  • test:pingnode tests/test-ssh-ping.js
  • test:policynode tests/test-policy.js
  • test:profilesnode tests/test-profiles.js
  • test:toolsnode tests/test-tool-registry.js
  • validate./scripts/validate.sh
Dependencies6
  • @iarna/toml^2.2.5
  • @modelcontextprotocol/sdk^1.17.2
  • dotenv^16.4.5
  • ssh2^1.17.0
  • uuid^11.1.0
  • zod^3.25.76