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
12
First published
May 2026
Publisher
lexwdex-org

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":["[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 bytes121,914
Previous version2.0.4
Published2026-05-28T09:05:35.197Z
SHA-25657a1d0ef7d87575861ac40820812464fc08dc88790e35ceab1e58ab247992543

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/chunk-CNYHOFV6.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/bin/cpp-refactory.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12

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