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 bytes115,502
Previous version2.1.1
Published2026-05-25T07:20:54.999Z
SHA-256cb23f9b765ada3edeba5a222686806339bf77c21d383dcc8e56e0e231295ae1e

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/src/services/infrastructure/CdkArgumentBuilder.jsmatched ".AWS"10
mediumCredential file accesspackage/dist/src/aws/SimpleAwsProvider.jsmatched ".AWS"10
Show all 36 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/src/services/infrastructure/CdkArgumentBuilder.jsmatched ".AWS"10
mediumCredential file accesspackage/dist/src/aws/SimpleAwsProvider.jsmatched ".AWS"10
lowCredential file accesspackage/dist/src/orchestration/applicationDeploy.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/orchestration/applicationDestroy.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/services/application/ApplicationStackService.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/orchestration/cascadeDestroyHelpers.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/orchestration/cascadeHelpers.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/aws/utils/cloudformationEventHelpers.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/aws/utils/cloudformationEvents.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/services/infrastructure/CloudFormationService.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/orchestration/destroy.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/orchestration/dockerBuildHelper.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/services/infrastructure/EcrImageInspectorService.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/services/infrastructure/EcsService.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/orchestration/organisationDeploy.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/orchestration/organisationDestroy.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/types/errors/ServiceError.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/orchestration/serviceFactory.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/orchestration/welcomeImageHelper.jsmatched ".aws"5
lowObfuscationpackage/dist/src/orchestration/applicationDeploy.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/orchestration/applicationDeployHelpers.jsmatched "\\u2026"3
lowObfuscationpackage/dist/src/orchestration/applicationDestroy.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/services/infrastructure/CdkArgumentBuilder.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/services/infrastructure/CdkErrorFormatter.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/orchestration/codeOnlyDeploy.jsmatched "\\u2026"3
lowObfuscationpackage/dist/src/orchestration/detectionPipeline.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/orchestration/dockerBuildHelper.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/services/infrastructure/EcrImageInspectorService.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/services/infrastructure/EcsService.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/orchestration/manifestSecretParser.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/orchestration/openNextBuild.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/orchestration/organisationDeploy.jsmatched "\\u2026"3
lowObfuscationpackage/dist/src/orchestration/organisationDestroy.jsmatched "\\u2026"3
lowObfuscationpackage/dist/src/orchestration/resolveOperation.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/orchestration/stackCleanup.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/orchestration/welcomeImageHelper.jsmatched "\\u2014"3

Manifest

Package metadata

Scripts11
  • buildnpm run clean && tsc && node ../scripts/minify-dist.mjs dist
  • cleanrm -rf ./dist ./sourcemaps
  • formatprettier --write "src/**/*.{ts,tsx,js,jsx,json}"
  • format:checkprettier --check "src/**/*.{ts,tsx,js,jsx,json}"
  • linteslint src/
  • lint:fixeslint src/ --fix
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
  • watchnpm run build && tsc --watch --preserveWatchOutput
  • watch:onlytsc --watch --preserveWatchOutput
Dependencies14
  • @aws-sdk/client-backup^3.1038.0
  • @aws-sdk/client-cloudformation^3.1038.0
  • @aws-sdk/client-cost-explorer^3.1038.0
  • @aws-sdk/client-ec2^3.1038.0
  • @aws-sdk/client-ecr^3.1039.0
  • @aws-sdk/client-organizations^3.1038.0
  • @aws-sdk/client-ram^3.1038.0
  • @aws-sdk/client-s3^3.1038.0
  • @aws-sdk/client-sso-admin^3.1038.0
  • @aws-sdk/client-sts^3.1038.0
  • @fjall/generator^2.2.0
  • @fjall/util^0.100.0
  • @smithy/node-http-handler^4.6.1
  • zod^4.4.3