PkgRadar

Package evidence

[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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.

Weekly downloads
3,795Niche · −30% score
Versions published
92Mature · −50% score
First published
Apr 2024
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes12,365,844
Previous version1.12.3
Published2026-06-10T05:38:14.463Z
SHA-2561f2f0476c9efd4416ef2c55e2265983a8f293d2564ea7fe3b18312b859c4fd15

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
12Score
1.12.4Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.jsmatched "aws_access_key"5
lowCredential file accesspackage/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/node_modules/aws-iot-device-sdk/device/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.jsmatched "aws_access_key"5
lowCredential file accesspackage/node_modules/@aws-sdk/credential-provider-ini/package.jsonmatched ".aws/"3
lowCredential file accesspackage/node_modules/@aws-sdk/credential-provider-process/package.jsonmatched ".aws/"3

Manifest

Package metadata

Scripts41
  • add-bangecho '#!/usr/bin/env node' | cat - ./dist/lldebugger.mjs > ./dist/lldebugger.mjs.tmp && mv ./dist/lldebugger.mjs.tmp ./dist/lldebugger.mjs
  • buildtsc -p tsconfig.build.json && cp src/nodeWorkerRunner.mjs dist && cp src/frameworks/cdkFrameworkWorker.mjs dist/frameworks && node fix-imports.js && npm run add-bang && npm run bundle-extension
  • bundle-extensioncd src/extension && npm run build && cd ../../
  • deploy-github-roleaws cloudformation deploy --stack-name lld-deploy-role --template-file cloudformation/gitHubDeployRole.yaml --capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM --profile lldebugger
  • deploy-testsnpm run deploy --workspaces --if-present --parallel
  • docs:buildvitepress build
  • docs:devvitepress dev
  • docs:previewvitepress preview
  • linteslint . --fix
  • preparehusky
  • prettierprettier . --write
  • testnpm run build && RUN_TEST_FROM_CLI=true vitest run && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run
  • test-cdk-basicnpm run build && RUN_TEST_FROM_CLI=true vitest run test/cdk-basic.test.ts
  • test-cdk-basic-observablenpm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/cdk-basic.test.ts
  • test-cdk-esmnpm run build && RUN_TEST_FROM_CLI=true vitest run test/cdk-esm.test.ts
  • test-cdk-esm-observablenpm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/cdk-esm.test.ts
  • test-cdk-nestednpm run build && RUN_TEST_FROM_CLI=true vitest run test/cdk-nested.test.ts
  • test-cdk-nested-observablenpm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/cdk-nested.test.ts
  • test-opentofu-basicnpm run build && RUN_TEST_FROM_CLI=true vitest run test/opentofu-basic.test.ts
  • test-opentofu-basic-observablenpm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/opentofu-basic.test.ts
  • test-osls-basicnpm run build && RUN_TEST_FROM_CLI=true vitest run test/osls-basic.test.ts
  • test-osls-basic-observablenpm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/osls-basic.test.ts
  • test-osls-esbuild-cjsnpm run build && RUN_TEST_FROM_CLI=true vitest run test/osls-esbuild-cjs.test.ts
  • test-osls-esbuild-cjs-observablenpm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/osls-esbuild-cjs.test.ts
  • test-osls-esbuild-esmnpm run build && RUN_TEST_FROM_CLI=true vitest run test/osls-esbuild-esm.test.ts
  • test-osls-esbuild-esm-observablenpm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/osls-esbuild-esm.test.ts
  • test-sam-altnpm run build && RUN_TEST_FROM_CLI=true vitest run test/sam-alt.test.ts
  • test-sam-alt-observablenpm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/sam-alt.test.ts
  • test-sam-basicnpm run build && RUN_TEST_FROM_CLI=true vitest run test/sam-basic.test.ts
  • test-sam-basic-observablenpm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/sam-basic.test.ts
  • …and 11 more.
Dependencies20
  • @aws-sdk/client-cloudformation^3.1065.0
  • @aws-sdk/client-iam^3.1065.0
  • @aws-sdk/client-iot^3.1065.0
  • @aws-sdk/client-iot-data-plane^3.1065.0
  • @aws-sdk/client-lambda^3.1065.0
  • @aws-sdk/client-s3^3.1065.0
  • @aws-sdk/credential-providers^3.1065.0
  • @smithy/shared-ini-file-loader^4.5.6
  • aws-iot-device-sdk^2.2.16
  • chalk^5.6.2
  • chokidar^3.6.0
  • commander^15.0.0
  • esbuild^0.28.0
  • fast-xml-parser^5.8.0
  • inquirer^14.0.2
  • jsonc-parser^3.3.1
  • node-machine-id^1.1.12
  • toml^4.1.1
  • typescript~6.0.3
  • yaml^2.9.0