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
- 179
- Versions published
- 2
- First published
- May 2026
- Publisher
- openmrs-bot
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":["@openmrs/[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":["@openmrs/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Invalid Package Json: package.json is not valid JSON
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 10 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Invalid Package Json | package/dist/templates/template-files/package.json | package.json is not valid JSON | 10 |
Manifest
Package metadata
Scripts12
buildtsupdevtsx watch src/cli/index.tsformatprettier --write "src/**/*.{ts,tsx}"format:checkprettier --check "src/**/*.{ts,tsx}"linteslint srclint:fixeslint src --fixpreparenpm run build && huskyprepublishOnlynpm run build && npm run testtestvitesttest:coveragevitest --coveragetest:uivitest --uitypechecktsc --noEmit
Dependencies11
chalk^5.3.0commander^11.1.0detect-package-manager^2.0.1execa^8.0.1fs-extra^11.2.0globby^13.2.2handlebars^4.7.8ora^7.0.1prompts^2.4.2simple-git^3.20.1zod^3.22.4