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"}'
Artifact bytes222,419
Previous version2.8.0
Published2026-05-24T19:20:19.703Z
SHA-256eee30c9b792e726302684ae29812b95ca14948861ce29a3d26e137df1013c0fb

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

dimitrikennedy

4 members · evidence strength 81

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/src/audit/static.tsmatched ".ssh"30
mediumRemote Payloadpackage/bin/fclt.cjsmatched "github.com/${REPO_OWNER}/${REPO_NAME}/releases/download"12
mediumRemote Payloadpackage/src/remote-providers.tsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/self-update.tsmatched "github.com/${REPO_OWNER}/${REPO_NAME}/releases/download"12
mediumRemote Payloadpackage/src/audit/static.tsmatched "wget "12
Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/src/audit/static.tsmatched ".ssh"30
mediumRemote Payloadpackage/bin/fclt.cjsmatched "github.com/${REPO_OWNER}/${REPO_NAME}/releases/download"12
mediumRemote Payloadpackage/src/remote-providers.tsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/self-update.tsmatched "github.com/${REPO_OWNER}/${REPO_NAME}/releases/download"12
mediumRemote Payloadpackage/src/audit/static.tsmatched "wget "12
lowInstall-time lifecycle scriptpackage.jsonprepare="husky"4
lowObfuscationpackage/src/cli-ui.tsmatched "fromCharCode"3
lowObfuscationpackage/src/remote-manifest-integrity.tsmatched "Buffer.from(trimmed, \"base64"3

Manifest

Package metadata

Scripts17
  • buildbun run scripts/build-binary.ts
  • build:verifybun run scripts/verify-binary.ts
  • checkultracite check
  • facultbun run ./src/index.ts
  • fcltbun run ./src/index.ts
  • fixultracite fix
  • install:binbun run build && bun run scripts/install-cli.ts --mode=bin --force
  • install:devbun run scripts/install-cli.ts --mode=dev --force
  • install:statusbun run scripts/install-status.ts
  • pack:dry-runnpm pack --dry-run
  • preparehusky
  • releasebunx semantic-release
  • release:dry-runbunx semantic-release --dry-run --no-ci
  • scanbun run ./src/index.ts scan
  • testbun test
  • test:cibun run scripts/test-ci.ts
  • type-checktsc --noEmit
Dependencies4
  • @clack/prompts^1.0.0
  • @opentui/core^0.1.75
  • jsonc-parser^3.3.1
  • yaml^2.8.2