PkgRadar

Package evidence

@sentio/[email protected]

Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.

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,801Niche · −30% score
Versions published
1,376Mature · −50% score
First published
Dec 2022
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":["@sentio/[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":["@sentio/[email protected]"],"fail_on":"review"}'
Artifact bytes2,492,663
Previous version3.9.0-rc.11
Published2026-05-29T10:41:29.565Z
SHA-2564739acced4140f6c3339b94bca933c3c7d80292b0644b2acd993859e61ebb4ad

Why flagged

What the scanner saw

Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.

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

Availability ledger

available

review
Last checked
reviewRisk
13Score
3.9.0-rc.12Version
Status history (1 event)
  1. newavailable · risk review · score 13 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Decode Then Execpackage/lib/chunk-EXIISBRV.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Decode Then Execpackage/lib/chunk-EXIISBRV.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
lowLarge Javascript Payloadpackage/lib/chunk-VNWNJ423.js2186610 bytes0

Manifest

Package metadata

Scripts9
  • buildpnpm tsc --noEmit && pnpm bundle
  • build:allpnpm --filter=$(node -p "require('./package.json').name")... build
  • bundletsup --config src/tsup.config.ts
  • compiletsc
  • runtsx src/processor-runner.ts --log-format=json
  • run-benchmarktsx src/decode-benchmark.ts
  • start_jstsx ./lib/processor-runner.js $PWD/../../debug/dist/lib.js
  • start_tstsx src/processor-runner.ts --debug --worker 3 --port 4000 --chains-config chains-config.json $PWD/../../examples/x2y2/src/processor.ts
  • testtsx --test 'src/**/*.test.ts'
Dependencies1
  • piscina5.1.3