PkgRadar

Package evidence

@jungho-dev/[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,706Niche · −30% score
Versions published
29
First published
May 2026
Publisher
jungho-dev

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":["@jungho-dev/[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":["@jungho-dev/[email protected]"],"fail_on":"review"}'
Publisherjungho-dev
Artifact bytes82,187
Previous version1.6.6
Published2026-05-25T12:18:47.192Z
SHA-256b9a3c166be73f3159b788603fd0a35c7f22a647668baa099e89d6636525c5f08

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
3Score
1.7.4Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/out/cores/runtime/runtime-info.jsmatched ".ssh"5

Manifest

Package metadata

Scripts8
  • buildbunx tsc --noEmit && shx rm -rf out && bunx swc src -d out --config-file ./.server.swcrc --strip-leading-paths && bunx tsc-alias -p tsconfig.json --outDir out -f -fe .js
  • publishbun scripts/publish.mjs
  • testbun tests/run-all-tests.js
  • verifybun run verify:source && bun run verify:shape && bun run verify:tools && bun run verify:reports
  • verify:reportsbun tests/scripts/scripts-verify-optimization-reports.mjs
  • verify:shapebun tests/scripts/scripts-verify-release-shape.mjs
  • verify:sourcebunx tsc --noEmit
  • verify:toolsbun tests/scripts/scripts-verify-tool-surface.mjs
Dependencies7
  • @modelcontextprotocol/sdk^1.29.0
  • @vscode/ripgrep^1.18.0
  • fastest-levenshtein^1.0.16
  • isbinaryfile^6.0.0
  • pizzip^3.2.0
  • zod3.25.76
  • zod-to-json-schema^3.25.2