PkgRadar

Package evidence

@epcare/[email protected]

Install-time lifecycle script: postinstall="husky install"

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
25
Versions published
14Established · −30% score
First published
Jul 2025
Publisher
slubwama

Effective trust discount applied: 30% (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":["@epcare/[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":["@epcare/[email protected]"],"fail_on":"review"}'
Publisherslubwama
Artifact bytes3,246,594
Previous version1.2.1-pre.70
Published2026-06-14T12:05:24.217Z
SHA-256d7b63cfd838218e6d8b6b28301542a4a68e906692075c854fdc025510c15b54a

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="husky install"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
1.2.1-pre.74Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="husky install"5
lowLarge Javascript Payloadpackage/dist/main.js2156753 bytes0
lowObfuscation Densitypackage/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts14
  • analyzerspack --mode=production --env.analyze=true
  • buildrspack --mode production
  • coveragecross-env TZ=UTC vitest run --coverage --passWithNoTests
  • debugnpm run serve
  • extract-translationsi18next 'src/**/*.component.tsx' 'src/**/*.workspace.tsx' 'src/**/*.modal.tsx' 'src/index.ts' --config ./tools/i18next-parser.config.js
  • linteslint src --ext ts,tsx --max-warnings=0
  • postinstallhusky install
  • prettierprettier --config prettier.config.js --write "src/**/*.{ts,tsx,css,scss}" "e2e/**/*.ts"
  • serverspack serve --mode=development
  • startopenmrs develop
  • testcross-env TZ=UTC vitest run --passWithNoTests
  • test-e2eplaywright test
  • test:watchcross-env TZ=UTC vitest watch
  • verifyturbo lint && turbo typescript && turbo test --color --concurrency=5
Dependencies9
  • @carbon/react^1.109.0
  • @hookform/resolvers^3.3.4
  • classnames^2.5.1
  • file-saver^2.0.5
  • fuzzy^0.1.3
  • lodash-es^4.17.21
  • react-hook-form^7.49.3
  • react-to-print^3.1.1
  • zod^3.22.4