PkgRadar

Package evidence

[email protected]

Credential file access: matched "aws_access_key"

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":["[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":["[email protected]"],"fail_on":"high"}'
Artifact bytes21,099,737
Previous version0.3.32
Published2026-05-24T15:03:03.671Z
SHA-2568d3da073d6a17eb5e3e2c3ef7ad9ee7c372f770957dfc09c71a8edee176c2364

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

high
Last checked
highRisk
135Score
0.3.33Version
Status history (1 event)
  1. newavailable · risk high · score 135 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

levon_ghukasyan

2 members · evidence strength 64

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/browser/shared/credentials.jsmatched "aws_access_key"30
highCredential file accesspackage/dist/node/shared/credentials.jsmatched "aws_access_key"30
highCredential file accesspackage/dist/browser/browser/storage.jsmatched ".aws"30
highCredential file accesspackage/dist/node/node/storage.jsmatched ".aws"30
Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/browser/shared/credentials.jsmatched "aws_access_key"30
highCredential file accesspackage/dist/node/shared/credentials.jsmatched "aws_access_key"30
highCredential file accesspackage/dist/browser/browser/storage.jsmatched ".aws"30
highCredential file accesspackage/dist/node/node/storage.jsmatched ".aws"30
lowObfuscationpackage/wasm/browser/deeplake_browser.jsmatched "fromCharCode"3
lowObfuscationpackage/wasm/node/deeplake_node.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/node/node/normalizers/huggingface.jsmatched "Buffer.from(val.__bytes__, 'base64"3
lowObfuscationpackage/dist/browser/shared/token.jsmatched "Buffer.from(parts[1], 'base64"3
lowObfuscationpackage/dist/node/shared/token.jsmatched "Buffer.from(parts[1], 'base64"3

Manifest

Package metadata

Scripts6
  • buildtsc -p tsconfig.node.json && tsc -p tsconfig.browser.json && npm run copy-wasm:browser
  • build:browsertsc -p tsconfig.browser.json
  • build:nodetsc -p tsconfig.node.json
  • copy-wasm:browserif [ ! -f wasm/browser/deeplake_browser.wasm ]; then mkdir -p wasm/browser && cp ../browser/dist-wasm/deeplake_browser.js ../browser/dist-wasm/deeplake_browser.wasm wasm/browser/ && cp ../browser/dist-wasm/deeplake_browser.worker.js wasm/browser/ 2>/dev/null || true; fi
  • prepublishOnlynpm run copy-wasm:browser
  • testjest
Optional dependencies5
  • @aws-sdk/client-s3^3.1000.0
  • @aws-sdk/s3-request-presigner^3.1000.0
  • @smithy/node-http-handler^4.0.0
  • pg^8.11.0
  • sharp^0.34.5