PkgRadar

Package evidence

@openmrs/[email protected]

Invalid Package Json: package.json is not valid JSON

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 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":["@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"}'
Publisheropenmrs-bot
Artifact bytes59,795
Previous version1.0.0
Published2026-06-04T20:53:17.674Z
SHA-2564b3f7c3d6d1e8f6181bab0c5e508109015019a181aff722ffb9ed5b0767f525e

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

review
Last checked
reviewRisk
10Score
1.0.1Version
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
mediumInvalid Package Jsonpackage/dist/templates/template-files/package.jsonpackage.json is not valid JSON10

Manifest

Package metadata

Scripts12
  • buildtsup
  • devtsx watch src/cli/index.ts
  • formatprettier --write "src/**/*.{ts,tsx}"
  • format:checkprettier --check "src/**/*.{ts,tsx}"
  • linteslint src
  • lint:fixeslint src --fix
  • preparenpm run build && husky
  • prepublishOnlynpm run build && npm run test
  • testvitest
  • test:coveragevitest --coverage
  • test:uivitest --ui
  • typechecktsc --noEmit
Dependencies11
  • chalk^5.3.0
  • commander^11.1.0
  • detect-package-manager^2.0.1
  • execa^8.0.1
  • fs-extra^11.2.0
  • globby^13.2.2
  • handlebars^4.7.8
  • ora^7.0.1
  • prompts^2.4.2
  • simple-git^3.20.1
  • zod^3.22.4