PkgRadar

Package evidence

[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":["[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":["[email protected]"],"fail_on":"high"}'
Publishermaestrojeong
Artifact bytes342,852
Previous version0.1.27
Published2026-05-24T17:20:10.665Z
SHA-2563aac7b916403f7e5de6b393d3a8b2c63a70760d9893dd7d74295540d52678a31

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
36Score
0.1.28Version
Status history (1 event)
  1. newavailable · risk high · score 36 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

maestrojeong

5 members · evidence strength 71

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/tools/path-guard.jsmatched ".ssh"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/tools/path-guard.jsmatched ".ssh"30
lowObfuscationpackage/dist/providers/codex-auth.jsmatched "Buffer.from(padded, \"base64"3
lowObfuscationpackage/dist/memory/compressor.jsmatched "\\x00"3

Manifest

Package metadata

Scripts9
  • buildtsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json --resolve-full-paths
  • cleanrm -rf dist
  • formatbiome format --write
  • lintbiome check
  • lint:fixbiome check --write
  • prepublishOnlynpm run clean && npm run build
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies3
  • @modelcontextprotocol/sdk^1.27.1
  • cheerio^1.2.0
  • pdfjs-dist^5.7.284