PkgRadar

Package evidence

@balancy/[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
99Mature · −50% score
First published
Sep 2024
Publisher
mark-balancy

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":["@balancy/[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":["@balancy/[email protected]"],"fail_on":"review"}'
Publishermark-balancy
Artifact bytes1,298,862
Previous version1.6.11
Published2026-06-12T09:51:32.789Z
SHA-2566c53456f132a52f236a5ab69cf57177adabd02554922c8dc7a0a7b82d41e3623

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/webview/balancy-webview.es.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/webview/balancy-webview.umd.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
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/webview/balancy-webview.es.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/webview/balancy-webview.umd.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
lowLarge Javascript Payloadpackage/dist/index.umd.js2177928 bytes0
lowLarge Javascript Payloadpackage/dist/index.mjs2022645 bytes0

Manifest

Package metadata

Scripts11
  • buildnpm run build:core && npm run build:webview
  • build:corevite build
  • build:localnpm run build:core && npm run build:webview:local
  • build:webviewvite build --config vite.config.webview.ts && npm run copy:webview:safe
  • build:webview:localvite build --config vite.config.webview.ts && npm run copy:webview:force
  • build:webview:watchvite build --config vite.config.webview.ts --watch
  • copy:webview:forcenode -e "const fs=require('fs'),p=require('path'),d=p.resolve(__dirname,'../../../plugin_cpp_unity/Assets/Balancy/WebView/Resources/WebGL');fs.copyFileSync('dist/webview/balancy-webview.umd.js',p.join(d,'balancy-webview.umd.js'));fs.copyFileSync('dist/webview/balancy-webview.umd.js.map',p.join(d,'balancy-webview.umd.js.map'));console.log('WebView bundle copied to Unity Balancy package')"
  • copy:webview:safenode -e "if (process.env.CI !== 'true') require('child_process').execSync('npm run copy:webview:force', {stdio: 'inherit'})"
  • publish:latestnpm publish --tag latest --access public
  • publish:nextnpm publish --tag next --access public
  • startvite build --watch
Dependencies5
  • @balancy/wasm~1.6.21
  • @types/jszip^3.4.0
  • jszip^3.10.1
  • reflect-metadata^0.2.2
  • socket.io-client^4.7.5