PkgRadar

Package evidence

@nebius/[email protected]

Credential file access: matched "aws_access_key"

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
73Established · −30% score
First published
Oct 2025
Publisher
GitHub ActionsTrusted automation · −70% score

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":["@nebius/[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":["@nebius/[email protected]"],"fail_on":"review"}'
Artifact bytes2,754,361
Previous version0.2.19
Published2026-06-11T08:31:08.571Z
SHA-2560a39b60141c477f40fffd66a4175886006959bf0b7da5cc56ec92b594ebf6e96

Why flagged

What the scanner saw

Credential file access: matched "aws_access_key"

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

Availability ledger

available

review
Last checked
reviewRisk
6Score
0.2.20Version
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/dist/cjs/api/nebius/iam/v1/index.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/cjs/api/nebius/iam/v2/index.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/esm/api/nebius/iam/v1/index.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/esm/api/nebius/iam/v2/index.jsmatched "aws_access_key"5

Manifest

Package metadata

Scripts24
  • bootstrap:generatornode scripts/bootstrap-generator.js
  • buildrimraf dist && npm run generate && npm run build:cjs && npm run build:esm && node scripts/build-esm-facades.js && node scripts/postbuild-mark-module-type.js
  • build:cjstsc -p tsconfig.cjs.json
  • build:esmtsc -p tsconfig.esm.json
  • build:scriptstsc -p tsconfig.scripts.json && chmod +x dist-scripts/scripts/protoc-gen-nebius-ts-sdk.js dist-scripts/scripts/protoc-gen-nebius-ts.js
  • cleannpm run clean:generated && rimraf dist dist-scripts src/generated_test generated_test.lock
  • clean:generatedrimraf src/version.ts src/api
  • docsnpm run docs:extract-services && typedoc
  • docs:extract-servicests-node scripts/extract-services.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • generatenpm run build:scripts && npm run clean:generated && buf generate nebius-api && npm run generate:version
  • generate:fullnpm run generate && npm run bootstrap:generator
  • generate:versionnode dist-scripts/scripts/version-gen.js
  • indexgennode -r ts-node/register scripts/gen-indexes.ts
  • linteslint src/**/*.ts --no-warn-ignored
  • lint:fixeslint src/**/*.ts --fix --no-warn-ignored && npm run format
  • preparehusky
  • prepublishOnlynpm run build
  • testjest
  • test:buildsjest --testPathPatterns='build_'
  • test:e2ejest --testPathPatterns='e2e_'
  • test:noserverjest --testPathIgnorePatterns='e2e_|build_'
  • test:watchjest --watch
Dependencies8
  • @bufbuild/protobuf^2.0.0
  • @grpc/grpc-js^1.13.4
  • @grpc/proto-loader^0.8.0
  • dayjs^1.11.18
  • fs-ext^2.1.1
  • google-protobuf^4.0.0
  • long^5.3.2
  • yaml^2.9.0