PkgRadar

Package evidence

@cumulus/[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
307
Versions published
11
First published
Mar 2026
Publisher
jennyhliu

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":["@cumulus/[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":["@cumulus/[email protected]"],"fail_on":"review"}'
Publisherjennyhliu
Artifact bytes35,191,037
Previous version22.2.0
Published2026-06-04T22:01:45.378Z
SHA-25667d458df487603218865c5bb4c33bea1c0dbde40d680d5cca9a9432fb03a1578

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/packages/message_adapter/aws.pymatched "aws_access_key"10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/packages/message_adapter/aws.pymatched "aws_access_key"10
lowCredential file accesspackage/dist/packages/botocore/configprovider.pymatched ".aws/"5
lowCredential file accesspackage/dist/packages/botocore/session.pymatched "aws_access_key"5
lowCredential file accesspackage/dist/packages/botocore/data/batch/2016-08-10/examples-1.jsonmatched "id_rsa"3

Manifest

Package metadata

Scripts7
  • buildrm -rf dist && mkdir dist && npm run generate-task-schemas && cp -R schemas dist/
  • cleanrm -rf dist && rm -rf .venv && mkdir dist
  • generate-task-schemasnpx generate-task-schemas . files
  • lintuv run ruff check . && uv run ruff format --diff . && uv run mypy src/cnm_to_cma
  • packagenpm run clean && ../../bin/package_uv.sh 3.12 ${PWD}
  • testuv run pytest -q
  • update-python-versionuv version --