PkgRadar

Package evidence

[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
11,514,611Ubiquitous · −70% score
Versions published
819Mature · −50% score
First published
Jun 2011
Publisher
dbx-node

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"}'
Publisherdbx-node
Artifact bytes626,980
Previous version6.3.0-dev.20240229.sha.99a0059
Published2023-11-16T16:33:09.839Z
SHA-2569976fae77bbcc8d188960e7e09c503896d18ace2de9b3152832f0679223a3377

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
6.3.0Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/lib/cmap/auth/mongo_credentials.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/cmap/auth/mongo_credentials.tsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts39
  • build:docs./etc/docs/build.ts
  • build:dtsnpm run build:ts && api-extractor run && node etc/clean_definition_files.cjs && eslint mongodb.d.ts --fix
  • build:evergreennode .evergreen/generate_evergreen_tasks.js
  • build:nightlynode ./.github/scripts/nightly.mjs
  • build:tsnode ./node_modules/typescript/bin/tsc
  • build:typedoctypedoc
  • check:adlmocha --config test/mocha_mongodb.json test/manual/atlas-data-lake-testing
  • check:atlasmocha --config test/manual/mocharc.json test/manual/atlas_connectivity.test.js
  • check:awsnyc mocha --config test/mocha_mongodb.json test/integration/auth/mongodb_aws.test.ts
  • check:benchnode test/benchmarks/driverBench
  • check:coveragenyc npm run test:all
  • check:csflemocha --config test/mocha_mongodb.json test/integration/client-side-encryption
  • check:dependenciesmocha test/action/dependency.test.ts
  • check:drivers-atlas-testingmocha --config test/mocha_mongodb.json test/atlas/drivers_atlas_testing.test.ts
  • check:dtsnode ./node_modules/typescript/bin/tsc --noEmit mongodb.d.ts && tsd
  • check:eslinteslint -v && eslint --max-warnings=0 --ext '.js,.ts' src test
  • check:integration-coveragenyc npm run check:test
  • check:kerberosnyc mocha --config test/manual/mocharc.json test/manual/kerberos.test.ts
  • check:lambdamocha --config test/mocha_lambda.json test/integration/node-specific/examples/handler.test.js
  • check:lambda:awsmocha --config test/mocha_lambda.json test/integration/node-specific/examples/aws_handler.test.js
  • check:ldapnyc mocha --config test/manual/mocharc.json test/manual/ldap.test.js
  • check:lintnpm run build:dts && npm run check:dts && npm run check:eslint && npm run check:tsd
  • check:ocspmocha --config test/manual/mocharc.json test/manual/ocsp_support.test.js
  • check:oidcmocha --config test/mocha_mongodb.json test/manual/mongodb_oidc.prose.test.ts
  • check:oidc-azuremocha --config test/mocha_mongodb.json test/integration/auth/mongodb_oidc_azure.prose.test.ts
  • check:search-indexesnyc mocha --config test/mocha_mongodb.json test/manual/search-index-management.prose.test.ts
  • check:snappymocha test/unit/assorted/snappy.test.js
  • check:socks5mocha --config test/manual/mocharc.json test/manual/socks5.test.ts
  • check:testmocha --config test/mocha_mongodb.json test/integration
  • check:tlsmocha --config test/manual/mocharc.json test/manual/tls_support.test.ts
  • …and 9 more.
Dependencies3
  • @mongodb-js/saslprep^1.1.0
  • bson^6.2.0
  • mongodb-connection-string-url^3.0.0