PkgRadar

Package evidence

@repeato/[email protected]

Large Javascript Payload: 10629628 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
58
Versions published
18
First published
Apr 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@repeato/[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":["@repeato/[email protected]"],"fail_on":"review"}'
Artifact bytes29,063,362
Previous version1.5.19
Published2026-05-27T08:46:38.611Z
SHA-256af2e4e6ca00dfb889daf3dbb87604fd39eec7dce603053989c7f9ab88221c18a

Why flagged

What the scanner saw

Large Javascript Payload: 10629628 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/build/node/electron.cjs10629628 bytes10
mediumLarge Javascript Payloadpackage/build/node/index.cjs10631669 bytes10
mediumLarge Javascript Payloadpackage/build/browser/src/electron.js10629417 bytes10

Manifest

Package metadata

Scripts5
  • buildnode -e "require('node:fs').rmSync('build', { recursive: true, force: true })" && npx --no-install tsc --project tsconfig.build.json && npx --no-install tsc-alias --project tsconfig.build.json && npx --no-install tsc --project ../browser/tsconfig.build.json && npx --no-install tsc-alias --project ../browser/tsconfig.build.json && node ./scripts/copy-browser-build.mjs && node ./scripts/bundle-node-package.mjs && node ./scripts/copy-model-assets.mjs && node ./scripts/copy-windows-runtime-assets.mjs
  • pack:verifynode ./scripts/verify-packed-package.mjs
  • postpacknode -e "const fs = require('node:fs'); if (fs.existsSync('README.md')) fs.rmSync('README.md');"
  • prepacknode -e "require('node:fs').copyFileSync('../../README.md', 'README.md')" && npm run build
  • test:exportsnpm run build && node --test ./tests/electron-exports.test.mjs
Dependencies3
  • @gutenye/ocr-common^1.2.0
  • onnxruntime-node1.22.0-rev
  • onnxruntime-web^1.17.3