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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/lib/resources/aws/database/clickhouseConstants.js | matched ".aws/" | 5 |
| low | Credential file access | package/dist/lib/config/aws/ecrDefaultImage.js | matched ".aws/" | 5 |
| low | Credential file access | package/dist/lib/resources/aws/compute/ecsImages.js | matched ".aws/" | 5 |
| low | Credential file access | package/dist/lib/patterns/aws/fivetranProxy.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/lib/lambda-assets/cert-generator/asset/index.js | matched "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.cjsbuild:cert-gen-lambdanode lib/lambda-assets/cert-generator/src/build.mjscdkcdkcheck:scriptstsc --project tsconfig.scripts.jsoncleanrm -rf ./distclean:noderm -rf ./node_modulesformatprettier --write "lib/**/*.{ts,tsx,js,jsx,json}" "scripts/**/*.mts"format:checkprettier --check "lib/**/*.{ts,tsx,js,jsx,json}" "scripts/**/*.mts"linteslint lib --no-warn-ignoredlint:fixeslint lib --fix --no-warn-ignoredtestvitest runtest:watchvitesttypechecktsc --noEmit && tsc --noEmit -p tsconfig.test.jsontypecheck:teststsc --noEmit -p tsconfig.test.jsonwatchtsc -wwatch:onlytsc -w
Dependencies5
@aws-sdk/client-organizations^3.1038.0@fjall/generator^2.15.0@fjall/util^2.15.0constructs^10.0.0uuid^14.0.0