PkgRadar

Package evidence

@diia-inhouse/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
48
Versions published
31Mature · −50% score
First published
Jul 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 bytes20,998
Previous version1.39.30
Published2026-05-06T00:15:03.340Z
SHA-2560f7ad017efaec371a820e7a3413aad29e09e4024410f5a0ba03d0227edd46218

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
9Score
1.39.31Version
Status history (1 event)
  1. newavailable · risk review · score 9 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/interfaces/providers/drrp/index.jshigh encoded/escaped-token density12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/interfaces/providers/drrp/index.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/interfaces/providers/drrp/index.jsmatched "\\u0436"3
lowObfuscationpackage/dist/providers/drrp/index.jsmatched "eval("3

Manifest

Package metadata

Scripts11
  • buildtsc
  • find-circularsmadge --circular --extensions ts ./
  • linteslint . && prettier --check .
  • lint-fixeslint --fix && prettier --write .
  • lint:lockfilelockfile-lint --path package-lock.json --allowed-hosts registry.npmjs.org --validate-https
  • prebuildrimraf dist
  • preparenpm run build
  • semantic-releasesemantic-release
  • startnpm run build && node dist/index.js
  • testvitest run
  • test:watchvitest watch
Dependencies9
  • @diia-inhouse/diia-logger3.20.15
  • @diia-inhouse/diia-queue13.3.4
  • @diia-inhouse/errors1.18.24
  • @diia-inhouse/types12.0.5
  • @diia-inhouse/utils5.3.30
  • @diia-inhouse/validators1.28.36
  • lodash4.18.1
  • math-expression-evaluator2.0.7
  • type-fest4.34.1