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.

Versions published
1
First published
May 2026
Publisher
npm-while1

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"}'
Publishernpm-while1
Artifact bytes201,071
Previous versionnone
Published2026-05-28T06:37:57.333Z
SHA-2562dd20cd14699d63fc8291ade80e6d1b030dd934a6960fedef22e162d59a95fe7

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/config/manager.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/permission/pathValidation.jsmatched ".config/gcloud"5

Manifest

Package metadata

Scripts11
  • buildtsc
  • devtsc --watch
  • lintbiome check src/
  • lint:fixbiome check --apply src/
  • releasenpm run test && npm run build && npm publish
  • release:majornpm version major && npm run release
  • release:minornpm version minor && npm run release
  • release:patchnpm version patch && npm run release
  • testvitest run
  • test:watchvitest
  • type-checktsc --noEmit
Dependencies8
  • @anthropic-ai/bedrock-sdk^0.29.2
  • @anthropic-ai/foundry-sdk^0.2.3
  • @anthropic-ai/sdk^0.32.0
  • @anthropic-ai/vertex-sdk^0.16.1
  • @modelcontextprotocol/sdk^1.29.0
  • @vitest/coverage-v8^3.2.4
  • vite^7.3.3
  • zod^3.25.0