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"}'
Publishershura-v
Artifact bytes36,052
Previous version0.3.0
Published2026-05-24T08:02:58.817Z
SHA-2561514cad39c4c774bce77ebb0bd441456196149c63c76c57a36c30f9912d7eb91

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

shura-v

2 members · evidence strength 59

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/commands/manage-sites/issue-certificate.jsmatched ".ssh"30
mediumRemote Payloadpackage/config/remote/configure-zsh.shmatched "curl "12
mediumRemote Payloadpackage/config/remote/install-base-packages.shmatched "curl "12
mediumRemote Payloadpackage/config/remote/docker/install-docker.shmatched "curl "12
mediumRemote Payloadpackage/config/remote/speedtest/install.shmatched "curl\n"12

Manifest

Package metadata

Scripts10
  • buildtsc -p tsconfig.json
  • changesetchangeset
  • devnpm run build && node dist/index.js
  • prepacknpm run build
  • releasenpm run build && changeset publish
  • sshnpm run build && node dist/index.js ssh
  • ssh-copy-idnpm run build && node dist/index.js ssh-copy-id
  • testvitest run
  • typechecktsc --noEmit -p tsconfig.json
  • version-packageschangeset version && npm install --package-lock-only
Dependencies1
  • @clack/prompts^0.11.0