PkgRadar

Package evidence

@bash-app/[email protected]

Credential file access: matched ".AWS"

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":["@bash-app/[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":["@bash-app/[email protected]"],"fail_on":"review"}'
Artifact bytes730,016
Previous version30.260.0
Published2026-05-21T21:48:19.933Z
SHA-256571ad13d44020aef6bab637243939f3859394232e1d5d8be7a5639467ade4db4

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/utils/awsS3Utils.jsmatched ".AWS"10
mediumCredential file accesspackage/src/utils/awsS3Utils.tsmatched ".AWS"10
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/utils/awsS3Utils.jsmatched ".AWS"10
mediumCredential file accesspackage/src/utils/awsS3Utils.tsmatched ".AWS"10
lowObfuscationpackage/dist/utils/awsS3Utils.jsmatched "Buffer.from(base64"3
lowObfuscationpackage/dist/utils/ticketListUtils.jsmatched "atob("3
lowObfuscationpackage/src/utils/awsS3Utils.tsmatched "Buffer.from(base64"3
lowObfuscationpackage/src/utils/ticketListUtils.tsmatched "atob("3

Manifest

Package metadata

Scripts9
  • block-malicious./scripts/block-malicious-patterns.sh .
  • buildnpm run generate && npm run tsc
  • dbprisma generate && prisma db push
  • generateprisma generate
  • knipknip --config knip.config.ts
  • prepublishOnlynpm run build
  • testjest --config jest.config.cjs
  • tscNODE_OPTIONS='--max-old-space-size=16384' tsc
  • typecheckNODE_OPTIONS='--max-old-space-size=16384' tsc --noEmit
Dependencies8
  • @aws-sdk/client-s3^3.1004.0
  • @aws-sdk/client-textract^3.1004.0
  • @aws-sdk/s3-request-presigner^3.1004.0
  • @types/qrcode^1.5.5
  • lodash-es^4.17.21
  • mixpanel-browser^2.75.0
  • qrcode^1.5.3
  • slugify^1.6.6