PkgRadar

Package evidence

@e-inscricao/[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
125
Versions published
61Mature · −50% score
First published
Feb 2022
Publisher
senhordrio

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":["@e-inscricao/[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":["@e-inscricao/[email protected]"],"fail_on":"review"}'
Publishersenhordrio
Artifact bytes968,561
Previous version0.2.3
Published2025-06-13T12:35:05.786Z
SHA-2563465c4c0937cd9c49017157913f661562e2327b2fd6b1191196daf0e00660b9d

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
0.2.4Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts6
  • buildNODE_ENV=production webpack && yarn build:min
  • build:mincd dist && uglifyjs --compress --mangle --source-map --comments -o ei-organizer-flow.umd.min.js -- ei-organizer-flow.umd.js && gzip ei-organizer-flow.umd.min.js -c > ei-organizer-flow.umd.min.js.gz && rm ei-organizer-flow.umd.js ei-organizer-flow.umd.min.js.gz
  • deployyarn build && surge ./dist --domain ei-organizer-flow.surge.sh/
  • pubnpm publish --access=public
  • startwebpack serve
  • testecho "Error: no test specified" && exit 1
Dependencies9
  • @labz/ds0.0.86-alpha
  • @types/qrcode.react^1.0.2
  • formik^2.2.9
  • qrcode.react^1.0.1
  • react17.0.2
  • react-dom17.0.2
  • react-timer-hook^3.0.5
  • typescript4.2.4
  • yup^0.32.11