PkgRadar

Package evidence

@ibm-cloud/[email protected]

Credential file access: matched ".aws"

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
666,614Ubiquitous · −70% score
Versions published
44Mature · −50% score
First published
Jun 2024
Publisher
wxai-sdk-automation

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

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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 bytes603,711
Previous version1.7.11
Published2026-05-13T14:24:12.144Z
SHA-25639c4cf6fc51830c0d38ebaa811b2ecda32d2009aefc23f876b5cb37dfc9c8888

Why flagged

What the scanner saw

Credential file access: matched ".aws"

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

Availability ledger

available

review
Last checked
reviewRisk
6Score
1.7.12Version
Status history (1 event)
  1. newavailable · risk review · score 6 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/config/endpoints.jsmatched ".aws"5
lowCredential file accesspackage/authentication/utils/urls.jsmatched ".aws"5
lowCredential file accesspackage/config/endpoints.mjsmatched ".aws"5
lowCredential file accesspackage/authentication/utils/urls.mjsmatched ".aws"5

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
Dependencies2
  • form-data^4.0.4
  • ibm-cloud-sdk-core^5.4.14