PkgRadar

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 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"}'
Artifact bytes30,795
Previous version1.2.3
Published2026-05-28T15:38:08.939Z
SHA-256fa0429910820d72d322aa2d17bc7a0b7f7b8d4c319bd64c5e488c9a12f6f1f3f

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/cli/options.jsArray-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=high
  • bridge:comparenode scripts/compare-playwright-mcp-bridge.mjs
  • buildtsc -p tsconfig.build.json
  • checknpm run typecheck && npm run lint && npm run format:check && npm run server:validate && npm run build && npm test
  • check:cinpm run check && npm run audit:prod && npm run test:coverage
  • cleanrm -rf dist coverage
  • devtsx src/cli.ts
  • docker: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 --help
  • docs:assetsnode scripts/generate-brand-assets.mjs
  • docs:build.venv-docs/bin/mkdocs build --strict
  • docs:clitsx scripts/generate-cli-docs.ts
  • docs:installpython3 -m venv .venv-docs && .venv-docs/bin/pip install -r docs/requirements.txt
  • docs:seo:validatenode scripts/validate-docs-seo.mjs
  • docs:serve.venv-docs/bin/mkdocs serve
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • package:verifynpm run build && npm run server:validate && node scripts/verify-npm-package.mjs
  • server:validatenode scripts/validate-server-json.mjs
  • startnode dist/cli.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:integrationvitest run tests/integration
  • test:unitvitest run tests/unit
  • test:watchvitest
  • typechecktsc --noEmit
  • upstream:checknode scripts/check-playwright-mcp-updates.mjs
  • version:applynode scripts/apply-release-version.mjs
Dependencies4
  • @modelcontextprotocol/sdk^1.18.0
  • @playwright/mcp^0.0.75
  • cloakbrowser^0.3.30
  • commander^14.0.3