PkgRadar

Package evidence

@daeseoksong/[email protected]

Credential file access: matched ".ssh"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@daeseoksong/[email protected]"],"fail_on":"high"}'

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":["@daeseoksong/[email protected]"],"fail_on":"high"}'
Publisherdaeseoksong
Artifact bytes179,571
Previous version0.4.0
Published2026-05-24T08:11:02.645Z
SHA-256b0742fd81d3c938ae7bcbab47853a54548ce2b789035e3e6f7ad9b3e2f714f05

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

high
Last checked
highRisk
90Score
0.5.0Version
Status history (1 event)
  1. newavailable · risk high · score 90 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

daeseoksong

4 members · evidence strength 74

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/tools/handoff.jsmatched ".ssh"30
highCredential file accesspackage/dist/tools/interview.jsmatched ".ssh"30
highCredential file accesspackage/dist/portable.jsmatched ".ssh"30

Manifest

Package metadata

Scripts10
  • buildtsc
  • cleannode -e "require('node:fs').rmSync('dist',{recursive:true,force:true})"
  • devtsc --watch
  • prebuildnpm run clean
  • prepublishOnlynpm run build && npm run test && npm run test:stdio
  • startnode dist/index.js
  • testvitest run
  • test:allnpm run test && npm run build && npm run test:stdio
  • test:stdionode test/stdio.smoke.mjs
  • typechecktsc --noEmit
Dependencies2
  • @modelcontextprotocol/sdk^1.0.4
  • zod^3.23.8