PkgRadar

Package evidence

@medusajs/[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":["@medusajs/[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":["@medusajs/[email protected]"],"fail_on":"high"}'
Artifact bytes6,152
Previous version2.15.5-preview-20260525002045
Published2026-05-25T04:38:45.134Z
SHA-256f8206805beb59a0cd3b746cc5c0e001c454b9a65eb6a0d8df9f91da80ef27f4a

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/services/s3-file.jsmatched ".aws"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/services/s3-file.jsmatched ".aws"30
lowObfuscationpackage/dist/services/s3-file.jsmatched "Buffer.from(file.content, \"base64"3

Manifest

Package metadata

Scripts4
  • buildyarn run -T rimraf dist && yarn run -T tsc --build ./tsconfig.json
  • test../../../../node_modules/.bin/jest --passWithNoTests src
  • test:integration../../../../node_modules/.bin/jest --passWithNoTests --forceExit --testPathPattern="integration-tests/__tests__/[^/]*\.spec\.ts"
  • watchyarn run -T tsc --watch
Dependencies4
  • @aws-sdk/client-s3^3.556.0
  • @aws-sdk/lib-storage^3.556.0
  • @aws-sdk/s3-request-presigner^3.556.0
  • ulid^2.3.0