PkgRadar

Package evidence

[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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherwoic
Artifact bytes37,095
Previous version0.5.1
Published2026-05-25T07:00:18.724Z
SHA-256129b6acec439ed6412b012c9c9940c3cfccb70ad98b87423b4ad4ef73362e206

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
52Score
0.5.2Version
Status history (1 event)
  1. newavailable · risk review · score 52 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/buildbox-user.jsmatched ".ssh"30
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/buildbox-user.jsmatched ".ssh"30
lowCredential file accesspackage/dist/cli.jsmatched ".ssh"5
lowCredential file accesspackage/dist/commands/init.jsmatched ".ssh"5
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