PkgRadar

Package evidence

@okx_ai/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node scripts/postinstall.js || exit 0"

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
854
Versions published
91
First published
Mar 2026
Publisher
oker_steve

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 bytes280,806
Previous version1.3.8-beta.5
Published2026-06-11T08:38:52.657Z
SHA-25689ca5e542aa3eda4dd7126ab393406dfd1abccfcad58a6b35773f73f27ede79f

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node scripts/postinstall.js || exit 0"

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

Availability ledger

available

high
Last checked
highRisk
30Score
1.3.8-beta.7Version
Status history (1 event)
  1. newavailable · risk high · score 30 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.js || exit 0"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
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

Scripts5
  • 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:unitnode_modules/.bin/tsx --test --test-reporter=spec test/*.test.ts
  • typechecktsc --noEmit
Dependencies4
  • @modelcontextprotocol/sdk^1.26.0
  • smol-toml^1.3.4
  • undici^6.0.0
  • yauzl^3.2.1