PkgRadar

Package evidence

@abitat_reece/[email protected]

Credential file access: matched ".SSH"

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Publisherabitat_reece
Artifact bytes135,941
Previous version0.1.23
Published2026-05-25T06:53:14.758Z
SHA-256cc0b418a426a3c1bd5914b2a2124b512953a3bc6fb52e0222259bef4e9029cec

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

review
Last checked
reviewRisk
22Score
0.1.24Version
Status history (1 event)
  1. newavailable · risk review · score 22 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/git/repo.jsmatched ".SSH"10
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/git/repo.jsmatched ".SSH"10
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