PkgRadar

Package evidence

@okx_ai/[email protected]

Js Obfuscated Fetch Exec: Hex-decoded literal + network fetch + child-process exec — staged obfuscated-loader / dropper (hides the C2 URL from literal-URL detection).

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,716Niche · −30% score
Versions published
103
First published
Mar 2026
Publisher
oker_steve

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@okx_ai/[email protected]"],"fail_on":"high"}'

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":["@okx_ai/[email protected]"],"fail_on":"high"}'
Publisheroker_steve
Artifact bytes480,965
Previous version1.3.8-beta.7
Published2026-06-11T08:53:18.398Z
SHA-25617c9f2e7754862afdc9a2f9116234b47e53edf6c60196d1640b00b654648c1fe

Why flagged

What the scanner saw

Js Obfuscated Fetch Exec: Hex-decoded literal + network fetch + child-process exec — staged obfuscated-loader / dropper (hides the C2 URL from literal-URL detection).

1 candidate cluster(s) currently reference this release.

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

Availability ledger

available

high
Last checked
highRisk
52Score
1.3.8Version
Status history (5 events)
  1. availableavailable · risk high · score 52 · status available -> available, risk high -> high, score 30 -> 52
  2. availableavailable · risk high · score 30 · status available -> available, risk high -> high, score 21 -> 30
  3. availableavailable · risk high · score 21 · status available -> available, risk high -> high, score 30 -> 21
  4. availableavailable · risk high · score 30 · status available -> available, risk high -> high, score 21 -> 30
  5. newavailable · risk high · score 21 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

Js Obfuscated Fetch Exec — hex-decoded literal + network fetch + child-process exec — staged obfuscated-loader / dropper (hides the c2 url from literal-url detection).

45 members · evidence strength 90
Repeated static TTPcandidate

Js Obfuscated Fetch Exec — hex-decoded literal + network fetch + child-process exec — staged obfuscated-loader / dropper (hides the c2 url from literal-url detection).

45 members · max score 259

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Obfuscated Fetch Execpackage/dist/index.jsHex-decoded literal + network fetch + child-process exec — staged obfuscated-loader / dropper (hides the C2 URL from literal-URL detection).45
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.js || exit 0"20
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Obfuscated Fetch Execpackage/dist/index.jsHex-decoded literal + network fetch + child-process exec — staged obfuscated-loader / dropper (hides the C2 URL from literal-URL detection).45
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.js || exit 0"20
lowCredential file accesspackage/dist/index.jsmatched ".npmrc"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js || exit 0"5

Manifest

Package metadata

Scripts6
  • buildtsup && node -e "const fs=require('fs');fs.mkdirSync('scripts',{recursive:true});fs.copyFileSync('../../scripts/postinstall-notice.js','scripts/postinstall.js')"
  • cleanrm -rf dist scripts
  • postinstallnode scripts/postinstall.js || exit 0
  • test:coveragec8 --reporter=lcov --reporter=text --src=src node_modules/.bin/tsx --test test/*.test.ts
  • test:unitnode_modules/.bin/tsx --test --test-reporter=spec test/*.test.ts
  • typechecktsc --noEmit
Dependencies2
  • undici^6.0.0
  • yauzl^3.2.1