PkgRadar

Package evidence

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

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

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":["@salesforce/[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":["@salesforce/[email protected]"],"fail_on":"high"}'
Artifact bytes67,942
Previous version0.0.0-nightly.20260521031952
Published2026-05-22T03:22:24.361Z
SHA-25631fd65305dc557bfa468cbd34b911bb669ce90b4f0373ce3c2069780ff88fffc

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

high
Last checked
highRisk
204Score
0.0.0-nightly.20260522031954Version
Status history (1 event)
  1. newavailable · risk high · score 204 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/cjs/metrics/metrics-sender.jsmatched ".AWS"30
highCredential file accesspackage/dist/esm/metrics/metrics-sender.jsmatched ".AWS"30
highCredential file accesspackage/dist/cjs/data-store/production.jsmatched ".AWS"30
highCredential file accesspackage/dist/esm/data-store/production.jsmatched ".AWS"30
highCredential file accesspackage/dist/cjs/utils/ssr-proxying.jsmatched ".aws"30
highCredential file accesspackage/dist/esm/utils/ssr-proxying.jsmatched ".aws"30
mediumRemote Payloadpackage/dist/cjs/utils/ssr-proxying.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/esm/utils/ssr-proxying.jsmatched "cUrl "12

Manifest

Package metadata

Scripts14
  • buildpnpm run build:esm && pnpm run build:cjs
  • build:cjstsc -p tsconfig.cjs.json && echo '{"type":"commonjs"}' > dist/cjs/package.json
  • build:esmtsc -p tsconfig.esm.json
  • cleanshx rm -rf dist
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint
  • lint:agenteslint --quiet
  • pretesttsc --noEmit -p test
  • testc8 mocha --forbid-only "test/**/*.test.ts"
  • test:agentmocha --forbid-only --reporter min "test/**/*.test.ts"
  • test:cic8 mocha --forbid-only --reporter json --reporter-option output=test-results.json "test/**/*.test.ts"
  • test:watchmocha --watch "test/**/*.test.ts"
  • typecheck:agenttsc --noEmit --pretty false
Dependencies11
  • @aws-sdk/client-cloudwatch3.1049.0
  • @aws-sdk/client-dynamodb3.1049.0
  • @aws-sdk/lib-dynamodb3.1049.0
  • @h4ad/serverless-adapter4.4.0
  • change-case5.4.4
  • compressible2.0.18
  • http-proxy-middleware3.0.5
  • mime-types3.0.1
  • negotiator1.0.0
  • qs6.15.2
  • set-cookie-parser2.7.1