PkgRadar

Package evidence

@ibm-cloud/[email protected]

no findings

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
44Mature · −50% score
First published
Jun 2024
Publisher
wxai-sdk-automation

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

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":["@ibm-cloud/[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":["@ibm-cloud/[email protected]"],"fail_on":"review"}'
Artifact bytes555,452
Previous version1.7.9
Published2026-03-18T22:12:41.734Z
SHA-2561cbc2b5ff59d6262e4fabfa30f159da5876fc489f8410d3301df956483371ce8

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts30
  • allnpm run test-unit && npm run lint
  • build./scripts/build
  • check-packagesinstalled-check -e -d -v
  • cleanrm -rf node_modules
  • eslint:checkeslint . --cache
  • eslint:fixeslint . --fix
  • formatprettier --config .prettierrc.js --write "src" "scripts" "test"
  • generate-types-reexportsnode scripts/utils/generate-types-reexports.cjs
  • install-package-examplesnpm run local-publish && cd ./examples && npm run test-install
  • install-package-regressionnpm run local-publish && cd ./test/langchain && npm run test-install
  • jestNODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" jest --
  • lintnpm run eslint:check
  • lint-fixnpm run eslint:fix
  • local-publishnpm run build && command -v yalc >/dev/null 2>&1 || npm install -g yalc && (cd dist/ && yalc publish)
  • postversionpublisher --no-checks --dry-run
  • preversionrm -rf examples/node_modules
  • testnpm run build && npm run lint && jest
  • test-allnpm run build && npm run lint && jest test/
  • test-examplesnpm run local-publish && cd ./examples && npm run test-all
  • test-examples-langchainnpm run local-publish && cd ./examples && npm run test-langchain
  • test-examples-sdknpm run local-publish && cd ./examples && npm run test-sdk
  • test-ilabnpm run build && jest test/integration/watsonx-ai-ml-ilab.vml_v1.test.js --testPathIgnorePatterns=''
  • test-integrationnpm run build && jest test/integration/
  • test-loranpm run build && jest test/integration/watsonx-ai-ml-lora_qlora.vml_v1.test.js --testPathIgnorePatterns=''
  • test-regression./scripts/tests/run-regression-tests.sh
  • test-unitnpm run build && npm run lint && jest test/unit/
  • typedoctypedoc
  • typedoc-mergetypedoc --entryPointStrategy merge
  • update-copyrightsnode ./scripts/utils/update-copyrights.cjs
  • versionnode scripts/utils/check-version.cjs && git add src/version.ts
Dependencies5
  • @types/node^18.0.0
  • extend3.0.2
  • form-data^4.0.4
  • ibm-cloud-sdk-core^5.4.5
  • ts-node^10.9.2