PkgRadar

Package evidence

[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
32
Versions published
8
First published
May 2026
Publisher
cyhuajuan

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"}'
Publishercyhuajuan
Artifact bytes3,400,569
Previous version0.1.8
Published2026-06-14T12:37:15.394Z
SHA-256881c6c6a0f840dee447b8d2fb5082c57e46f40697fd2b458e4b7559cd457c7e8

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/web/assets/ssh-config-BgfXC-Er.jsmatched ".ssh/"5
lowObfuscation Densitypackage/dist/web/assets/chunk-727SXJPM-WfltwAyi.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/web/assets/flowDiagram-I6XJVG4X-C-JzpWfx.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/web/assets/index-Ai406YO8.js2524226 bytes0
lowLarge Javascript Payloadpackage/dist/server/index.js2152874 bytes0

Manifest

Package metadata

Scripts4
  • buildpnpm --filter @owndesign/server build && pnpm --filter @owndesign/web build && node scripts/build.mjs
  • testvitest run --passWithNoTests
  • test:watchvitest
  • typechecktsc -p tsconfig.json