PkgRadar

Package evidence

@bytebase/[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
9,048Niche · −30% score
Versions published
66Mature · −50% score
First published
Mar 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@bytebase/[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":["@bytebase/[email protected]"],"fail_on":"review"}'
Artifact bytes480,796
Previous version0.22.1
Published2026-06-07T16:44:32.842Z
SHA-25605887b47ee74d49a82f9fc0943edaab529ebb9b1974a704148efb62846d0e41f

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/chunk-MEBWJMLY.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts14
  • buildpnpm run generate:api-types && tsup && cd frontend && pnpm run build
  • build:backendpnpm run generate:api-types && tsup
  • build:frontendcd frontend && pnpm run build
  • crossdevcross-env NODE_ENV=development tsx src/index.ts
  • devconcurrently --kill-others "pnpm run dev:backend" "pnpm run dev:frontend"
  • dev:backendNODE_ENV=development tsx src/index.ts --transport=http
  • dev:frontendcd frontend && pnpm run dev
  • generate:api-typesopenapi-typescript src/api/openapi.yaml -o src/api/openapi.d.ts
  • startnode dist/index.js
  • testvitest run
  • test:buildnode scripts/smoke-test-build.mjs
  • test:integrationvitest run --project integration
  • test:unitvitest run --project unit
  • test:watchvitest
Dependencies7
  • @iarna/toml^2.2.5
  • @modelcontextprotocol/sdk^1.25.1
  • dotenv^16.4.7
  • express^4.18.2
  • ssh-config^5.0.3
  • ssh2^1.16.0
  • zod^3.24.2
Optional dependencies6
  • @aws-sdk/rds-signer^3.1001.0
  • @azure/identity^4.8.0
  • mariadb^3.4.0
  • mssql^11.0.1
  • mysql2^3.13.0
  • pg^8.13.3