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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 9 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/build/node/electron.cjs | 10629628 bytes | 10 |
| medium | Large Javascript Payload | package/build/node/index.cjs | 10631669 bytes | 10 |
| medium | Large Javascript Payload | package/build/browser/src/electron.js | 10629417 bytes | 10 |
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.mjspack:verifynode ./scripts/verify-packed-package.mjspostpacknode -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 buildtest:exportsnpm run build && node --test ./tests/electron-exports.test.mjs
Dependencies3
@gutenye/ocr-common^1.2.0onnxruntime-node1.22.0-revonnxruntime-web^1.17.3