PkgRadar

Package evidence

@cloudbase/[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
1,130Niche · −30% score
Versions published
105Mature · −50% score
First published
Apr 2020
Publisher
lukejyhuang

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@cloudbase/[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":["@cloudbase/[email protected]"],"fail_on":"review"}'
Publisherlukejyhuang
Artifact bytes48,422
Previous version0.8.0
Published2026-05-25T08:55:40.293Z
SHA-25657245a2733d237a37d3a56928fc1e3a98c75cfe07833f393849292d182746ada

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/lib/system/port.jsmatched ".SSH"10

Manifest

Package metadata

Scripts7
  • analysiswebpack --mode production
  • buildrimraf lib types && npx tsc
  • fixeslint --fix --ext .js,.ts,.tsx ./src
  • nccncc build -m -C src/index.ts
  • prepublishOnlynpm run build
  • releaseyarn version && npm publish --registry=https://registry.npmjs.org && git push --follow-tags
  • testjest --runInBand --detectOpenHandles --coverage --testTimeout=50000
Dependencies25
  • @cloudbase/cloud-api^0.5.5
  • @types/lowdb^1.0.9
  • address^1.1.2
  • archiver^5.2.0
  • decompress^4.2.1
  • del^5.1.0
  • dotenv^8.2.0
  • import-fresh^3.2.1
  • jsonfile^6.0.1
  • lodash^4.17.19
  • log-symbols^4.0.0
  • lowdb^1.0.0
  • make-dir^3.0.2
  • mustache^4.0.1
  • nanoid^3.1.10
  • node-fetch^2.6.1
  • open7.1.0
  • ora^5.3.0
  • parse-json^5.0.0
  • path-type^4.0.0
  • portfinder^1.0.25
  • query-string^6.11.1
  • terminal-link^2.1.1
  • yaml^1.9.2
  • yargs^15.4.1