PkgRadar

Package evidence

@diia-inhouse/[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
2,084Niche · −30% score
Versions published
43Mature · −50% score
First published
Jun 2024
Publisher
diia-open-source

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":["@diia-inhouse/[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":["@diia-inhouse/[email protected]"],"fail_on":"review"}'
Artifact bytes32,980
Previous version6.0.15
Published2026-05-30T03:37:20.974Z
SHA-256e7fd027e195a6b9caf3b69c0cf23fa3fb20076e4d223b7eb138db81f1a49ffab

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/applicationUtils.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

Manifest

Package metadata

Scripts10
  • buildtsdown
  • find-circularsmadge --circular --extensions ts ./
  • lintoxlint && oxfmt --check .
  • lint-fixoxlint --fix && oxfmt .
  • lint:lockfilelockfile-lint --path package-lock.json --allowed-hosts registry.npmjs.org --validate-https
  • prebuildrimraf dist
  • preparenpm run build
  • semantic-releasesemantic-release
  • testtsc --project tests/tsconfig.json --noEmit && vitest run
  • test:watchvitest watch
Dependencies10
  • @diia-inhouse/design-system4.6.0
  • @types/luxon3.7.1
  • bson7.2.0
  • compare-versions6.1.1
  • fast-levenshtein3.0.0
  • lodash4.18.1
  • luxon3.7.2
  • map-age-cleaner0.2.0
  • moment2.30.1
  • type-fest5.6.0