PkgRadar

Package evidence

@devbro/[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":["@devbro/[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":["@devbro/[email protected]"],"fail_on":"high"}'
Publisherdevbro
Artifact bytes32,356
Previous version0.1.16
Published2026-05-24T02:19:07.282Z
SHA-256f2fed500d38ed41a2528cc41521931a75620e30910fa9dbf1b06ee7c725230be

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

devbro

8 members · evidence strength 74

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/cjs/index.jsmatched ".AWS"30
highCredential file accesspackage/dist/esm/providers/SESProvider.mjsmatched ".AWS"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/cjs/index.jsmatched ".AWS"30
highCredential file accesspackage/dist/esm/providers/SESProvider.mjsmatched ".AWS"30
lowInstall-time lifecycle scriptpackage.jsonprepare="husky"4

Manifest

Package metadata

Scripts8
  • buildtsup
  • cleanrm -rf dist
  • formatbiome check --write .
  • preparehusky
  • prettierbiome format --write .
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest watch
Dependencies1
  • @devbro/neko-helper^0.1.*