PkgRadar

Package evidence

@egovernments/[email protected]

Install-time lifecycle script: prepare="yarn build"

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":["@egovernments/[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":["@egovernments/[email protected]"],"fail_on":"review"}'
Publisherswathi-egov
Artifact bytes515,863
Previous version2.0.0-dev-05
Published2026-05-25T06:01:16.388Z
SHA-256b159d739e2429b9fc4a74559c232e2df0d39b8f15dbd1d3e9e3d1a8836662729

Why flagged

What the scanner saw

Install-time lifecycle script: prepare="yarn build"

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

Availability ledger

available

review
Last checked
reviewRisk
7Score
2.0.0-dev-06Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonprepare="yarn build"4
lowObfuscationpackage/dist/main.jsmatched "fromCharCode"3

Manifest

Package metadata

Scripts8
  • buildNODE_OPTIONS='--openssl-legacy-provider' webpack --mode=production --config webpack.config.js
  • build:analyzeNODE_OPTIONS='--openssl-legacy-provider' webpack --mode=production --analyze --config webpack.config.js
  • build:devNODE_OPTIONS='--openssl-legacy-provider' webpack --mode=development --config webpack.config.js
  • examplecd example && npm run start
  • predeploycd example && yarn install && yarn run build
  • prepareyarn build
  • startwebpack serve --mode=development --open --hot
  • start:prodwebpack serve --mode=production --open
Dependencies1
  • prop-types15.8.1