PkgRadar

Package evidence

@mongodb-js/[email protected]

no findings

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.

Versions published
498Mature · −50% score
First published
Nov 2022
Publisher
gribnoysup

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@mongodb-js/[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":["@mongodb-js/[email protected]"],"fail_on":"review"}'
Publishergribnoysup
Artifact bytes68,166
Previous version0.68.1
Published2026-06-17T12:21:45.596Z
SHA-25636619005c4d9d715d05f1f05dc1992b3f0acdbb260ac4dc8aa9341db9838e66c

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.69.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts15
  • bootstrapnpm run compile
  • checknpm run typecheck && npm run lint && npm run depcheck
  • check-cinpm run check
  • compiletsc -p tsconfig-build.json
  • depcheckcompass-scripts check-peer-deps && depcheck
  • eslinteslint-compass
  • lintnpm run eslint . && npm run prettier -- --check .
  • prepublishOnlynpm run compile && compass-scripts check-exports-exist
  • prettierprettier-compass
  • reformatnpm run eslint . -- --fix && npm run prettier -- --write .
  • testmocha
  • test-cinpm run test-cov
  • test-covnyc --compact=false --produce-source-map=false -x "**/*.spec.*" --reporter=lcov --reporter=text --reporter=html npm run test
  • test-watchnpm run test -- --watch
  • typechecktsc -p tsconfig.json --noEmit
Dependencies24
  • @codemirror/autocomplete^6.18.6
  • @codemirror/commands^6.8.1
  • @codemirror/lang-javascript^6.2.4
  • @codemirror/lang-json^6.0.2
  • @codemirror/language^6.11.2
  • @codemirror/lint^6.8.5
  • @codemirror/state^6.5.2
  • @codemirror/view^6.38.0
  • @lezer/highlight^1.2.1
  • @mongodb-js/compass-components^1.67.0
  • @mongodb-js/mongodb-constants^0.25.0
  • hast^0.0.2
  • json-schema^0.4.0
  • mongodb-query-parser^4.7.12
  • polished^4.2.2
  • prettier^2.7.1
  • react^17.0.2
  • rehype-sanitize^5.0.1
  • rehype-stringify^9.0.4
  • remark-parse^10.0.0
  • remark-rehype^10.0.0
  • unified^10.0.0
  • vscode-json-languageservice^5.7.2
  • vscode-languageserver-textdocument^1.0.12