PkgRadar

Package evidence

@gitpod/[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,088Niche · −30% score
Versions published
16,408Mature · −50% score
First published
Sep 2020
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":["@gitpod/[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":["@gitpod/[email protected]"],"fail_on":"review"}'
Artifact bytes1,058,797
Previous version0.1.5-main-gha.34412
Published2026-05-25T08:12:38.906Z
SHA-256bc58276e0cfc61a9202f6f5ea9325962db3950f4ce303e4ee3eb2227ce2d3612

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/lib/protocol.jsmatched ".SSH"5
lowCredential file accesspackage/lib/protocol.spec.jsmatched ".SSH"5
lowObfuscationpackage/lib/encryption/encryption-engine.spec.jsmatched "Buffer.from(this.testkey, \"base64"3
lowObfuscationpackage/lib/encryption/key-provider.jsmatched "Buffer.from(config.material, \"base64"3
lowObfuscationpackage/lib/protocol.jsmatched "Buffer.from(data.key, \"base64"3
lowObfuscationpackage/src/encryption/encryption-engine.spec.tsmatched "Buffer.from(this.testkey, \"base64"3
lowObfuscationpackage/src/encryption/key-provider.tsmatched "Buffer.from(config.material, \"base64"3
lowObfuscationpackage/src/protocol.tsmatched "Buffer.from(data.key, \"base64"3

Manifest

Package metadata

Scripts9
  • buildtsc
  • build:cleanyarn clean && yarn lint && yarn build
  • cleanrimraf lib
  • lintyarn eslint src/*.ts src/**/*.ts
  • lint:fixyarn eslint src/*.ts src/**/*.ts --fix
  • testmocha './**/*.spec.js' --exclude './node_modules/**' --exit
  • test-debugmocha --inspect-brk './**/*.spec.js' --exclude './node_modules/**' --exit
  • test:leewayyarn build && yarn test
  • watchleeway exec --package .:lib --transitive-dependencies --filter-type yarn --components --parallel -- tsc -w --preserveWatchOutput
Dependencies28
  • @bufbuild/protobuf^1.3.3
  • @connectrpc/connect1.1.2
  • @types/react17.0.32
  • abort-controller-x^0.4.0
  • ajv^6.5.4
  • analytics-node^6.0.0
  • configcat-node^8.0.0
  • cookie^0.4.2
  • event-iterator^2.0.0
  • express^4.17.3
  • google-protobuf^3.19.1
  • inversify^6.0.1
  • jaeger-client^3.18.1
  • js-yaml^3.10.0
  • nice-grpc-common^2.0.0
  • opentracing^0.14.5
  • parse-duration^1.1.2
  • prom-client^14.2.0
  • random-number-csprng^1.0.2
  • react17.0.2
  • react-dom17.0.2
  • reconnecting-websocket^4.4.0
  • reflect-metadata^0.1.13
  • uuid^8.3.2
  • vscode-jsonrpc^5.0.1
  • vscode-uri^3.0.3
  • vscode-ws-jsonrpc^0.2.0
  • ws^7.4.6