PkgRadar

Package evidence

@things-factory/[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
1,561Mature · −50% score
First published
Feb 2020
Publisher
jinwon

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":["@things-factory/[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":["@things-factory/[email protected]"],"fail_on":"review"}'
Publisherjinwon
Artifact bytes35,809,755
Previous version6.1.117
Published2023-08-31T07:35:15.814Z
SHA-25640661b681c7ec2ebe8a35a16d83f3c83144a109ad471dfd4a712a0fc7a36db0e

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

Evidence

Static findings

12 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
highCredential File Packagedpackage/installer/.envpackage/installer/.env35
mediumRemote Payloadpackage/installer/install.shmatched "curl "12
mediumRemote Payloadpackage/installer/upgrade.shmatched "curl "12
Show all 12 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
highCredential File Packagedpackage/installer/.envpackage/installer/.env35
mediumRemote Payloadpackage/installer/install.shmatched "curl "12
mediumRemote Payloadpackage/installer/upgrade.shmatched "curl "12
lowLarge Javascript Payloadpackage/dist-client/167.js2966401 bytes0
lowObfuscation Densitypackage/dist-client/9313.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist-client/headless-scene-components.js2482249 bytes0
lowLarge Javascript Payloadpackage/dist-client/scene-player.js4846752 bytes0
lowLarge Javascript Payloadpackage/dist-client/scene-viewer.js4846776 bytes0

Manifest

Package metadata

Scripts19
  • buildnpm run build:server
  • build:appnpm run clean:app && webpack --config ../builder/webpack.config.js
  • build:servernpm run clean:server && tsc --p ./server/tsconfig.json
  • cleannpm run clean:server
  • clean:apprm -rf dist-app
  • clean:serverrm -rf dist-server
  • dockernpm run build:app && things-factory-dockerize hatiolab/operato-ecs:latest hatiolab/operato-ecs:$npm_package_version linux/amd64
  • docker:pushdocker image push hatiolab/operato-ecs:latest && docker image push hatiolab/operato-ecs:$npm_package_version
  • docker:rundocker run --platform linux/amd64 -p 4000:3000 hatiolab/operato-ecs:latest
  • migrationthings-factory-migration
  • migration:createnode ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations
  • migration:generatenode ../../node_modules/typeorm/cli.js migration:generate
  • migration:privilegesthings-factory-migration-privileges
  • migration:revertnode ../../node_modules/typeorm/cli.js migration:revert
  • migration:runnode ../../node_modules/typeorm/cli.js migration:run
  • servethings-factory operato-ecs
  • serve:devnpm run build:server && things-factory-dev operato-ecs
  • stopthings-factory-stop operato-ecs
  • stop:devkill $(lsof -t -i:3000,3001)
Dependencies38
  • @operato/data-grist^1.3.5
  • @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-half-roundrect^1.0.0
  • @operato/scene-integration^1.0.0
  • @operato/scene-news-ticker^1.0.0
  • @operato/scene-progressbar^1.0.0
  • @operato/scene-random^1.0.0
  • @operato/scene-restful^1.0.0
  • @operato/scene-switch^1.0.0
  • @operato/scene-table^1.0.0
  • @operato/scene-timer^1.0.0
  • @things-factory/api^6.1.118
  • @things-factory/apptool-ui^6.1.118
  • @things-factory/auth-ui^6.1.118
  • @things-factory/board-service^6.1.118
  • @things-factory/board-ui^6.1.118
  • @things-factory/context-ui^6.1.118
  • @things-factory/dashboard^6.1.118
  • @things-factory/export-ui^6.1.118
  • @things-factory/help^6.1.118
  • @things-factory/i18n-base^6.1.118
  • @things-factory/integration-melsec^6.1.118
  • @things-factory/integration-modbus^6.1.118
  • @things-factory/integration-ui^6.1.118
  • @things-factory/lite-menu^6.1.118
  • @things-factory/more-ui^6.1.118
  • …and 8 more.