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 bytes605,743
Previous version1.7.0
Published2025-10-28T13:59:51.467Z
SHA-2567e655ed4950c2cee91283854a5ec07dd4b1591471dd964656fb7eeb7c7651967

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.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts26
  • 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 "watsonx-ai-ml" "helpers" "auth" "test"
  • 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
  • jestjest --verbose
  • 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
  • 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-regressionnpm run local-publish && cd ./test/langchain && npm run test-regression
  • test-unitnpm run build && npm run lint && jest test/unit/
  • typedoctypedoc
  • typedoc-mergetypedoc --entryPointStrategy merge
Dependencies4
  • @types/node^18.0.0
  • extend3.0.2
  • form-data^4.0.4
  • ibm-cloud-sdk-core^5.4.3