PkgRadar

Package evidence

@cross-deck/[email protected]

Credential file access: matched ".aws"

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":["@cross-deck/[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":["@cross-deck/[email protected]"],"fail_on":"high"}'
Publishercrossdeck
Artifact bytes344,737
Previous version1.1.1
Published2026-05-18T11:47:47.017Z
SHA-25645230d25a34abdfef15034659d90097b57975372b28204eb2547fa76cd74e469

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
126Score
1.2.0Version
Status history (1 event)
  1. newavailable · risk high · score 126 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

crossdeck

2 members · evidence strength 64

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/auto-events/index.cjsmatched ".aws"30
highCredential file accesspackage/dist/index.cjsmatched ".AWS"30
highCredential file accesspackage/dist/auto-events/index.mjsmatched ".aws"30
highCredential file accesspackage/dist/index.mjsmatched ".AWS"30
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/auto-events/index.cjsmatched ".aws"30
highCredential file accesspackage/dist/index.cjsmatched ".AWS"30
highCredential file accesspackage/dist/auto-events/index.mjsmatched ".aws"30
highCredential file accesspackage/dist/index.mjsmatched ".AWS"30
lowObfuscationpackage/dist/index.cjsmatched "\\u2026"3
lowObfuscationpackage/dist/index.mjsmatched "\\u2026"3

Manifest

Package metadata

Scripts8
  • buildtsup
  • build:watchtsup --watch
  • linttsc --noEmit
  • prepublishOnlynpm run lint && npm test && npm run build && npm run test:e2e
  • testvitest run
  • test:coveragevitest run --coverage
  • test:e2evitest run --config vitest.e2e.config.ts
  • test:watchvitest