PkgRadar

Package evidence

@fjall/[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":["@fjall/[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":["@fjall/[email protected]"],"fail_on":"review"}'
Publisherpeoram
Artifact bytes7,689
Previous version2.1.1
Published2026-05-25T07:20:51.781Z
SHA-256bda7a34376fa5817ac012974cbf8538fd470b9b415075ce832f70eb3b01ac6ec

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/adapters/secrets.jsmatched ".AWS"30
mediumCredential file accesspackage/dist/config/defaults.jsmatched ".AWS"10
mediumCredential file accesspackage/dist/cache/invalidate.jsmatched ".AWS"10
mediumCredential file accesspackage/dist/storage/s3.jsmatched ".AWS"10

Manifest

Package metadata

Scripts9
  • buildnpm run clean && npx tsc && node ../scripts/minify-dist.mjs dist
  • cleanrm -rf ./dist ./sourcemaps
  • formatprettier --write "src/**/*.ts"
  • format:checkprettier --check "src/**/*.ts"
  • linteslint src/
  • lint:fixeslint src/ --fix
  • testvitest run
  • typechecktsc --noEmit
  • watchnpm run build && npx tsc-watch
Dependencies1
  • @fjall/util^0.100.0