PkgRadar

Package evidence

@ugandaemr/[email protected]

Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.

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
50Mature · −50% score
First published
Aug 2023
Publisher
iakileng

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":["@ugandaemr/[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":["@ugandaemr/[email protected]"],"fail_on":"review"}'
Publisheriakileng
Artifact bytes5,023,797
Previous version5.2.1-pre.173
Published2026-04-28T19:17:06.269Z
SHA-256963d5535be07674817512e446911330d771f19f0cd64ba341a701dcb6eb4ec5d

Why flagged

What the scanner saw

Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.

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

Availability ledger

available

review
Last checked
reviewRisk
22Score
5.2.1-pre.175Version
Status history (1 event)
  1. newavailable · risk review · score 22 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Decode Then Execpackage/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45

Manifest

Package metadata

Scripts17
  • analyzewebpack --mode=production --env analyze=true
  • buildwebpack --mode=production
  • build:developmentwebpack --mode=development
  • ci:prepublishlerna publish from-package --no-git-reset --yes --dist-tag next
  • ci:publishlerna publish from-package --yes
  • debugnpm run serve
  • extract-translationsi18next 'src/**/*.component.tsx'
  • lintTIMING=1 eslint src --ext ts,tsx
  • preparehusky install
  • prettierprettier --write "src/**/*.{ts,tsx}"
  • releaselerna version --no-git-tag-version
  • servewebpack serve --mode=development
  • startopenmrs develop
  • testcross-env TZ=UTC jest --config jest.config.js --verbose false --passWithNoTests
  • test:watchcross-env TZ=UTC jest --watch --config jest.config.js
  • typescripttsc
  • verifyturbo lint typescript coverage
Dependencies6
  • @carbon/react^1.12.0
  • @hookform/resolvers^3.3.1
  • css-loader^6.10.0
  • lodash-es^4.17.21
  • react-hook-form^7.46.2
  • zod^3.23.8