PkgRadar

Package evidence

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

Versions published
6
First published
Mar 2026
Publisher
jclark-openfn

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":["@openfn/[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":["@openfn/[email protected]"],"fail_on":"review"}'
Publisherjclark-openfn
Artifact bytes501,381
Previous version1.0.3
Published2026-05-21T15:06:24.223Z
SHA-256b5cbf5a5bcc8ee19dc94110b1e9ca38f4297ab2008077966fa4d3e55a16aaf01

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

review
Last checked
reviewRisk
10Score
1.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · 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/index.cjsmatched ".aws"5
lowCredential file accesspackage/dist/index.jsmatched ".aws"5

Manifest

Package metadata

Scripts6
  • buildpnpm clean && build-adaptor aws-s3
  • cleanrimraf dist types docs
  • linteslint src
  • packpnpm pack --pack-destination ../../dist
  • testmocha --experimental-specifier-resolution=node --no-warnings
  • test:watchmocha -w --experimental-specifier-resolution=node --no-warnings
Dependencies1
  • @openfn/language-common3.3.2
Optional dependencies1
  • @aws-sdk/client-s3^3.500.0