PkgRadar

Package evidence

@jurislm/[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
29
Versions published
7
First published
Apr 2026
Publisher
terry.ty

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":["@jurislm/[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":["@jurislm/[email protected]"],"fail_on":"review"}'
Publisherterry.ty
Artifact bytes50,132
Previous version1.3.0
Published2026-05-15T04:17:39.968Z
SHA-2567009548eff17ddab27f7f4bb12ce91f6365c1f2fcbc6e1c10ef378065b72a409

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
1.3.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/tools/server-ssh.jsmatched ".ssh"5

Manifest

Package metadata

Scripts10
  • buildtsc
  • cleanrm -rf dist
  • devbun --watch src/index.ts
  • linteslint --max-warnings=0
  • preparebun run build
  • prepublishOnlybun run build
  • startbun dist/index.js
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies3
  • @modelcontextprotocol/sdk^1.6.1
  • axios^1.7.9
  • zod^4.3.0