PkgRadar

Package evidence

@beeblock/[email protected]

Credential file access: matched ".ssh/"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
23
First published
Mar 2026
Publisher
rzeradev

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":["@beeblock/[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":["@beeblock/[email protected]"],"fail_on":"review"}'
Publisherrzeradev
Artifact bytes790,306
Previous version0.7.1
Published2026-06-07T18:02:51.622Z
SHA-256664c1dd0c6e34e1e0df25d410c150e60fd1cd5c303e41dd0979882bd90fadfe0

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli/bin.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/cli/index.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts7
  • buildtsup && (tsc --emitDeclarationOnly || echo 'Warning: tsc declaration emit had errors') && npm run copy-cli-scripts
  • copy-cli-scriptsnode -e "const fs=require('fs');['ts-resolver.mjs','ts-resolve-hook.mjs'].forEach(f=>fs.copyFileSync('src/cli/'+f,'dist/cli/'+f))"
  • devtsup --watch
  • linttsc --noEmit
  • prepublishOnlynpm run build
  • testvitest run
  • test:watchvitest
Dependencies6
  • @tabler/icons-svelte^3.0.0
  • date-fns^4.1.0
  • drizzle-orm^0.45.2
  • jiti^2.7.0
  • pusher-js^8.5.0
  • zod^3.23.0