PkgRadar

Package evidence

@databricks/[email protected]

Credential file access: matched ".azure"

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
382,841Ubiquitous · −70% score
Versions published
26Mature · −50% score
First published
Jun 2022
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":["@databricks/[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":["@databricks/[email protected]"],"fail_on":"review"}'
Artifact bytes167,012
Previous version1.13.0
Published2026-05-08T04:43:20.073Z
SHA-256c3d5fe1772df9761eceb61177deb22e234aaf4a030db83cc6d84c3def4a952f0

Why flagged

What the scanner saw

Credential file access: matched ".azure"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
1Score
1.14.0Version
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/connection/auth/DatabricksOAuth/OAuthManager.jsmatched ".azure"5

Manifest

Package metadata

Scripts11
  • buildnpm run update-version && tsc --project tsconfig.build.json
  • e2enyc --report-dir=${NYC_REPORT_DIR:-coverage_e2e} mocha --config tests/e2e/.mocharc.js
  • linteslint lib/** tests/e2e/** --ext .js,.ts
  • lint:fixeslint lib/** --ext .js,.ts --fix
  • preparenpm run build
  • prettierprettier . --check
  • prettier:fixprettier . --write
  • testnyc --report-dir=${NYC_REPORT_DIR:-coverage_unit} mocha --config tests/unit/.mocharc.js
  • type-checktsc --noEmit
  • update-versionnode bin/update-version.js && prettier --write ./lib/version.ts
  • watchtsc --project tsconfig.build.json --watch
Dependencies10
  • apache-arrow^13.0.0
  • commander^9.3.0
  • node-fetch^2.6.12
  • node-int64^0.4.0
  • open^8.4.2
  • openid-client^5.4.2
  • proxy-agent^6.3.1
  • thrift^0.16.0
  • uuid^9.0.0
  • winston^3.8.2
Optional dependencies1
  • lz4^0.6.5