PkgRadar

Package evidence

@esome-dev/[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
191Mature · −50% score
First published
May 2023
Publisher
heartyoh

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":["@esome-dev/[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":["@esome-dev/[email protected]"],"fail_on":"review"}'
Publisherheartyoh
Artifact bytes33,535,078
Previous version1.0.3
Published2023-06-22T07:14:46.054Z
SHA-256e9050567cf99052e00a80671718c72e40176d646c296250a97475ea956c12bb6

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist-client/auth/activate.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
highJs Split Join Obfuscationpackage/dist-client/auth/checkin.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
highJs Split Join Obfuscationpackage/dist-client/auth/signin.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
highJs Split Join Obfuscationpackage/dist-client/auth/signup.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
mediumRemote Payloadpackage/installer/install.shmatched "curl "12
mediumRemote Payloadpackage/installer/upgrade.shmatched "curl "12
Show all 11 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist-client/auth/activate.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
highJs Split Join Obfuscationpackage/dist-client/auth/checkin.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
highJs Split Join Obfuscationpackage/dist-client/auth/signin.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
highJs Split Join Obfuscationpackage/dist-client/auth/signup.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
mediumRemote Payloadpackage/installer/install.shmatched "curl "12
mediumRemote Payloadpackage/installer/upgrade.shmatched "curl "12
lowLarge Javascript Payloadpackage/dist-client/4401.js3497818 bytes0
lowObfuscation Densitypackage/dist-client/9313.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist-client/headless-scene-components.js3295853 bytes0
lowLarge Javascript Payloadpackage/dist-client/scene-player.js4846721 bytes0
lowLarge Javascript Payloadpackage/dist-client/scene-viewer.js4846745 bytes0

Manifest

Package metadata

Scripts19
  • buildnpm run build:server
  • build:clientnpm run clean:client && webpack --config ../../node_modules/@things-factory/builder/webpack.config.js
  • build:servernpm run clean:server && tsc --p ./server/tsconfig.json
  • cleannpm run clean:server && npm run clean:client
  • clean:clientrm -rf dist-client
  • clean:serverrm -rf dist-server
  • dockernpm run build:client && things-factory-dockerize hatiolab/ppms:latest hatiolab/ppms:$npm_package_version linux/amd64
  • docker:pushdocker image push hatiolab/ppms:latest && docker image push hatiolab/ppms:$npm_package_version
  • docker:rundocker run --platform linux/amd64 -p 4000:3000 hatiolab/ppms:latest
  • migrationnpm run build:server && things-factory-migration
  • migration:createnode ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations
  • migration:generatenode ../../node_modules/typeorm/cli.js migration:generate
  • migration:privilegesnpm run build:server && things-factory-migration-privileges
  • migration:revertnode ../../node_modules/typeorm/cli.js migration:revert
  • migration:runnode ../../node_modules/typeorm/cli.js migration:run
  • servethings-factory ppms
  • serve:devnpm run build:server && things-factory-dev ppms
  • stopthings-factory-stop ppms
  • stop:devkill $(lsof -t -i:3000,3001)
Dependencies46
  • @esome-dev/inverter^1.0.4
  • @operato/scene-chartjs^1.0.0
  • @operato/scene-clock^1.0.0
  • @operato/scene-data-transform^1.0.0
  • @operato/scene-form^1.0.0
  • @operato/scene-gauge^1.0.0
  • @operato/scene-grist^1.0.0
  • @operato/scene-half-roundrect^1.0.0
  • @operato/scene-integration^1.0.0
  • @operato/scene-legend^1.0.0
  • @operato/scene-news-ticker^1.0.0
  • @operato/scene-progressbar^1.0.0
  • @operato/scene-random^1.0.0
  • @operato/scene-switch^1.0.0
  • @operato/scene-tab^1.0.0
  • @operato/scene-table^1.0.0
  • @operato/scene-timer^1.0.0
  • @things-factory/api^6.0.60
  • @things-factory/apptool-base^6.0.60
  • @things-factory/apptool-ui^6.0.60
  • @things-factory/auth-base^6.0.60
  • @things-factory/auth-ui^6.0.60
  • @things-factory/board-service^6.0.60
  • @things-factory/board-ui^6.0.61
  • @things-factory/context-ui^6.0.60
  • @things-factory/dashboard^6.0.61
  • @things-factory/dataset^6.0.60
  • @things-factory/export-ui^6.0.60
  • @things-factory/help^6.0.60
  • @things-factory/i18n-base^6.0.60
  • …and 16 more.