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
- 3,695Niche · −30% score
- Versions published
- 1,608Mature · −50% score
- First published
- Oct 2020
- Publisher
- openmrs-bot
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 promotingMixed 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":["[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":["[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched ".npmrc"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk review · score 4 · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/utils/npmConfig.js | matched ".npmrc" | 5 |
| low | Credential file access | package/src/utils/npmConfig.test.ts | matched ".npmrc" | 5 |
| low | Credential file access | package/src/utils/npmConfig.ts | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts5
buildrimraf dist && concurrently "swc --strip-leading-paths src -d dist" "tsc --project tsconfig.build.json"linteslint src --ext ts,tsxstartnode ./dist/cli.jstestcross-env TZ=UTC vitest run --passWithNoTeststest:watchcross-env TZ=UTC vitest watch
Dependencies38
@inquirer/prompts8.3.2@openmrs/esm-app-shell10.0.1-pre.4866@openmrs/rspack-config10.0.1-pre.4866@openmrs/webpack-config10.0.1-pre.4866@pnpm/npm-conf^3.0.2@rspack/cli1.7.9@rspack/core1.7.9@rspack/dev-server1.1.5@swc/core1.15.21autoprefixer10.4.20browserslist-config-openmrs^1.0.1chalk5.6.2clean-webpack-plugin4.0.0copy-webpack-plugin11.0.0css-loader5.2.7ejs5.0.1glob13.0.6html-webpack-plugin5.6.6html-webpack-tags-plugin3.0.2lodash4.17.21mini-css-extract-plugin2.9.1node-watch0.7.4npm-registry-fetch19.1.1open11.0.0pacote21.5.0sass-embedded1.89.2sass-loader16.0.5semver^7.7.3style-loader3.3.4swc-loader0.2.7- …and 8 more.