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.

Weekly downloads
1,122Niche · −30% score
Versions published
1,563Mature · −50% score
First published
Sep 2020
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":["@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"}'
Publisherheartyoh
Artifact bytes43,057,364
Previous version6.1.93
Published2023-08-13T14:57:56.658Z
SHA-25627623c6068c7ebe9174514721930eed5fc3c7d12b9329101a0a70e48374af4a7

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist-app/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-app/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-app/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-app/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-app/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-app/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-app/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-app/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
lowObfuscation Densitypackage/dist-app/9313.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist-app/9484.js7432594 bytes0
lowLarge Javascript Payloadpackage/dist-app/headless-scene-components.js5371696 bytes0
lowLarge Javascript Payloadpackage/dist-app/scene-player.js6942108 bytes0
lowLarge Javascript Payloadpackage/dist-app/scene-viewer.js6942132 bytes0

Manifest

Package metadata

Scripts26
  • buildnpm run build:server && npm run build:client
  • build:appnpm run clean:app && webpack --config ../builder/webpack.config.js
  • build:app:cnnpm run clean:app && webpack --config ../builder/webpack.config.cn.js
  • build:clientnpm run clean:client && npm run copy:files && tsc --p ./client/tsconfig.json
  • build:servernpm run clean:server && tsc --p ./server/tsconfig.json
  • cleannpm run clean:server && npm run clean:client
  • clean:apprm -rf dist-app
  • clean:clientrm -rf dist-client
  • clean:serverrm -rf dist-server
  • copy:filescopyfiles -e "./client/**/*.{ts,js,json}" -u 1 "./client/**/*" dist-client
  • dockernpm run build:app && things-factory-dockerize hatiolab/operato-board:latest hatiolab/operato-board:$npm_package_version linux/amd64
  • docker:cnnpm run build:app:cn && things-factory-dockerize hatiolab/operato-board:latest-cn hatiolab/operato-board:$npm_package_version-cn linux/amd64
  • docker:pushdocker image push hatiolab/operato-board:latest && docker image push hatiolab/operato-board:$npm_package_version
  • docker:push:cndocker image push hatiolab/operato-board:latest-cn && docker image push hatiolab/operato-board:$npm_package_version-cn
  • docker:rundocker run --platform linux/amd64 -p 4000:3000 hatiolab/operato-board:latest
  • docker:run:cndocker run --platform linux/amd64 -p 4000:3000 hatiolab/operato-board:latest-cn
  • 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-board
  • serve:devnpm run build:server && things-factory-dev operato-board
  • stopthings-factory-stop operato-board
  • stop:devkill $(lsof -t -i:3000,3001)
Dependencies69
  • @operato/attachment^1.0.1
  • @operato/font^1.0.1
  • @operato/graphql^1.0.0
  • @operato/help^1.0.1
  • @operato/i18n^1.0.0
  • @operato/layout^1.0.1
  • @operato/pull-to-refresh^1.0.0
  • @operato/scene-chartjs^1.0.0
  • @operato/scene-clock^1.0.0
  • @operato/scene-clone^1.0.0
  • @operato/scene-compass^1.0.0
  • @operato/scene-data-transform^1.0.0
  • @operato/scene-excel^1.0.0
  • @operato/scene-form^1.0.0
  • @operato/scene-gauge^1.0.0
  • @operato/scene-graphql^1.0.0
  • @operato/scene-grist^1.0.0
  • @operato/scene-half-roundrect^1.0.0
  • @operato/scene-i18n^1.0.0
  • @operato/scene-indoor-map^1.0.0
  • @operato/scene-integration^1.0.0
  • @operato/scene-label^1.0.0
  • @operato/scene-legend^1.0.0
  • @operato/scene-marker^1.0.0
  • @operato/scene-news-ticker^1.0.0
  • @operato/scene-polypath^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
  • …and 39 more.