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
2,047Niche · −30% score
Versions published
252Mature · −50% score
First published
Nov 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":["[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"}'
Artifact bytes122,617
Previous version7.1.13
Published2026-06-08T11:53:56.868Z
SHA-2569f03bcef634be5cda07ba775b038114c450732c430b0a54c8b949a9f103d61cb

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
7.2.0Version
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.

SeverityKindPathDetailPoints
mediumCredential file accesspackage/src/utility/platformInfo.jsmatched ".ssh/"10
mediumCredential file accesspackage/src/utility/SSHConnection.jsmatched "id_rsa"10

Manifest

Package metadata

Scripts18
  • buildwebpack
  • build:docjsdoc2md --template doctpl.hbs ./src/shell/* > ../../../dbgate.github.io/_docs/apidoc.md
  • startenv-cmd -f .env node src/index.js --listen-api
  • start:authenv-cmd -f env/auth/.env node src/index.js --listen-api
  • start:azureenv-cmd -f env/azure/.env node src/index.js --listen-api
  • start:dbloginenv-cmd -f env/dblogin/.env node src/index.js --listen-api
  • start:debugenv-cmd -f .env node --inspect src/index.js --listen-api
  • start:e2e:teamcross-env DEVWEB=1 DEVMODE=1 env-cmd -f ../../e2e-tests/env/team/.env node src/index.js --listen-api
  • start:filedbenv-cmd node src/index.js /home/jena/test/chinook/Chinook.db --listen-api
  • start:portalenv-cmd -f env/portal/.env node src/index.js --listen-api
  • start:sfillenv-cmd -f env/sfill/.env node src/index.js --listen-api
  • start:singleconnenv-cmd node src/index.js --server localhost --user root --port 3307 --engine mysql@dbgate-plugin-mysql --password test --listen-api
  • start:singledbenv-cmd -f env/singledb/.env node src/index.js --listen-api
  • start:storageenv-cmd -f env/storage/.env node src/index.js --listen-api
  • start:storage:builtenv-cmd -f env/storage/.env cross-env DEVMODE= BUILTWEBMODE=1 node dist/bundle.js --listen-api
  • testjest
  • test:cijest --json --outputFile=result.json --testLocationInResults
  • tstsc
Dependencies45
  • @aws-sdk/rds-signer^3.665.0
  • activedirectory2^2.1.0
  • archiver^7.0.1
  • async-lock^1.2.6
  • axios^1.13.2
  • body-parser^1.19.0
  • byline^5.0.0
  • compare-versions^3.6.0
  • cors^2.8.5
  • cross-env^6.0.3
  • dbgate-datalib7.2.0
  • dbgate-query-splitter^4.12.0
  • dbgate-rest7.2.0
  • dbgate-sqltree7.2.0
  • dbgate-tools7.2.0
  • debug^4.3.4
  • diff^5.0.0
  • diff2html^3.4.13
  • eslint^6.8.0
  • express^4.17.1
  • express-basic-auth^1.2.0
  • express-fileupload^1.2.0
  • fs-extra^9.1.0
  • fs-reverse^0.0.3
  • get-port^5.1.1
  • http^0.0.0
  • is-electron^2.2.1
  • js-yaml^4.1.0
  • json-stable-stringify^1.0.1
  • jsonwebtoken^8.5.1
  • …and 15 more.