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 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":["[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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js | matched "aws_access_key" | 5 |
| low | Credential file access | package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/node_modules/aws-iot-device-sdk/device/index.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js | matched "aws_access_key" | 5 |
| low | Credential file access | package/node_modules/@aws-sdk/credential-provider-ini/package.json | matched ".aws/" | 3 |
| low | Credential file access | package/node_modules/@aws-sdk/credential-provider-process/package.json | matched ".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.mjsbuildtsc -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-extensionbundle-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 lldebuggerdeploy-testsnpm run deploy --workspaces --if-present --paralleldocs:buildvitepress builddocs:devvitepress devdocs:previewvitepress previewlinteslint . --fixpreparehuskyprettierprettier . --writetestnpm run build && RUN_TEST_FROM_CLI=true vitest run && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest runtest-cdk-basicnpm run build && RUN_TEST_FROM_CLI=true vitest run test/cdk-basic.test.tstest-cdk-basic-observablenpm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/cdk-basic.test.tstest-cdk-esmnpm run build && RUN_TEST_FROM_CLI=true vitest run test/cdk-esm.test.tstest-cdk-esm-observablenpm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/cdk-esm.test.tstest-cdk-nestednpm run build && RUN_TEST_FROM_CLI=true vitest run test/cdk-nested.test.tstest-cdk-nested-observablenpm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/cdk-nested.test.tstest-opentofu-basicnpm run build && RUN_TEST_FROM_CLI=true vitest run test/opentofu-basic.test.tstest-opentofu-basic-observablenpm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/opentofu-basic.test.tstest-osls-basicnpm run build && RUN_TEST_FROM_CLI=true vitest run test/osls-basic.test.tstest-osls-basic-observablenpm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/osls-basic.test.tstest-osls-esbuild-cjsnpm run build && RUN_TEST_FROM_CLI=true vitest run test/osls-esbuild-cjs.test.tstest-osls-esbuild-cjs-observablenpm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/osls-esbuild-cjs.test.tstest-osls-esbuild-esmnpm run build && RUN_TEST_FROM_CLI=true vitest run test/osls-esbuild-esm.test.tstest-osls-esbuild-esm-observablenpm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/osls-esbuild-esm.test.tstest-sam-altnpm run build && RUN_TEST_FROM_CLI=true vitest run test/sam-alt.test.tstest-sam-alt-observablenpm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/sam-alt.test.tstest-sam-basicnpm run build && RUN_TEST_FROM_CLI=true vitest run test/sam-basic.test.tstest-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.6aws-iot-device-sdk^2.2.16chalk^5.6.2chokidar^3.6.0commander^15.0.0esbuild^0.28.0fast-xml-parser^5.8.0inquirer^14.0.2jsonc-parser^3.3.1node-machine-id^1.1.12toml^4.1.1typescript~6.0.3yaml^2.9.0