PkgRadar

Package evidence

@alan512/[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
488
Versions published
19
First published
Mar 2026
Publisher
sam1478963

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":["@alan512/[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":["@alan512/[email protected]"],"fail_on":"review"}'
Publishersam1478963
Artifact bytes689,153
Previous version0.4.5
Published2026-06-06T09:11:17.964Z
SHA-256fc1a41abb8b62d903c850ea025bdf70c26b43af7dd164ea01b36fe3d9797cffa

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/distillation/providers/bedrock.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/cli/commands/doctor.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/distillation/providers/gemini.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/distillation/providers/google-adc.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts12
  • buildnode scripts/build/clean-dist.mjs && tsc -p tsconfig.build.json && node scripts/build/copy-sqlite-schema.mjs
  • checkpnpm typecheck && pnpm test && pnpm build
  • devtsx watch src/cli/index.ts
  • evaluate:codex-lifecycletsx src/cli/index.ts evaluate codex-lifecycle
  • evaluate:openclaw-baselinetsx src/cli/index.ts evaluate openclaw-baseline
  • evaluate:openclaw-scenariostsx src/cli/index.ts evaluate openclaw-scenarios --pack high-confidence
  • maintenance:merge-warning-variantstsx scripts/maintenance/merge-warning-variants.ts
  • prepackpnpm build
  • runtime:promote-payloadtsx scripts/openclaw/promote-runtime-payload.ts
  • runtime:replay-fixturetsx scripts/openclaw/replay-runtime-fixture.ts
  • testvitest run
  • typechecktsc --noEmit
Dependencies2
  • @modelcontextprotocol/sdk^1.27.1
  • zod^3.25.76