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"}'
Publisherwoic
Artifact bytes36,890
Previous version0.5.0
Published2026-05-25T02:47:05.479Z
SHA-25649494907416c94812a3a27f90de868209328a85b6fce80e0a0681ca2396d45af

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

woic

2 members · evidence strength 56

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/buildbox-user.jsmatched ".ssh"30
highCredential file accesspackage/dist/cli.jsmatched ".ssh"30
highCredential file accesspackage/dist/commands/init.jsmatched ".ssh"30
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/buildbox-user.jsmatched ".ssh"30
highCredential file accesspackage/dist/cli.jsmatched ".ssh"30
highCredential file accesspackage/dist/commands/init.jsmatched ".ssh"30
lowObfuscationpackage/dist/repl/Banner.jsmatched "\\u2026"3
lowObfuscationpackage/dist/repl/Composer.jsmatched "\\u258C"3
lowObfuscationpackage/dist/repl/Composer.test.jsmatched "\\x1b"3
lowObfuscationpackage/dist/repl/StatusBar.jsmatched "\\u00B7"3

Manifest

Package metadata

Scripts7
  • buildtsc -p tsconfig.build.json && pnpm copy:assets
  • copy:assetsrm -rf dist/assets && cp -R assets dist/assets
  • devtsx src/cli.ts
  • startnode dist/cli.js
  • testvitest run
  • test:watchvitest
  • typechecktsc -p tsconfig.json --noEmit
Dependencies8
  • @inquirer/prompts^8.4.2
  • chalk^5.6.2
  • commander^14.0.3
  • ink^7.0.2
  • ink-spinner^5.0.0
  • react^19.2.6
  • uuid^14.0.0
  • zod^4.4.3