PkgRadar

Package evidence

@egovernments/[email protected]

no findings

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
1,381Niche · −30% score
Versions published
62Mature · −50% score
First published
Jul 2023
Publisher
swathi-egov

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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes525,153
Previous version2.0.0-dev-06
Published2026-05-29T10:32:51.128Z
SHA-256c5c7572f4f17c6f2c3851573ad471d28f9b1ee76258a0b328b5eb7ed9ba65f0b

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
2.0.0-dev-07Version
Status history (2 events)
  1. newavailable · risk low · score 0 · status changed
  2. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

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