PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

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.

Versions published
13
First published
May 2026
Publisher
lexwdex-org

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherlexwdex-org
Artifact bytes130,103
Previous version2.0.7
Published2026-05-29T07:49:14.059Z
SHA-2567b3375a3a05380f753b30662685d942d0373a1b1257b70536c19f124418803e0

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

low
Last checked
lowRisk
0Score
3.0.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/dist/chunk-EMSFFWEN.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/bin/cpp-refactory.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts8
  • buildnpm run clean && tsup && tsc --emitDeclarationOnly
  • cleanrm -rf dist
  • coveragec8 --reporter=text --reporter=text-summary node --import tsx --test 'tests/**/*.test.ts' 'tests/*.test.ts'
  • coverage:checkbash scripts/hooks/pre-commit
  • hooks:installcp scripts/hooks/pre-commit "$(git rev-parse --git-dir)/hooks/pre-commit" && chmod +x "$(git rev-parse --git-dir)/hooks/pre-commit" && echo '✓ pre-commit hook installed'
  • prepublishOnlynpm run build
  • testnode --import tsx --test 'tests/**/*.test.ts' 'tests/*.test.ts'
  • typechecktsc --noEmit
Dependencies1
  • @opencode-ai/sdk^1.4.3