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
1,881Niche · −30% score
Versions published
99
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 bytes471,390
Previous version1.3.8-beta.4
Published2026-06-10T08:17:20.880Z
SHA-256e975e8645c4ca45aefbaf80d1b6c3a5263d0b8396593046bc1a63512054568aa

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
21Score
1.3.8-beta.5Version
Status history (1 event)
  1. newavailable · risk high · score 21 · 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

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