PkgRadar

Package evidence

@oclif/[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.

Weekly downloads
422
Versions published
180Mature · −50% score
First published
Feb 2024
Publisher
salesforce-releases

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 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":["@oclif/[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":["@oclif/[email protected]"],"fail_on":"review"}'
Artifact bytes1,774,673
Previous version0.5.143
Published2026-05-30T12:50:50.962Z
SHA-2565b52033cd97a8209bddc589aa1bb0ac6c0b45fa5118e774fdec50a9a141acd02

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
20Score
0.5.144Version
Status history (1 event)
  1. newavailable · risk review · score 20 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/lib-EQZCZ6WM.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
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/lib-EQZCZ6WM.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
lowLarge Javascript Payloadpackage/dist/chunk-QF7LVKGF.js10507045 bytes0

Manifest

Package metadata

Scripts8
  • buildshx rm -rf dist && node bin/bundle.js
  • linteslint
  • postpackshx rm -f oclif.manifest.json
  • posttestyarn lint
  • prepackyarn build && oclif manifest && oclif readme
  • prepareyarn build
  • testmocha --forbid-only "test/**/*.test.ts"
  • versionoclif readme && git add README.md
Dependencies3
  • @oclif/core^4
  • @oclif/plugin-plugins^5.4.70
  • @oclif/plugin-test-esm-1^0.8.123