PkgRadar

Package evidence

@cristobalross29/[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":["@cristobalross29/[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":["@cristobalross29/[email protected]"],"fail_on":"high"}'
Artifact bytes22,928
Previous versionnone
Published2026-05-24T02:44:15.189Z
SHA-25615aab2deb9c1c3aa19189f8fd3a3308538a3f8a13d42e0a6131988b781009292

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched ".ssh"30
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched ".ssh"30
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/index.jsmatched "\\u26A0"3

Manifest

Package metadata

Scripts6
  • buildtsup src/cli/index.ts --format esm --dts --out-dir dist
  • devtsup src/cli/index.ts --watch
  • prepublishOnlypnpm build && pnpm test && pnpm typecheck
  • release:checkpnpm prepublishOnly && npm pack --dry-run
  • testvitest run
  • typechecktsc --noEmit
Dependencies8
  • @modelcontextprotocol/sdk^1.29.0
  • chalk^5.6.2
  • cli-table3^0.6.5
  • commander^14.0.2
  • js-yaml^4.1.1
  • micromatch^4.0.8
  • nanoid^5.1.6
  • zod^4.3.6