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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 32 · status changed
Evidence
Static findings
12 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Split Join Obfuscation | package/dist-client/auth/activate.js | 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. | 40 |
| high | Js Split Join Obfuscation | package/dist-client/auth/checkin.js | 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. | 40 |
| high | Js Split Join Obfuscation | package/dist-client/auth/signin.js | 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. | 40 |
| high | Js Split Join Obfuscation | package/dist-client/auth/signup.js | 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. | 40 |
| high | Credential File Packaged | package/installer/.env | package/installer/.env | 35 |
| medium | Remote Payload | package/installer/install.sh | matched "curl " | 12 |
| medium | Remote Payload | package/installer/upgrade.sh | matched "curl " | 12 |
Show all 12 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Split Join Obfuscation | package/dist-client/auth/activate.js | 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. | 40 |
| high | Js Split Join Obfuscation | package/dist-client/auth/checkin.js | 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. | 40 |
| high | Js Split Join Obfuscation | package/dist-client/auth/signin.js | 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. | 40 |
| high | Js Split Join Obfuscation | package/dist-client/auth/signup.js | 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. | 40 |
| high | Credential File Packaged | package/installer/.env | package/installer/.env | 35 |
| medium | Remote Payload | package/installer/install.sh | matched "curl " | 12 |
| medium | Remote Payload | package/installer/upgrade.sh | matched "curl " | 12 |
| low | Large Javascript Payload | package/dist-client/167.js | 2966401 bytes | 0 |
| low | Obfuscation Density | package/dist-client/9313.js | high encoded/escaped-token density | 0 |
| low | Large Javascript Payload | package/dist-client/headless-scene-components.js | 2482249 bytes | 0 |
| low | Large Javascript Payload | package/dist-client/scene-player.js | 4846752 bytes | 0 |
| low | Large Javascript Payload | package/dist-client/scene-viewer.js | 4846776 bytes | 0 |
Manifest
Package metadata
Scripts19
buildnpm run build:serverbuild:appnpm run clean:app && webpack --config ../builder/webpack.config.jsbuild:servernpm run clean:server && tsc --p ./server/tsconfig.jsoncleannpm run clean:serverclean:apprm -rf dist-appclean:serverrm -rf dist-serverdockernpm run build:app && things-factory-dockerize hatiolab/operato-ecs:latest hatiolab/operato-ecs:$npm_package_version linux/amd64docker:pushdocker image push hatiolab/operato-ecs:latest && docker image push hatiolab/operato-ecs:$npm_package_versiondocker:rundocker run --platform linux/amd64 -p 4000:3000 hatiolab/operato-ecs:latestmigrationthings-factory-migrationmigration:createnode ../../node_modules/typeorm/cli.js migration:create -d ./server/migrationsmigration:generatenode ../../node_modules/typeorm/cli.js migration:generatemigration:privilegesthings-factory-migration-privilegesmigration:revertnode ../../node_modules/typeorm/cli.js migration:revertmigration:runnode ../../node_modules/typeorm/cli.js migration:runservethings-factory operato-ecsserve:devnpm run build:server && things-factory-dev operato-ecsstopthings-factory-stop operato-ecsstop: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.