PkgRadar

Package evidence

@bahmni/[email protected]

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 12 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape

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
238
Versions published
42Established · −30% score
First published
Nov 2025
Publisher
bahmni

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":["@bahmni/[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":["@bahmni/[email protected]"],"fail_on":"review"}'
Publisherbahmni
Artifact bytes9,946
Previous versionnone
Published2025-11-26T09:36:16.279Z
SHA-256482b1b95154f67e0ad2fe9da796f6f6291cf22768de7dc39e129155963d2e32d

Why flagged

What the scanner saw

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 12 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.0.1-dev.15Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumManifest Codeless Dependency Stubpackage.jsonpackage ships no JS/TS source but declares 12 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape15

Manifest

Package metadata

Scripts18
  • buildwebpack && copyfiles index.d.ts dist
  • build-devwebpack --config webpack.dev.config.js
  • build-storybookbuild-storybook
  • bump-upnpm version patch -m 'Bumped to version %s'
  • ciyarn run clean && yarn run build && yarn run publish
  • cleanrimraf dist/*
  • deploy-storybookstorybook-to-ghpages
  • linteslint --ext .js --ext .jsx ./src ./test
  • lint:fixeslint --ext .js --ext .jsx ./src ./test --fix
  • posttesteslint --ext .js --ext .jsx ./src ./test
  • pretestrimraf coverage/*
  • publishnpm publish || true
  • storybookstart-storybook -p 6006
  • testjest
  • test:cijest --coverage --watchAll=false
  • test:coveragejest --coverage
  • test:watchjest --watch
  • watchwebpack --watch --config webpack.dev.config.js
Dependencies12
  • ajv^8.17.1
  • base64-inline-loader^1.1.0
  • classnames^2.2.5
  • immutable3.8.1
  • lodash^4.17.21
  • prop-types^15.6.2
  • react-intl^3.12.0
  • react-select5.10.2
  • react-test-renderer^19.0.0
  • react-textarea-autosize^8.5.9
  • sinon-as-promised^4.0.3
  • whatwg-fetch^1.0.0