PkgRadar

Package evidence

@e-inscricao/[email protected]

Large Javascript Payload: 14463673 bytes

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
38
Versions published
11Established · −30% score
First published
Sep 2021
Publisher
senhordrio

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@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 bytes5,433,666
Previous version0.1.4
Published2026-05-25T17:48:40.811Z
SHA-2565d43f9eb516212466461af0749a22355cdc211d52a422bffc27524c9eb9e94ab

Why flagged

What the scanner saw

Large Javascript Payload: 14463673 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/ei-tax-table.umd.js14463673 bytes10

Manifest

Package metadata

Scripts5
  • buildNODE_ENV=production webpack && cp dist/index.html dist/200.html && yarn build:min
  • build:mincd dist && uglifyjs --compress --mangle --source-map --comments -o ei-tax-table.umd.min.js -- ei-tax-table.umd.js && gzip ei-tax-table.umd.min.js -c > ei-tax-table.umd.min.js.gz
  • devwebpack serve
  • publishnpm publish --access=public
  • testecho "Error: no test specified" && exit 1
Dependencies5
  • @atos6/prettier-config^0.0.2
  • @labz/ds^0.0.85-alpha
  • react17.0.2
  • react-dom17.0.2
  • typescript4.2.4