PkgRadar

Package evidence

@woocommerce/[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
11Established · −30% score
First published
Mar 2019
Publisher
ryelle

Effective trust discount applied: 30% (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":["@woocommerce/[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":["@woocommerce/[email protected]"],"fail_on":"review"}'
Publisherryelle
Artifact bytes427,836
Previous version2.1.0
Published2019-06-26T16:42:19.575Z
SHA-2569a57a52cb8ed2cd393f8774ce5318d91e49088e0b2be24fdc47a016acecd6f0e

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/build/vendors.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

Scripts11
  • buildcross-env BABEL_ENV=default NODE_ENV=production webpack
  • lintnpm run lint:php && npm run lint:css && npm run lint:js
  • lint:cssstylelint assets/css
  • lint:jseslint assets/js --ext=js,jsx
  • lint:phpcomposer run-script phpcs .
  • prepacknpm install && npm run lint && npm run test && npm run build
  • startcross-env BABEL_ENV=default webpack --watch --info-verbosity none
  • testwp-scripts test-unit-js --config tests/js/jest.config.json
  • test:helpwp-scripts test-unit-js --help
  • test:updatewp-scripts test-unit-js --updateSnapshot --config tests/js/jest.config.json
  • test:watchnpm run test -- --watch
Dependencies2
  • @woocommerce/components2.0.0
  • gridicons3.3.1