Package evidence
[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
- 8
- First published
- May 2026
- 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 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":["[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"}'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 12 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Split Join Obfuscation | package/dist/cli/options.js | 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 |
Manifest
Package metadata
Scripts30
audit:prodnpm audit --omit=dev --audit-level=highbridge:comparenode scripts/compare-playwright-mcp-bridge.mjsbuildtsc -p tsconfig.build.jsonchecknpm run typecheck && npm run lint && npm run format:check && npm run server:validate && npm run build && npm testcheck:cinpm run check && npm run audit:prod && npm run test:coveragecleanrm -rf dist coveragedevtsx src/cli.tsdocker:builddocker buildx build --load -t cloakbrowser-mcp:dev --build-arg RELEASE_VERSION=$npm_package_version --build-arg RELEASE_VERSION_TAG=v$npm_package_version .docker:smokedocker run --rm --init cloakbrowser-mcp:dev --helpdocs:assetsnode scripts/generate-brand-assets.mjsdocs:build.venv-docs/bin/mkdocs build --strictdocs:clitsx scripts/generate-cli-docs.tsdocs:installpython3 -m venv .venv-docs && .venv-docs/bin/pip install -r docs/requirements.txtdocs:seo:validatenode scripts/validate-docs-seo.mjsdocs:serve.venv-docs/bin/mkdocs serveformatprettier --write .format:checkprettier --check .linteslint .lint:fixeslint . --fixpackage:verifynpm run build && npm run server:validate && node scripts/verify-npm-package.mjsserver:validatenode scripts/validate-server-json.mjsstartnode dist/cli.jstestvitest runtest:coveragevitest run --coveragetest:integrationvitest run tests/integrationtest:unitvitest run tests/unittest:watchvitesttypechecktsc --noEmitupstream:checknode scripts/check-playwright-mcp-updates.mjsversion:applynode scripts/apply-release-version.mjs
Dependencies4
@modelcontextprotocol/sdk^1.18.0@playwright/mcp^0.0.75cloakbrowser^0.3.30commander^14.0.3