PkgRadar

Package evidence

@abitat_reece/[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":["@abitat_reece/[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":["@abitat_reece/[email protected]"],"fail_on":"high"}'
Publisherabitat_reece
Artifact bytes134,578
Previous version0.1.21
Published2026-05-20T15:08:27.734Z
SHA-2562a798fb1653af8643a2fb8787b6ad9066ca6c85d400ff6d5dc802a760d9c5d16

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

abitat_reece

2 members · evidence strength 52

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/git/repo.jsmatched ".SSH"30
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/git/repo.jsmatched ".SSH"30
lowObfuscationpackage/dist/runtime/cli.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/runtime/pty.jsmatched "\\u0004"3
lowObfuscationpackage/dist/local-control/server.jsmatched "Buffer.from(dataBase64, \"base64"3
lowObfuscationpackage/dist/local-control/state.jsmatched "\\u2010"3

Manifest

Package metadata

Scripts8
  • buildtsc -p tsconfig.json
  • devtsx src/cli/index.ts start
  • dev:mocktsx src/cli/index.ts start --mock
  • linteslint .
  • predevpnpm --filter @abitat_reece/shared build
  • pretestpnpm --filter @abitat_reece/shared build
  • testvitest run
  • typechecktsc -p tsconfig.json --noEmit
Dependencies4
  • @abitat_reece/shared0.1.2
  • node-pty^1.1.0
  • qrcode-terminal0.12.0
  • ws^8.20.0