Package evidence
[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
- 4,164Niche · −30% score
- Versions published
- 78Mature · −50% score
- First published
- Jan 2021
- Publisher
- rebill-bindings
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":["[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":["[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 25 · status changed
Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Split Join Obfuscation | package/dist/esm/lottie-E0pOygkZ.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/cjs/lottie-NxKK9TIf.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/components/p-GK75wIKe.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/rebill/p-GK75wIKe.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 |
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Split Join Obfuscation | package/dist/esm/lottie-E0pOygkZ.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/cjs/lottie-NxKK9TIf.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/components/p-GK75wIKe.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/rebill/p-GK75wIKe.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 |
| low | Obfuscation Density | package/dist/rebill/p-MMCcKmy_.js | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts52
buildecho '🚀 Building Rebill SDK (environment-agnostic)...' && stencil build && node scripts/copy-assets.jsbuild:devecho '🚀 Building for development...' && REBILL_ENV=development stencil build && node scripts/copy-assets.jsenv:infonode scripts/env-info.jsformatprettier --write "src/**/*.{ts,tsx,js,jsx,json,css,scss,md}"format:checkprettier --check "src/**/*.{ts,tsx,js,jsx,json,css,scss,md}"generatestencil generatelintnpm run format:checkpreparehusky installserve:e2enode scripts/serve-e2e.jsstartnode scripts/default-start.js && stencil build --dev --watch --servestart:developmentREBILL_ENV=development node scripts/start-banner.js && REBILL_ENV=development stencil build --dev --watch --servestart:localREBILL_ENV=local node scripts/start-banner.js && REBILL_ENV=local stencil build --dev --watch --servestart:productionREBILL_ENV=production node scripts/start-banner.js && REBILL_ENV=production stencil build --dev --watch --servestart:stagingREBILL_ENV=staging node scripts/start-banner.js && REBILL_ENV=staging stencil build --dev --watch --serveteststencil test --spec --passWithNoTeststest.watchstencil test --spec --e2e --watchAlltest:e2eplaywright test --headedtest:e2e:allnode scripts/run-e2e-all.js --headedtest:e2e:argentinaE2E_SCENARIO=argentina_card playwright test --headedtest:e2e:chileE2E_SCENARIO=chile_apm playwright test --headedtest:e2e:chile:apmE2E_SCENARIO=chile_apm playwright test e2e/tests/checkout/payment-apm.spec.ts --headedtest:e2e:chile:cardE2E_SCENARIO=chile_card playwright test --headedtest:e2e:ciplaywright testtest:e2e:ci:allnode scripts/run-e2e-all.jstest:e2e:ci:argentinaE2E_SCENARIO=argentina_card playwright testtest:e2e:ci:chileE2E_SCENARIO=chile_apm playwright test e2e/tests/checkout/payment-apm.spec.tstest:e2e:ci:chile:apmE2E_SCENARIO=chile_apm playwright test e2e/tests/checkout/payment-apm.spec.tstest:e2e:ci:chile:cardE2E_SCENARIO=chile_card playwright testtest:e2e:ci:colombiaE2E_SCENARIO=colombia_apm playwright test e2e/tests/checkout/payment-apm.spec.tstest:e2e:ci:colombia:apmE2E_SCENARIO=colombia_apm playwright test e2e/tests/checkout/payment-apm.spec.ts- …and 22 more.
Dependencies17
@stencil/store^2.1.3@stripe/stripe-js8.11.0@types/qrcode^1.5.5axios^1.9.0dotenv^17.2.1html2canvas^1.4.1i18next^25.2.1i18next-browser-languagedetector^8.1.0intl-tel-input^25.3.1jsbarcode3.12.1jspdf^4.2.0libphonenumber-js^1.12.9lodash^4.17.21lottie-web^5.13.0number-flow^0.5.8qrcode^1.5.4yup^1.6.1