PkgRadar

Package evidence

@elaraai/[email protected]

Obfuscation: matched "Buffer.from(headerB64, 'base64"

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":["@elaraai/[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":["@elaraai/[email protected]"],"fail_on":"review"}'
Artifact bytes72,417
Previous version0.0.2-beta.54
Published2026-05-24T23:21:52.976Z
SHA-256003f6d2ab6861d9194b20b2c29bcb3b61f211077ad95c4681e0a83ce8bc1a2a6

Why flagged

What the scanner saw

Obfuscation: matched "Buffer.from(headerB64, 'base64"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/dist/src/middleware/auth.jsmatched "Buffer.from(headerB64, 'base64"3
lowObfuscationpackage/dist/src/auth/keys.jsmatched "Buffer.from(signatureB64, 'base64"3

Manifest

Package metadata

Scripts5
  • buildtsc
  • devpnpm run build && node --enable-source-maps dist/src/cli.js
  • linteslint .
  • lint:fixeslint . --fix
  • testnpm run build && node --enable-source-maps --test-reporter=spec --test 'dist/src/**/*.spec.js'
Dependencies5
  • @elaraai/e3-core1.0.0
  • @elaraai/e3-types1.0.0
  • @hono/node-server^1.13.0
  • commander^12.0.0
  • hono^4.6.0