PkgRadar

Package evidence

@elsium-ai/[email protected]

Obfuscation: matched "atob("

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
76
Versions published
25
First published
Mar 2026
Publisher
ebutrera

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":["@elsium-ai/[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":["@elsium-ai/[email protected]"],"fail_on":"review"}'
Publisherebutrera
Artifact bytes94,389
Previous version0.15.0
Published2026-05-25T10:11:40.592Z
SHA-256e3be5c561409721fc8fcc5676d1570a05af2e9b1a2edcf70edcede401ad43607

Why flagged

What the scanner saw

Obfuscation: matched "atob("

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/dist/cli.jsmatched "atob("3

Manifest

Package metadata

Scripts2
  • buildbun build ./src/cli.ts --outdir ./dist --target node --minify && bun x tsc -p tsconfig.build.json --emitDeclarationOnly
  • devbun --watch src/cli.ts
Dependencies3
  • @elsium-ai/core^0.16.0
  • @elsium-ai/observe^0.16.0
  • elsium-ai^0.16.0