PkgRadar

Package evidence

@robozephyr/[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.

Weekly downloads
15
Versions published
6
First published
May 2026
Publisher
404coder

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":["@robozephyr/[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":["@robozephyr/[email protected]"],"fail_on":"review"}'
Publisher404coder
Artifact bytes139,559
Previous version0.2.3
Published2026-05-15T08:06:46.950Z
SHA-2565b01ed156e2c41d5b0a3a9bf874a983248b6d93bdfa2746b3efb166d61c2bbfc

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
6Score
0.2.4Version
Status history (1 event)
  1. newavailable · risk review · score 6 · 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/library/github-account/credentials.example.jsonmatched ".ssh/"3
lowCredential file accesspackage/library/npm/credentials.example.jsonmatched "NPM_TOKEN"3

Manifest

Package metadata

Scripts5
  • buildesbuild bin/cli.ts --bundle --platform=node --target=node22 --format=esm --packages=external --outfile=dist/cli.js && chmod +x dist/cli.js
  • prepublishOnlybun run typecheck && bun run build
  • typechecktsc --noEmit
  • uibun bin/cli.ts ui
  • validatebun bin/cli.ts validate
Dependencies4
  • @hono/node-server^1.13.0
  • hono^4.6.0
  • marked^14.1.0
  • yaml^2.6.1