PkgRadar

Package evidence

@fjall/[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
317Mature · −50% score
First published
Sep 2023
Publisher
peoram

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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 bytes474,204
Previous version2.14.0
Published2026-06-12T02:45:59.479Z
SHA-256f1cb3bea05faa1b81b95b0f04acc47da3ba276429996360575dbbf9711a0c503

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/lib/resources/aws/database/clickhouseConstants.jsmatched ".aws/"5
lowCredential file accesspackage/dist/lib/config/aws/ecrDefaultImage.jsmatched ".aws/"5
lowCredential file accesspackage/dist/lib/resources/aws/compute/ecsImages.jsmatched ".aws/"5
lowCredential file accesspackage/dist/lib/patterns/aws/fivetranProxy.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/lib/lambda-assets/cert-generator/asset/index.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts16
  • buildnpm run build:cert-gen-lambda && tsc && cp -r lib/layers dist/lib/layers && mkdir -p dist/lib/lambda-assets/cert-generator/asset && cp lib/lambda-assets/cert-generator/asset/index.js dist/lib/lambda-assets/cert-generator/asset/index.js && cp lib/lambda-assets/cert-generator/asset/package.json dist/lib/lambda-assets/cert-generator/asset/package.json && cp lib/resources/aws/compute/lifecycleHookLambda.source.cjs dist/lib/resources/aws/compute/lifecycleHookLambda.source.cjs && cp lib/resources/aws/compute/ec2GracefulTerminationLambda.source.cjs dist/lib/resources/aws/compute/ec2GracefulTerminationLambda.source.cjs && cp lib/resources/aws/compute/persistentDataVolumeLambda.source.cjs dist/lib/resources/aws/compute/persistentDataVolumeLambda.source.cjs
  • build:cert-gen-lambdanode lib/lambda-assets/cert-generator/src/build.mjs
  • cdkcdk
  • check:scriptstsc --project tsconfig.scripts.json
  • cleanrm -rf ./dist
  • clean:noderm -rf ./node_modules
  • formatprettier --write "lib/**/*.{ts,tsx,js,jsx,json}" "scripts/**/*.mts"
  • format:checkprettier --check "lib/**/*.{ts,tsx,js,jsx,json}" "scripts/**/*.mts"
  • linteslint lib --no-warn-ignored
  • lint:fixeslint lib --fix --no-warn-ignored
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit && tsc --noEmit -p tsconfig.test.json
  • typecheck:teststsc --noEmit -p tsconfig.test.json
  • watchtsc -w
  • watch:onlytsc -w
Dependencies5
  • @aws-sdk/client-organizations^3.1038.0
  • @fjall/generator^2.15.0
  • @fjall/util^2.15.0
  • constructs^10.0.0
  • uuid^14.0.0