Package evidence
@mongodb-js/[email protected]
Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.
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
- 279Mature · −50% score
- First published
- Dec 2023
- Publisher
- devtoolsbot
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
Review before promotingMixed 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":["@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"}'Why flagged
What the scanner saw
Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk review · score 20 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Split Join Obfuscation | package/dist/207.d69541eff41412663f35.mjs | Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis. | 40 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Split Join Obfuscation | package/dist/207.d69541eff41412663f35.mjs | Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis. | 40 |
| low | Large Javascript Payload | package/dist/149.abccc0e903c0f5ea7354.mjs | 2696439 bytes | 0 |
Manifest
Package metadata
Scripts32
analyzenpm run webpack -- --mode production --analyzeapi-extractorapi-extractor run --localbootstrapnpm run postcompilechecknpm run typecheck && npm run lint && npm run depcheckcheck-cinpm run checkcompilenpm run webpack -- --mode productiondepcheckdepcheckeslinteslint-compasslatest-releasenode --experimental-strip-types scripts/release/get-latest.mtslintnpm run eslint . && npm run prettier -- --check .postapi-extractornode scripts/clean-dts.mjspostchecknpm run test-typespostcompilenpm run typescriptposttypescriptnpm run api-extractorprepublishOnlynpm run compile && compass-scripts check-exports-existprettierprettier-compassprewebpacknpm run compile -w @mongodb-js/webpack-config-compassreformatnpm run eslint . -- --fix && npm run prettier -- --write .serve-distnode --experimental-strip-types scripts/dist-file-server.mtsstartnpm run webpack serve -- --mode developmenttestmochatest-cinpm run test-covtest-covnyc --compact=false --produce-source-map=false -x "**/*.spec.*" --reporter=lcov --reporter=text --reporter=html npm run testtest-e2e-atlasnode --experimental-strip-types scripts/spawn-e2e-with-atlas-cloud.mtstest-typescd test/types && npm install && npm testtest-watchnpm run test -- --watchtypechecktsc -p tsconfig.json --noEmittypescripttsc -p tsconfig-build.json --emitDeclarationOnlyupload-distnode --experimental-strip-types scripts/release/upload-dist.mtsupload-entrypointnode --experimental-strip-types scripts/release/upload-entrypoint.mts- …and 2 more.