PkgRadar

Package evidence

@distilled.cloud/[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
29,396Mainstream · −50% score
Versions published
93
First published
Mar 2026
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":["@distilled.cloud/[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":["@distilled.cloud/[email protected]"],"fail_on":"review"}'
Artifact bytes21,714,233
Previous version0.25.1
Published2026-06-16T23:56:21.727Z
SHA-2567d97f3bee1468b5c86313472e2c5ef40220d7eae96f9bd61fcd9acc067f8b256

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/lib/credentials.browser.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/credentials.browser.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/services/bedrock-agent-runtime.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/services/bedrock-data-automation.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/services/bedrock-runtime.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/services/bedrock.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/services/comprehend.tsmatched "AWS_ACCESS_KEY"5
lowLarge Javascript Payloadpackage/lib/services/ec2.js2079850 bytes0

Manifest

Package metadata

Scripts10
  • buildtsgo -b
  • checktsgo && oxlint src && oxfmt --check src
  • fmtoxfmt --write src
  • generatebun run scripts/generate.ts && oxlint --fix src && oxfmt --write src && oxfmt --write src
  • lintoxlint --fix src
  • publish:npmbun run build && bun publish --access public
  • specs:fetchgit submodule update --force --init --recursive --depth=1 specs/api-models-aws && git -C specs/api-models-aws checkout -- . && git submodule update --force --init --recursive --depth=1 specs/aws-sdk-js-v3 && git -C specs/aws-sdk-js-v3 checkout -- . && git submodule update --force --init --recursive --depth=1 specs/smithy && git -C specs/smithy checkout -- . && git submodule update --force --init --recursive --depth=1 specs/smithy-typescript && git -C specs/smithy-typescript checkout -- .
  • specs:updategit -C specs/api-models-aws fetch && git -C specs/api-models-aws checkout main && git -C specs/api-models-aws pull && git -C specs/aws-sdk-js-v3 fetch && git -C specs/aws-sdk-js-v3 checkout main && git -C specs/aws-sdk-js-v3 pull && git -C specs/smithy fetch && git -C specs/smithy checkout main && git -C specs/smithy pull && git -C specs/smithy-typescript fetch && git -C specs/smithy-typescript checkout main && git -C specs/smithy-typescript pull
  • testbunx vitest run test --exclude specs --passWithNoTests
  • typechecktsgo
Dependencies10
  • @aws-crypto/crc32^5.2.0
  • @aws-crypto/util^5.2.0
  • @aws-sdk/credential-providers^3.994.0
  • @aws-sdk/types^3.973.1
  • @distilled.cloud/core0.25.2
  • @smithy/shared-ini-file-loader^4.4.3
  • @smithy/types^4.12.0
  • @smithy/util-base64^4.3.0
  • aws4fetch^1.0.20
  • fast-xml-parser^5.3.2