PkgRadar

Package evidence

@dreamlake/[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
2,197Niche · −30% score
Versions published
18
First published
May 2026
Publisher
episodeyang

Effective trust discount applied: 30% (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":["@dreamlake/[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":["@dreamlake/[email protected]"],"fail_on":"review"}'
Publisherepisodeyang
Artifact bytes147,884
Previous version0.1.16
Published2026-05-25T00:10:04.049Z
SHA-256988ca3632f62bb4707adf7446c64b67f184b8c15e98df1ec536ba1f9028fb769

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
49Score
0.1.17Version
Status history (2 events)
  1. availableavailable · risk review · score 49 · status available -> available, risk high -> review, score 792 -> 49
  2. newavailable · risk high · score 792 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Credential file access — matched ".config/gcloud"

3 members · evidence strength 77
Publisher / release actor burststale

episodeyang

2 members · evidence strength 64

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 14 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli/storages/credentials.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/cli/aws/discover.jsmatched ".aws/"5
lowCredential file accesspackage/dist/cli/gcp/discover.jsmatched ".config/gcloud"5
lowCredential file accesspackage/dist/cli/kube/discover.jsmatched "kubeconfig"5
lowCredential file accesspackage/dist/cli/providers/discover.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/cli/ssh/discover.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/cli/providers/from-cloud.jsmatched ".aws/"5
lowCredential file accesspackage/dist/cli/aws/index.jsmatched ".aws/"5
lowCredential file accesspackage/dist/cli/daemon/index.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/cli/gcp/index.jsmatched ".config/gcloud"5
lowCredential file accesspackage/dist/cli/kube/index.jsmatched "kubeconfig"5
lowCredential file accesspackage/dist/cli/ssh/index.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/cli/aws/parser.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/cli/ssh/upload.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts3
  • buildtsc
  • clitsx src/cli/index.ts
  • testtsc -p tsconfig.json --noEmit && node --import tsx --test src/cli/__tests__/*.test.ts
Dependencies3
  • @inquirer/prompts^8.4.3
  • commander^12.1.0
  • yaml^2.6.1