PkgRadar

Package evidence

@cloudflare/[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.

Weekly downloads
777
Versions published
11
First published
Jun 2026
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":["@cloudflare/[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":["@cloudflare/[email protected]"],"fail_on":"review"}'
Artifact bytes44,743,027
Previous version0.0.0-alpha.8
Published2026-06-16T21:07:58.048Z
SHA-2560e5b7804b590d60f75a47fa5ce20207229f184c54122e13fa63923c2902bdb83

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
1Score
0.0.0-alpha.9Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/assets/index.jsmatched "AWS_ACCESS_KEY"5
lowLarge Javascript Payloadpackage/dist/backends/worker/index.js2906228 bytes0

Manifest

Package metadata

Scripts14
  • bench:harness./test-harness/run-harness.sh bench
  • buildrolldown -c
  • build:depsnpm run build --workspace @cloudflare/workspace-rpc
  • build:shell-bundlenode ./src/backends/worker/script/build-bundle.mjs
  • prebuildnpm run build:deps && npm run build:shell-bundle
  • preparenpm run build:shell-bundle
  • prepublishOnlynpm run build && npm test
  • pretestnpm run build:shell-bundle
  • pretypechecknpm run build:deps && npm run build:shell-bundle
  • testvitest run && vitest run --config vitest.config.proxy.ts && vitest run --config vitest.config.worker-backend.ts && vitest run --config vitest.config.stub-soak.ts
  • test:harness./test-harness/run-harness.sh
  • test:stub-soakvitest run --config vitest.config.stub-soak.ts
  • test:worker-backendvitest run --config vitest.config.worker-backend.ts
  • typechecktsc -p tsconfig.build.json --noEmit
Dependencies2
  • capnweb^0.8.0
  • just-bash^3.0.1